- ;; in function declaration not allowed with GCC 3.4 !

This commit is contained in:
Ludovic Jacomme 2004-09-17 19:03:10 +00:00
parent 7470d8e8a1
commit 0e082a217e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ extern void genSC_TOP();
extern void genSC_BOTTOM(); extern void genSC_BOTTOM();
extern void genSC_CHANNEL(); extern void genSC_CHANNEL();
extern void genSC_CON_CHANNEL(); extern void genSC_CON_CHANNEL();
extern void genLOGEN(char *, int, ...);; extern void genLOGEN(char *, int, ...);
extern void genSETLOGEN(char *, char *, ...); extern void genSETLOGEN(char *, char *, ...);
/********************************* Analogical world ************************************/ /********************************* Analogical world ************************************/