aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-08-27 20:02:10 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-08-27 20:02:10 +0000
commit5163394659c4e5913f1abdc08e37e02b0dc453b1 (patch)
tree3c1315580140136d50336e059d9264de829081c5 /src
parentd15a118a21ade3b207b234cfe03c289f9599604b (diff)
downloadpostgresql-5163394659c4e5913f1abdc08e37e02b0dc453b1.tar.gz
postgresql-5163394659c4e5913f1abdc08e37e02b0dc453b1.zip
Remove unneeded/unportable extern.
Diffstat (limited to 'src')
-rw-r--r--src/include/utils/datetime.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h
index a5caecb2650..d299c042eb1 100644
--- a/src/include/utils/datetime.h
+++ b/src/include/utils/datetime.h
@@ -9,7 +9,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: datetime.h,v 1.20 2001/07/10 01:39:20 tgl Exp $
+ * $Id: datetime.h,v 1.21 2001/08/27 20:02:10 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -183,7 +183,6 @@ typedef struct
char value; /* this may be unsigned, alas */
} datetkn;
-extern datetkn datetktbl[];
/* TMODULO()
* Macro to replace modf(), which is broken on some platforms.