a warning bout lc_error

lev_comp.l(310) : warning C4013: 'lc_error' undefined; assuming extern returning int
This commit is contained in:
nhmall
2015-04-05 09:26:01 -04:00
parent 2c8b088edf
commit 660534389e
2 changed files with 3 additions and 1 deletions

View File

@@ -1175,6 +1175,7 @@ void FDECL(init_yyout, (FILE *));
long NDECL(handle_varstring_check);
long FDECL(corefunc_str_check, (char *, long));
extern void VDECL(lc_error, (const char *, ...));
extern struct lc_vardefs *FDECL(vardef_defined,(struct lc_vardefs *,char *, int));
extern struct lc_vardefs *variable_definitions;