OS/2: more missing definitions.
Jarkko Hietaniemi [Wed, 29 May 2002 12:31:35 +0000 (12:31 +0000)]
p4raw-id: //depot/perl@16856

os2/os2ish.h

index 96c0273..a60e573 100644 (file)
@@ -374,6 +374,14 @@ void *emx_realloc (void *, size_t);
 
 #define PERLIO_IS_BINMODE_FD(fd) _PERLIO_IS_BINMODE_FD(fd)
 
+#ifdef __GNUG__
+# define HAS_BOOL 
+#endif
+#ifndef HAS_BOOL
+# define bool char
+# define HAS_BOOL 1
+#endif
+
 static inline bool
 _PERLIO_IS_BINMODE_FD(int fd)
 {