summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-10-22 22:10:39 +0000
committerRoland McGrath <roland@gnu.org>2004-10-22 22:10:39 +0000
commita4dc5219517c80701d167d2d45dd5fdd9b244bdc (patch)
tree9c592f6304612c376568373546d852d753a07224 /time
parentdde3199641447b2dcd927c0fa8e9d967799f1dac (diff)
[BZ #472]
2004-10-22 Paul Eggert <eggert@cs.ucla.edu> [BZ #472] Imported from gnulib. * time/mktime.c (Local Variables): Remove -DHAVE_TIME_R_POSIX; no longer used.
Diffstat (limited to 'time')
-rw-r--r--time/mktime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/mktime.c b/time/mktime.c
index ea9778c872..65168bf69d 100644
--- a/time/mktime.c
+++ b/time/mktime.c
@@ -528,6 +528,6 @@ main (int argc, char **argv)
/*
Local Variables:
-compile-command: "gcc -DDEBUG -DHAVE_TIME_R_POSIX -Wall -W -O -g mktime.c -o mktime"
+compile-command: "gcc -DDEBUG -Wall -W -O -g mktime.c -o mktime"
End:
*/