This is the mail archive of the libc-alpha@sourceware.org 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]

Patch for typo in sysdeps/ieee754/bits/nan.h


This patch fixes an obvious typo in sysdeps/ieee754/bits/nan.h, a missing 
space between defined and __GNUC__.

2006-01-04  Joseph S. Myers  <joseph@codesourcery.com>

	* sysdeps/ieee754/bits/nan.h: Fix typo.

Index: sysdeps/ieee754/bits/nan.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/ieee754/bits/nan.h,v
retrieving revision 1.9
diff -u -r1.9 nan.h
--- sysdeps/ieee754/bits/nan.h	16 Apr 2004 22:03:35 -0000	1.9
+++ sysdeps/ieee754/bits/nan.h	4 Jan 2006 01:09:00 -0000
@@ -28,7 +28,7 @@
 
 # define NAN	(__builtin_nanf(""))
 
-#elif defined__GNUC__
+#elif defined __GNUC__
 
 # define NAN \
   (__extension__                                                            \


-- 
Joseph S. Myers
joseph@codesourcery.com


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