diff options
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 99c2bc9d5..910cb8fa2 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -58,4 +58,7 @@ | |||
58 | #ifdef L_name_longer_than_foo | 58 | #ifdef L_name_longer_than_foo |
59 | const char * const name_longer_than_foo = "Names longer than %d chars not supported."; | 59 | const char * const name_longer_than_foo = "Names longer than %d chars not supported."; |
60 | #endif | 60 | #endif |
61 | #ifdef L_unknown | ||
62 | const char * const unknown = "(unknown)"; | ||
63 | #endif | ||
61 | 64 | ||