From 23e0b66505f4c8695b93d93b16fc43cf31ffc7af Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Dec 2011 10:40:46 +0000 Subject: =?UTF-8?q?2011-12-13=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * complex/docomplex.in: Generate prototype docomplex* prototype. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/complex/docomplex.in | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 85cdd7b54f..5457479f88 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2011-12-13 Ralf Corsépius + + * complex/docomplex.in: Generate prototype docomplex* prototype. + 2011-12-09 Ralf Corsépius * ftp01/Makefile.am: diff --git a/testsuites/libtests/complex/docomplex.in b/testsuites/libtests/complex/docomplex.in index 9b9ae3c5fd..e476f6dfd3 100644 --- a/testsuites/libtests/complex/docomplex.in +++ b/testsuites/libtests/complex/docomplex.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 by + * Copyright (c) 2010, 2011 by * Ralf Corsepius, Ulm/Germany. All rights reserved. * * Permission to use, copy, modify, and distribute this software @@ -17,6 +17,8 @@ #include #include +extern void docomplex@FSUFFIX@ (void); + void docomplex@FSUFFIX@ (void) { -- cgit v1.2.3