aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h
index d06f22d6336..acb022aa1b2 100644
--- a/src/interfaces/ecpg/include/ecpglib.h
+++ b/src/interfaces/ecpg/include/ecpglib.h
@@ -9,26 +9,26 @@
#ifndef __cplusplus
#ifndef bool
#define bool char
-#endif /* ndef bool */
+#endif /* ndef bool */
#ifndef true
-#define true ((bool) 1)
-#endif /* ndef true */
-#ifndef false
-#define false ((bool) 0)
-#endif /* ndef false */
-#endif /* not C++ */
-#else /* __BEOS__ */
+#define true ((bool) 1)
+#endif /* ndef true */
+#ifndef false
+#define false ((bool) 0)
+#endif /* ndef false */
+#endif /* not C++ */
+#else /* __BEOS__ */
#include <SupportDefs.h>
-#endif /* __BEOS__ */
+#endif /* __BEOS__ */
#ifndef TRUE
-#define TRUE 1
-#endif /* TRUE */
+#define TRUE 1
+#endif /* TRUE */
#ifndef FALSE
-#define FALSE 0
-#endif /* FALSE */
+#define FALSE 0
+#endif /* FALSE */
#ifdef __cplusplus
extern "C"