summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/_stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/_stdint.h')
-rw-r--r--sys/powerpc/include/_stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/_stdint.h b/sys/powerpc/include/_stdint.h
index 6dc5a72..0d8aedf 100644
--- a/sys/powerpc/include/_stdint.h
+++ b/sys/powerpc/include/_stdint.h
@@ -160,11 +160,11 @@
/* Limits of wchar_t. */
#define WCHAR_MIN INT32_MIN
#define WCHAR_MAX INT32_MAX
+#endif
/* Limits of wint_t. */
#define WINT_MIN INT32_MIN
#define WINT_MAX INT32_MAX
-#endif
#endif /* !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) */
OpenPOWER on IntegriCloud