From 0e082a217ef0606c9eb4a937880aeef4f6c20c57 Mon Sep 17 00:00:00 2001 From: Ludovic Jacomme Date: Fri, 17 Sep 2004 19:03:10 +0000 Subject: [PATCH] - ;; in function declaration not allowed with GCC 3.4 ! --- alliance/src/genlib/src/mgn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alliance/src/genlib/src/mgn.h b/alliance/src/genlib/src/mgn.h index b17b0a75..d123de3e 100644 --- a/alliance/src/genlib/src/mgn.h +++ b/alliance/src/genlib/src/mgn.h @@ -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 ************************************/