Fix problems in the toybox header
diff --git a/toybox/header.c b/toybox/header.c
index 0f04a7c..33b20ed 100644
--- a/toybox/header.c
+++ b/toybox/header.c
@@ -10,7 +10,7 @@
   bool "bc"
   default n
   help
-    usage: bc [-cilqsw] [long-options] [file ...]
+    usage: bc [-cilqsw] [file ...]
 
     bc is a command-line calculator with a Turing-complete language.
 
@@ -48,3 +48,5 @@
     long bc_signal;
 )
 
+#define bcg (TT)
+