Mercurial > hg > octave-jordi > gnulib-hg
comparison lib/getdate.y @ 1265:b2af16215011
s/get-date.h/getdate.h/
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 14 Mar 1998 16:31:51 +0000 |
parents | ff5c50f24fbc |
children | 0f1daf1810b4 |
comparison
equal
deleted
inserted
replaced
1264:d4a27869345a | 1265:b2af16215011 |
---|---|
437 %% | 437 %% |
438 | 438 |
439 /* Include this file down here because bison inserts code above which | 439 /* Include this file down here because bison inserts code above which |
440 may define-away `const'. We want the prototype for get_date to have | 440 may define-away `const'. We want the prototype for get_date to have |
441 the same signature as the function definition does. */ | 441 the same signature as the function definition does. */ |
442 #include "get-date.h" | 442 #include "getdate.h" |
443 | 443 |
444 extern struct tm *gmtime (); | 444 extern struct tm *gmtime (); |
445 extern struct tm *localtime (); | 445 extern struct tm *localtime (); |
446 extern time_t mktime (); | 446 extern time_t mktime (); |
447 | 447 |