[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r20899 - in /trunk/libc: ChangeLog.eglibc bits/predefs.h ports/sysdeps/arm/bits/predefs.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r20899 - in /trunk/libc: ChangeLog.eglibc bits/predefs.h ports/sysdeps/arm/bits/predefs.h
- From: joseph@xxxxxxxxxx
- Date: Thu, 27 Sep 2012 22:30:03 -0000
Author: joseph
Date: Thu Sep 27 22:30:02 2012
New Revision: 20899
Log:
* bits/predefs.h, ports/sysdeps/arm/bits/predefs.h: Put
multiple-inclusion guards around the whole file.
Modified:
trunk/libc/ChangeLog.eglibc
trunk/libc/bits/predefs.h
trunk/libc/ports/sysdeps/arm/bits/predefs.h
Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Thu Sep 27 22:30:02 2012
@@ -1,3 +1,8 @@
+2012-09-27 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * bits/predefs.h, ports/sysdeps/arm/bits/predefs.h: Put
+ multiple-inclusion guards around the whole file.
+
2012-08-31 Maxim Kuvyrkov <maxim@xxxxxxxxxxxxxxxx>
* ports/sysdeps/powerpc/powerpc32/e500/fpu/fraiseexcept.c
Modified: trunk/libc/bits/predefs.h
==============================================================================
--- trunk/libc/bits/predefs.h (original)
+++ trunk/libc/bits/predefs.h Thu Sep 27 22:30:02 2012
@@ -16,12 +16,12 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#ifndef _PREDEFS_H
+#define _PREDEFS_H
+
#ifndef _STDC_PREDEF_H
# error "Never use <bits/predefs.h> directly; include <stdc-predef.h> instead."
#endif
-
-#ifndef _PREDEFS_H
-#define _PREDEFS_H
/* We do support the IEC 559 math functionality, real and complex. */
#define __STDC_IEC_559__ 1
Modified: trunk/libc/ports/sysdeps/arm/bits/predefs.h
==============================================================================
--- trunk/libc/ports/sysdeps/arm/bits/predefs.h (original)
+++ trunk/libc/ports/sysdeps/arm/bits/predefs.h Thu Sep 27 22:30:02 2012
@@ -16,12 +16,12 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#ifndef _PREDEFS_H
+#define _PREDEFS_H
+
#ifndef _STDC_PREDEF_H
# error "Never use <bits/predefs.h> directly; include <stdc-predef.h> instead."
#endif
-
-#ifndef _PREDEFS_H
-#define _PREDEFS_H
/* We do support the IEC 559 math functionality, real and complex, but only
if a VFP coprocessor is present. If we don't have one, we fall back to
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits