Remove unneeded/unportable extern.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Aug 2001 20:02:10 +0000 (20:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Aug 2001 20:02:10 +0000 (20:02 +0000)
src/include/utils/datetime.h

index a5caecb26501b71bb26643e202d13c2316ab8cdf..d299c042eb1a96a8e56bfe4b689a287ae3396bbd 100644 (file)
@@ -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.