Made acceptable for our ANSI C compiler

This commit is contained in:
ceriel 1991-12-02 15:30:28 +00:00
parent c36ae7020f
commit d162f3edb0

View file

@ -17,7 +17,6 @@ extern instr_p gen_instr();
extern char * malloc();
extern char *strcat();
extern char *strcpy();
extern char *sprintf();
extern char *strncpy();
struct variable var[NRVARS+1];