]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/locale.h: Include stddef.h for definition of NULL.
authorDanny Smith <dannysmith@users.sourceforge.net>
Fri, 7 Feb 2003 02:13:55 +0000 (02:13 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Fri, 7 Feb 2003 02:13:55 +0000 (02:13 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/locale.h

index c180100add3d4131d5e141926076f98ef8759835..5995308c220594483e36f44c3d6a56ca32b650e6 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/locale.h: Include stddef.h for definition of NULL.
+
 2003-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/math.h (tgamma): Correct typo in comment.
index 06db31a3d24207639bdf4018006e27b074da2b4f..16fb6119a2879fbc0fc009c1816c134b70a86f54 100644 (file)
 
 #ifndef RC_INVOKED
 
+/* According to C89 std, NULL is defined in locale.h too.  */
+#define __need_NULL
+#include <stddef.h>
+
 /*
  * The structure returned by 'localeconv'.
  */
This page took 0.034188 seconds and 5 git commands to generate.