Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from.
This commit is contained in:
@@ -5,10 +5,7 @@
|
||||
* Author: Hans van Eck
|
||||
*/
|
||||
/* $Id$ */
|
||||
#include <math.h>
|
||||
|
||||
double
|
||||
__huge_val(void)
|
||||
{
|
||||
return 1.0e+1000; /* This will generate a warning */
|
||||
}
|
||||
#include <math.h>
|
||||
|
||||
double __huge_val = 1.0e+1000; /* This will generate a warning */
|
||||
|
||||
Reference in New Issue
Block a user