diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h index 02d469bee94..ffbf7503316 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.45 1998/09/01 04:33:57 momjian Exp $ + * $Id: c.h,v 1.46 1998/10/04 15:38:55 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -61,8 +61,9 @@ #define false ((char) 0) #define true ((char) 1) #ifndef __cplusplus +#ifndef bool typedef char bool; - +#endif /* ndef bool */ #endif /* not C++ */ typedef bool *BoolPtr; |