aboutsummaryrefslogtreecommitdiff
path: root/messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'messages.c')
-rw-r--r--messages.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/messages.c b/messages.c
index bfbf3175b..265c5ade8 100644
--- a/messages.c
+++ b/messages.c
@@ -1,3 +1,4 @@
1/* vi: set sw=4 ts=4: */
1/* 2/*
2 * Copyright (C) 2000 by BitterSweet Enterprises, LLC. 3 * Copyright (C) 2000 by BitterSweet Enterprises, LLC.
3 * Written by Karl M. Hegbloom <karlheg@debian.org> 4 * Written by Karl M. Hegbloom <karlheg@debian.org>
@@ -40,25 +41,19 @@
40#if defined bb_need_name_too_long || ! defined BB_DECLARE_EXTERN 41#if defined bb_need_name_too_long || ! defined BB_DECLARE_EXTERN
41BB_DEF_MESSAGE(name_too_long, "%s: file name too long\n") 42BB_DEF_MESSAGE(name_too_long, "%s: file name too long\n")
42#endif 43#endif
43
44#if defined bb_need_omitting_directory || ! defined BB_DECLARE_EXTERN 44#if defined bb_need_omitting_directory || ! defined BB_DECLARE_EXTERN
45BB_DEF_MESSAGE(omitting_directory, "%s: %s: omitting directory\n") 45 BB_DEF_MESSAGE(omitting_directory, "%s: %s: omitting directory\n")
46#endif 46#endif
47
48#if defined bb_need_not_a_directory || ! defined BB_DECLARE_EXTERN 47#if defined bb_need_not_a_directory || ! defined BB_DECLARE_EXTERN
49BB_DEF_MESSAGE(not_a_directory, "%s: %s: not a directory\n") 48 BB_DEF_MESSAGE(not_a_directory, "%s: %s: not a directory\n")
50#endif 49#endif
51
52#if defined bb_need_memory_exhausted || ! defined BB_DECLARE_EXTERN 50#if defined bb_need_memory_exhausted || ! defined BB_DECLARE_EXTERN
53BB_DEF_MESSAGE(memory_exhausted, "%s: memory exhausted\n") 51 BB_DEF_MESSAGE(memory_exhausted, "%s: memory exhausted\n")
54#endif 52#endif
55
56#if defined bb_need_invalid_date || ! defined BB_DECLARE_EXTERN 53#if defined bb_need_invalid_date || ! defined BB_DECLARE_EXTERN
57BB_DEF_MESSAGE(invalid_date, "%s: invalid date `%s'\n") 54 BB_DEF_MESSAGE(invalid_date, "%s: invalid date `%s'\n")
58#endif 55#endif
59
60#if defined bb_need_invalid_option || ! defined BB_DECLARE_EXTERN 56#if defined bb_need_invalid_option || ! defined BB_DECLARE_EXTERN
61BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n") 57 BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n")
62#endif 58#endif
63 59#endif /* _BB_MESSAGES_C */
64#endif /* _BB_MESSAGES_C */