diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-01-05 03:01:38 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-01-05 03:01:38 +0000 |
| commit | 44f90212236bfb6fc1279e95dc8fa315104d964e (patch) | |
| tree | 2f63a7547c3d27de26003be69d60d48fb03d855f /src/include/c.h | |
| parent | 6f84b2da75d3c5d4d401c94f92c9ac184a6faf5a (diff) | |
| download | postgresql-44f90212236bfb6fc1279e95dc8fa315104d964e.tar.gz | |
Remove BEOS port.
Diffstat (limited to 'src/include/c.h')
| -rw-r--r-- | src/include/c.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/c.h b/src/include/c.h index 1bf160f161..797f2f8438 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/c.h,v 1.193 2005/12/25 02:14:18 momjian Exp $ + * $PostgreSQL: pgsql/src/include/c.h,v 1.194 2006/01/05 03:01:37 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -170,11 +170,6 @@ * built-in definition of bool. */ -/* BeOS defines bool already, but the compiler chokes on the - * #ifndef unless we wrap it in this check. - */ -#ifndef __BEOS__ - #ifndef __cplusplus #ifndef bool @@ -189,7 +184,6 @@ typedef char bool; #define false ((bool) 0) #endif #endif /* not C++ */ -#endif /* __BEOS__ */ typedef bool *BoolPtr; |
