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)
{
}