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

* complex/init.c: Move configuration section.
	* complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c:
	Regenerate.
This commit is contained in:
Ralf Corsepius
2011-12-13 10:49:25 +00:00
parent 5f818ec1be
commit 9c2d082ba9
5 changed files with 25 additions and 18 deletions

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 (void);
void
docomplex (void)
{