2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>

* complex/docomplex.in: Generate prototype docomplex* prototype.
This commit is contained in:
Ralf Corsepius
2011-12-13 10:40:46 +00:00
parent 257d8fde77
commit 23e0b66505
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* complex/docomplex.in: Generate prototype docomplex* prototype.
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftp01/Makefile.am:
+3 -1
View File
@@ -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 <complex.h>
#include <stdio.h>
extern void docomplex@FSUFFIX@ (void);
void
docomplex@FSUFFIX@ (void)
{