summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorNeil Conway2004-09-27 04:18:28 +0000
committerNeil Conway2004-09-27 04:18:28 +0000
commitcb7fc63d3e3f985049a88239eb3b1d7393b3e552 (patch)
tree45e337482f2a55f65da415dac09ea210779efa35 /src/include/c.h
parent64a60590ba5da8026abb65a7abe8fce9e573c476 (diff)
Remove references to the ODBC driver from the main source tree. From Kris
Jurka.
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 29657169f94..cf97f34edda 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/c.h,v 1.174 2004/09/26 15:13:42 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.175 2004/09/27 04:18:28 neilc Exp $
*
*-------------------------------------------------------------------------
*/
@@ -231,7 +231,6 @@ typedef signed int int32; /* == 32 bits */
* used for numerical computations and the
* frontend/backend protocol.
*/
-/* Also defined in interfaces/odbc/md5.h */
#ifndef HAVE_UINT8
typedef unsigned char uint8; /* == 8 bits */
typedef unsigned short uint16; /* == 16 bits */