]> git.ipfire.org Git - thirdparty/readline.git/commitdiff
Readline-6.3 patch 3
authorChet Ramey <chet.ramey@case.edu>
Fri, 28 Mar 2014 18:07:54 +0000 (14:07 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 28 Mar 2014 18:07:54 +0000 (14:07 -0400)
patchlevel
util.c

index 7cbda82ded86fa174ee44dba637d5fa80815bfdc..ce3e35565330d4faf05e7f91c30ce66182f764fd 100644 (file)
@@ -1,3 +1,3 @@
 # Do not edit -- exists only for use by patch
 
-2
+3
diff --git a/util.c b/util.c
index fa3a66718f7421270ec05e8f02d578e22f82d6af..58b55e276d824fd9c766cc061455a9ea8566e5c8 100644 (file)
--- a/util.c
+++ b/util.c
@@ -476,6 +476,7 @@ _rl_savestring (s)
   return (strcpy ((char *)xmalloc (1 + (int)strlen (s)), (s)));
 }
 
+#if defined (DEBUG)
 #if defined (USE_VARARGS)
 static FILE *_rl_tracefp;
 
@@ -538,6 +539,7 @@ _rl_settracefp (fp)
   _rl_tracefp = fp;
 }
 #endif
+#endif /* DEBUG */
 
 
 #if HAVE_DECL_AUDIT_USER_TTY && defined (ENABLE_TTY_AUDIT_SUPPORT)