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]

[patch] typo in libio.h


2001-04-11  Ben Collins  <bcollins@debian.org>

	* libio/libio.h: fix typo, __GNUC__, not __GNUG__, reported by
	Jon Nelson <jnelson@boa.org>

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'
--- libio/libio.h~	2000/12/01 03:19:36	1.48
+++ libio/libio.h	2001/04/12 02:15:05
@@ -88,7 +88,7 @@
 # define EOF (-1)
 #endif
 #ifndef NULL
-# if defined __GNUG__ && \
+# if defined __GNUC__ && \
     (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
 #  define NULL (__null)
 # else

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