From: Harald Welte Date: Wed, 6 Dec 2000 08:11:24 +0000 (+0000) Subject: preprocessor macro syntax X-Git-Tag: v1.2.1~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c45c3154a61ea9bb23d905dc251068758b46941b;p=thirdparty%2Fiptables.git preprocessor macro syntax --- diff --git a/iptables-restore.c b/iptables-restore.c index 5e017200..088270a5 100644 --- a/iptables-restore.c +++ b/iptables-restore.c @@ -14,9 +14,9 @@ #include "libiptc/libiptc.h" #ifdef DEBUG -#define DEBUGP(x, args ...) fprintf(stderr, x, ## args) +#define DEBUGP(x, args...) fprintf(stderr, x, ## args) #else -#define DEBUGP(x, args ...) +#define DEBUGP(x, args...) #endif /* Keeping track of external matches and targets. */