diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 94f0e40ec..4197a5e83 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -2375,7 +2375,8 @@ extern const char bbvar[] ALIGN1; | |||
2375 | #define bbafter(p) (p + sizeof(#p)) | 2375 | #define bbafter(p) (p + sizeof(#p)) |
2376 | #define BB_OVERRIDE_APPLETS bbvar | 2376 | #define BB_OVERRIDE_APPLETS bbvar |
2377 | #define BB_SKIP_ANSI_EMULATION bbafter(BB_OVERRIDE_APPLETS) | 2377 | #define BB_SKIP_ANSI_EMULATION bbafter(BB_OVERRIDE_APPLETS) |
2378 | #define BB_SYSTEMROOT bbafter(BB_SKIP_ANSI_EMULATION) | 2378 | #define BB_TERMINAL_MODE bbafter(BB_SKIP_ANSI_EMULATION) |
2379 | #define BB_SYSTEMROOT bbafter(BB_TERMINAL_MODE) | ||
2379 | #endif | 2380 | #endif |
2380 | 2381 | ||
2381 | extern const int const_int_0; | 2382 | extern const int const_int_0; |