diff options
Diffstat (limited to 'src/include/utils/pg_crc.h')
-rw-r--r-- | src/include/utils/pg_crc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h index f094a3d0c7c..6bab70ff48e 100644 --- a/src/include/utils/pg_crc.h +++ b/src/include/utils/pg_crc.h @@ -17,7 +17,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.23 2010/01/07 04:53:35 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.24 2010/02/26 02:01:29 momjian Exp $ */ #ifndef PG_CRC_H #define PG_CRC_H @@ -113,7 +113,6 @@ do { \ /* Constant table for CRC calculation */ extern CRCDLLIMPORT const uint32 pg_crc64_table0[]; extern CRCDLLIMPORT const uint32 pg_crc64_table1[]; - #else /* use int64 implementation */ typedef struct pg_crc64 |