From e6e4c45a2a271a9e8580936862ceb86eaa406790 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 12 Nov 2001 01:52:46 +0000 Subject: Add comments of duplicate definitions in interfaces/odbc/md5.h. --- src/include/c.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/c.h') diff --git a/src/include/c.h b/src/include/c.h index 08335bb988b..e00ee1e1eb8 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.108 2001/11/05 17:46:31 momjian Exp $ + * $Id: c.h,v 1.109 2001/11/12 01:52:46 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -147,6 +147,7 @@ /* 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 @@ -216,6 +217,7 @@ typedef signed int int32; /* == 32 bits */ * used for numerical computations and the * frontend/backend protocol. */ +/* Also defined in interfaces/odbc/md5.h */ #ifndef __BEOS__ /* this shouldn't be required, but is is! */ typedef unsigned char uint8; /* == 8 bits */ typedef unsigned short uint16; /* == 16 bits */ -- cgit v1.2.3