Remove #ifdef __STDC__ junk. We don't do K&R round these parts,

so no point acting like we do.
This commit is contained in:
Eric Andersen
2000-12-01 19:02:24 +00:00
parent 3e856ce428
commit 87559829ff
8 changed files with 6 additions and 290 deletions

View File

@ -109,8 +109,7 @@ struct BB_applet {
extern const struct BB_applet applets[];
/* Automagically pull in all the applet function prototypes and
* applet usage strings.
* These are all of the form:
* applet usage strings. These are all of the form:
* extern int foo_main(int argc, char **argv);
* extern const char foo_usage[];
* These are all autogenerated from the set of currently defined applets.