summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorBruce Momjian2001-11-12 01:52:46 +0000
committerBruce Momjian2001-11-12 01:52:46 +0000
commite6e4c45a2a271a9e8580936862ceb86eaa406790 (patch)
treeee1efea8b5964dabda9dd0f6ffb3ccf4e6ce4ed2 /src/include/c.h
parent75bb1e6f5d269e2a09c5bc094a984202bb3f7725 (diff)
Add comments of duplicate definitions in interfaces/odbc/md5.h.
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h4
1 files changed, 3 insertions, 1 deletions
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 */