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:
parent
d53a979639
commit
b578e9cc3a
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -597,5 +597,7 @@ time_t cm_getdate(char *p, struct timeb *now)
|
|||
return sdate;
|
||||
}
|
||||
|
||||
yyerror(s) char *s;
|
||||
{}
|
||||
void
|
||||
yyerror(char *s)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue