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.
This commit is contained in:
parent
aa201fc9df
commit
1a99b6f85a
|
@ -1,3 +1,9 @@
|
||||||
|
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>
|
2009-06-16 Craig Howland <howland@LGSInnovations.com>
|
||||||
|
|
||||||
* libc/include/math.h: Simplify fpclassify, isinf, isnan, and signbit
|
* libc/include/math.h: Simplify fpclassify, isinf, isnan, and signbit
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#define WC_UPPER 11
|
#define WC_UPPER 11
|
||||||
#define WC_XDIGIT 12
|
#define WC_XDIGIT 12
|
||||||
|
|
||||||
extern char *__locale_charset ();
|
extern char *__locale_charset(_NOARGS);
|
||||||
|
|
||||||
/* internal function to translate JP to Unicode */
|
/* internal function to translate JP to Unicode */
|
||||||
#ifdef __CYGWIN__
|
#ifdef __CYGWIN__
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
|
char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
|
||||||
|
|
||||||
char *__locale_charset ();
|
char *__locale_charset(_NOARGS);
|
||||||
|
|
||||||
#ifndef __mbstate_t_defined
|
#ifndef __mbstate_t_defined
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
Loading…
Reference in New Issue