]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - error.c
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / error.c
diff --git a/error.c b/error.c
index 2631ab4e532856164a8c4c399e88a680be995ce7..689f13d8f0389fdfc78068c3ff550e7761fa4fa5 100644 (file)
--- a/error.c
+++ b/error.c
@@ -434,6 +434,7 @@ parser_error (lineno, format, va_alist)
     exit (2);
 }
 
+#ifdef DEBUG
 void
 #if defined (PREFER_STDARG)
 itrace (const char *format, ...)
@@ -500,6 +501,7 @@ trace (format, va_alist)
 }
 
 #endif /* USE_VARARGS */
+#endif /* DEBUG */
 
 static char *cmd_error_table[] = {
        "unknown command error",        /* CMDERR_DEFAULT */