diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h index 39dbc5d1d87..4e1680a94ed 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.125 2002/09/04 20:31:36 momjian Exp $ + * $Id: c.h,v 1.126 2002/09/04 22:54:18 petere Exp $ * *------------------------------------------------------------------------- */ @@ -149,7 +149,6 @@ /* BeOS defines bool already, but the compiler chokes on the * #ifndef unless we wrap it in this check. */ -/* Also defined in interfaces/odbc/md5.h */ #ifndef __BEOS__ #ifndef __cplusplus |