summaryrefslogtreecommitdiff
path: root/libc/bits/predefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bits/predefs.h')
-rw-r--r--libc/bits/predefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/bits/predefs.h b/libc/bits/predefs.h
index fe4d99739..4dc4900a9 100644
--- a/libc/bits/predefs.h
+++ b/libc/bits/predefs.h
@@ -16,13 +16,13 @@
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
#define __STDC_IEC_559_COMPLEX__ 1