bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / applets / applets.c
index fbe766623e17c5629150700e0146c9dfae507bff..98c2b44f5c803bcb32ffa3f1359ea89e1142ae88 100644 (file)
@@ -4,14 +4,12 @@
  *
  * Copyright (C) 2007 Denys Vlasenko <vda.linux@googlemail.com>
  *
- * Licensed under GPLv2, see file License in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
-#include <assert.h>
 #include "busybox.h"
 
 #if ENABLE_BUILD_LIBBUSYBOX
-int main(int argc ATTRIBUTE_UNUSED, char **argv)
+int main(int argc UNUSED_PARAM, char **argv)
 {
        return lbb_main(argv);
 }