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.
This commit is contained in:
Roland McGrath 2004-10-22 22:10:39 +00:00
parent dde3199641
commit a4dc521951

View File

@ -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:
*/