1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtcm: Resolve CID 87384

This commit is contained in:
Peter Howkins 2015-01-15 11:55:09 +00:00
parent d53a979639
commit b578e9cc3a
2 changed files with 5 additions and 2 deletions

View file

@ -84,5 +84,6 @@ extern time_t monthadd P((time_t, time_t));
extern time_t daylcorr P((time_t, time_t));
extern time_t cm_getdate P((char*, struct timeb *));
extern void yyerror(char *s);
#endif

View file

@ -597,5 +597,7 @@ time_t cm_getdate(char *p, struct timeb *now)
return sdate;
}
yyerror(s) char *s;
{}
void
yyerror(char *s)
{
}