aboutsummaryrefslogtreecommitdiffstats
path: root/builtins/bashgetopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/bashgetopt.c')
-rw-r--r--builtins/bashgetopt.c2
1 files changed, 2 insertions, 0 deletions
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