projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07fffc5
)
Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about
author
Rob Landley
<rob@landley.net>
Wed, 7 Dec 2005 23:17:28 +0000
(23:17 -0000)
committer
Rob Landley
<rob@landley.net>
Wed, 7 Dec 2005 23:17:28 +0000
(23:17 -0000)
matching up macro arguments even when the macro substitutes to nothing...
applets/applets.c
patch
|
blob
|
history
diff --git
a/applets/applets.c
b/applets/applets.c
index 1a261d9a03225e2ca4fbf930a3e2a609cecbf121..dde75f23679856a359ac2580e37b68d8225d8d9f 100644
(file)
--- a/
applets/applets.c
+++ b/
applets/applets.c
@@
-330,7
+330,7
@@
static void parse_config_file(void)
}
#else
-#define parse_config_file(
x
)
+#define parse_config_file()
#endif /* CONFIG_FEATURE_SUID_CONFIG */
#ifdef CONFIG_FEATURE_SUID