Make q2c link under mingw32, by eliminating the dependency on
authorBen Pfaff <blp@gnu.org>
Tue, 13 Feb 2007 00:28:52 +0000 (00:28 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 13 Feb 2007 00:28:52 +0000 (00:28 +0000)
commitf641982c71972cbf57eb9469d14af8629bf79d7b
treeef2bbca7b4155a1976049d66ae5534100cbbedb9
parent3089f789be8524fdf13ccbec73ab5caa49683e5c
Make q2c link under mingw32, by eliminating the dependency on
localtime.  Gnulib replaces localtime by a fixed version, but we don't
link q2c against gnulib.  q2c only uses localtime to put the time of
processing into the output file, which I've never in practice found to
be useful, so the patch just drops this feature.

Patch #5740.
src/language/lexer/ChangeLog
src/language/lexer/q2c.c