From c8166b5b2b56c8170e85391435e57dbfdcaec89b Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 1 Dec 2000 19:02:24 +0000 Subject: 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 --- include/busybox.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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 { 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. -- cgit v1.2.3-55-g6feb