parse-datetime: avoid a compiler warning with byacc
commit1fafbb302d231d0a28a8445c8f18fcb397021556
authorTim Rühsen <tim.ruehsen@gmx.de>
Sun, 14 Dec 2014 20:32:54 +0000 (14 20:32 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 14 Dec 2014 20:36:10 +0000 (14 20:36 +0000)
tree5f006f97f6eb2dfe88e518cbfde5fd3ffb67ef36
parente45661b4c89151dd6c04238b7391890400da9f7f
parse-datetime: avoid a compiler warning with byacc

* lib/parse-datetime.y (yylex): Use the same prototype in the
function definition as the declaration, to avoid a -Wstrict-prototypes
warning seen when using byacc.
ChangeLog
lib/parse-datetime.y