- ;; in function declaration not allowed with GCC 3.4 !
This commit is contained in:
parent
7470d8e8a1
commit
0e082a217e
|
@ -108,7 +108,7 @@ extern void genSC_TOP();
|
|||
extern void genSC_BOTTOM();
|
||||
extern void genSC_CHANNEL();
|
||||
extern void genSC_CON_CHANNEL();
|
||||
extern void genLOGEN(char *, int, ...);;
|
||||
extern void genLOGEN(char *, int, ...);
|
||||
extern void genSETLOGEN(char *, char *, ...);
|
||||
|
||||
/********************************* Analogical world ************************************/
|
||||
|
|
Loading…
Reference in New Issue