diff options
| author | Eric Andersen <andersen@codepoet.org> | 2000-12-01 19:02:24 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2000-12-01 19:02:24 +0000 |
| commit | 87559829ffc79b94adcee00b64706ce78ff2f3fb (patch) | |
| tree | 75120bd48cfcb5744e62162b9110e67bf1faa2e4 /include | |
| parent | 3e856ce428cabaf6c8d99a2374a1f9a4a05db5f0 (diff) | |
| download | busybox-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')
| -rw-r--r-- | include/busybox.h | 3 |
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 { | |||
| 109 | extern const struct BB_applet applets[]; | 109 | extern 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. |
