OSDN Git Service

2009-06-16 Craig Howland <howland@LGSInnovations.com>
authorjjohnstn <jjohnstn>
Tue, 16 Jun 2009 16:02:06 +0000 (16:02 +0000)
committerjjohnstn <jjohnstn>
Tue, 16 Jun 2009 16:02:06 +0000 (16:02 +0000)
        * libc/ctype/local.h (__locale_charset): Add arguments to
        prototype
        * libc/stdlib/local.h (__locale_charset): Ditto.

newlib/ChangeLog
newlib/libc/ctype/local.h
newlib/libc/stdlib/local.h

index ef829ef..af250d6 100644 (file)
@@ -1,5 +1,11 @@
 2009-06-16  Craig Howland <howland@LGSInnovations.com>
 
+       * libc/ctype/local.h (__locale_charset): Add arguments to
+       prototype
+       * libc/stdlib/local.h (__locale_charset): Ditto.
+
+2009-06-16  Craig Howland <howland@LGSInnovations.com>
+
        * libc/include/math.h:  Simplify fpclassify, isinf, isnan, and signbit
        macros to remove un-necessary extension use.  isinf and isnan also
        changed to use fpclassify.  isfinite macro modified to run faster by
index 7dac354..1a16520 100644 (file)
@@ -20,7 +20,7 @@
 #define WC_UPPER       11
 #define WC_XDIGIT      12
 
-extern char *__locale_charset ();
+extern char *__locale_charset(_NOARGS);
 
 /* internal function to translate JP to Unicode */
 #ifdef __CYGWIN__
index 703d70e..93a3b4b 100644 (file)
@@ -5,7 +5,7 @@
 
 char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
 
-char *__locale_charset ();
+char *__locale_charset(_NOARGS);
 
 #ifndef __mbstate_t_defined
 #include <wchar.h>