diff options
| author | Marc G. Fournier | 1997-03-18 16:36:50 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-03-18 16:36:50 +0000 |
| commit | b5e16b1869076ae49e9b313e366664464f8e8989 (patch) | |
| tree | 1b7f21db8e87a30989ab8650609d3efcf1e26be7 /src/include/utils | |
| parent | 7d02575ad1a608533637c7ec07cf5f7db81122e9 (diff) | |
Resync the source tree, commit some things that were missing (pqcomprim.c) and
bring in Thomas's updates for the date/time code...
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/dt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/dt.h b/src/include/utils/dt.h index 4adda5e8928..b9f20b03aa8 100644 --- a/src/include/utils/dt.h +++ b/src/include/utils/dt.h @@ -8,7 +8,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dt.h,v 1.1 1997/03/14 23:33:23 scrappy Exp $ + * $Id: dt.h,v 1.2 1997/03/18 16:36:50 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -174,8 +174,6 @@ typedef struct { char value; /* this may be unsigned, alas */ } datetkn; - -extern int EuroDates; extern void GetCurrentTime(struct tm *tm); /* |
