aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-01 19:02:24 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-01 19:02:24 +0000
commitc8166b5b2b56c8170e85391435e57dbfdcaec89b (patch)
tree75120bd48cfcb5744e62162b9110e67bf1faa2e4 /include
parent8cb2f75a75eb9694f36312ab4856d335ab2bac19 (diff)
downloadbusybox-w32-c8166b5b2b56c8170e85391435e57dbfdcaec89b.tar.gz
busybox-w32-c8166b5b2b56c8170e85391435e57dbfdcaec89b.tar.bz2
busybox-w32-c8166b5b2b56c8170e85391435e57dbfdcaec89b.zip
Remove #ifdef __STDC__ junk. We don't do K&R round these parts,
so no point acting like we do. git-svn-id: svn://busybox.net/trunk/busybox@1361 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-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.