This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

intl patches (30)



A portability tweak relating to SunOS 4.


2001-10-31  Bruno Haible  <bruno@clisp.org>

	* intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.

--- glibc-20011110/intl/plural.y.bak	Thu Nov 22 02:00:35 2001
+++ glibc-20011110/intl/plural.y	Tue Nov 20 01:00:00 2001
@@ -30,6 +30,7 @@
 # include <config.h>
 #endif
 
+#include <stddef.h>
 #include <stdlib.h>
 #include "plural-exp.h"
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]