summaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-01 19:02:24 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-01 19:02:24 +0000
commit87559829ffc79b94adcee00b64706ce78ff2f3fb (patch)
tree75120bd48cfcb5744e62162b9110e67bf1faa2e4 /include/busybox.h
parent3e856ce428cabaf6c8d99a2374a1f9a4a05db5f0 (diff)
downloadbusybox-w32-87559829ffc79b94adcee00b64706ce78ff2f3fb.tar.gz
busybox-w32-87559829ffc79b94adcee00b64706ce78ff2f3fb.tar.bz2
busybox-w32-87559829ffc79b94adcee00b64706ce78ff2f3fb.zip
Remove #ifdef __STDC__ junk. We don't do K&R round these parts,
so no point acting like we do.
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/busybox.h b/include/busybox.h
index cff4af41d..bd8fca53b 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -109,8 +109,7 @@ struct BB_applet {
109extern const struct BB_applet applets[]; 109extern const struct BB_applet applets[];
110 110
111/* Automagically pull in all the applet function prototypes and 111/* Automagically pull in all the applet function prototypes and
112 * applet usage strings. 112 * applet usage strings. These are all of the form:
113 * These are all of the form:
114 * extern int foo_main(int argc, char **argv); 113 * extern int foo_main(int argc, char **argv);
115 * extern const char foo_usage[]; 114 * extern const char foo_usage[];
116 * These are all autogenerated from the set of currently defined applets. 115 * These are all autogenerated from the set of currently defined applets.