]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] fix the build for egcs-1.1.2
authorAndrew Morton <akpm@digeo.com>
Thu, 21 Nov 2002 06:36:50 +0000 (22:36 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 21 Nov 2002 06:36:50 +0000 (22:36 -0800)
egcs-1.1.2 doesn't understand that form of vararg macro

arch/i386/kernel/module.c

index 2a9f3da0f7cd63104b900e73c77048ce1d7bad4d..0ab783d158a2f04422c9872e93ab49da0ed6d25d 100644 (file)
@@ -25,7 +25,7 @@
 #if 0
 #define DEBUGP printk
 #else
-#define DEBUGP(fmt , ...)
+#define DEBUGP(fmt...)
 #endif
 
 void *module_alloc(unsigned long size)