MacOS X/clang found a new batch of warnings :)

This commit is contained in:
Godzil
2013-03-19 22:14:10 +01:00
committed by Manoël Trapier
parent 1b34c8cc9f
commit a05a174f40
4 changed files with 14 additions and 4 deletions

View File

@@ -45,7 +45,8 @@ int CBO_instrs[] = {
/* don't add op_mli and op_mlu! */
};
int yylex(void);
int lookup(int comm, int operator, int lnode, int rnode);
void enter(char *name, int value);
void yyerror(char *s);
void printnodes();