From cce855bc5b117cb7ae70064131120687bc69fac0 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Fri, 17 Apr 1998 19:52:44 +0000 Subject: Imported from ../bash-2.02.tar.gz. --- builtins/bashgetopt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'builtins/bashgetopt.c') diff --git a/builtins/bashgetopt.c b/builtins/bashgetopt.c index 72ac900..65b8d08 100644 --- a/builtins/bashgetopt.c +++ b/builtins/bashgetopt.c @@ -161,6 +161,7 @@ reset_internal_getopt () sp = 1; } +#ifdef INCLUDE_UNUSED void report_bad_option () { @@ -171,3 +172,4 @@ report_bad_option () s[2] = '\0'; bad_option (s); } +#endif -- cgit v1.2.3