diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -38,9 +38,6 @@ | |||
38 | #include <stdlib.h> | 38 | #include <stdlib.h> |
39 | #include <string.h> | 39 | #include <string.h> |
40 | #include "busybox.h" | 40 | #include "busybox.h" |
41 | #define BB_DECLARE_EXTERN | ||
42 | #define bb_need_help | ||
43 | #include "messages.c" | ||
44 | 41 | ||
45 | /* test(1) accepts the following grammar: | 42 | /* test(1) accepts the following grammar: |
46 | oexpr ::= aexpr | aexpr "-o" oexpr ; | 43 | oexpr ::= aexpr | aexpr "-o" oexpr ; |