projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
464f20c
)
Remove C++ style comment. Some compilers won't accept it.
author
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 1 Oct 2001 02:31:33 +0000
(
02:31
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 1 Oct 2001 02:31:33 +0000
(
02:31
+0000)
src/backend/utils/adt/nabstime.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/nabstime.c
b/src/backend/utils/adt/nabstime.c
index ca8d728454ba4f66262101f9155c9cb1bb297bb6..b7ac0784d5e52dfdcf04836d0d2fd5dac05fb4cc 100644
(file)
--- a/
src/backend/utils/adt/nabstime.c
+++ b/
src/backend/utils/adt/nabstime.c
@@
-9,7
+9,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.8
6 2001/09/28 08:09:11 thomas
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.8
7 2001/10/01 02:31:33 ishii
Exp $
*
* NOTES
*
@@
-190,7
+190,9
@@
GetCurrentAbsoluteTimeUsec(int *usec)
{
time_t now;
struct timeval tp;
-// struct timezone tpz;
+#ifdef NOT_USED
+ struct timezone tpz;
+#endif
#if defined(HAVE_TM_ZONE) || defined(HAVE_INT_TIMEZONE)
struct tm *tm;
#else