summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-03-28 14:07:54 -0400
committerChet Ramey <chet.ramey@case.edu>2014-03-28 14:07:54 -0400
commit8408f8668578da438709149515ea0f16127aae22 (patch)
treee710ba6b081d6bdbf95e15e173bce57a2103b620
parent8ef852a5be72c75e17f2510bea52455f809b56ce (diff)
downloadreadline-8408f8668578da438709149515ea0f16127aae22.tar.gz
Readline-6.3 patch 3
-rw-r--r--patchlevel2
-rw-r--r--util.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/patchlevel b/patchlevel
index 7cbda82..ce3e355 100644
--- a/patchlevel
+++ b/patchlevel
@@ -1,3 +1,3 @@
# Do not edit -- exists only for use by patch
-2
+3
diff --git a/util.c b/util.c
index fa3a667..58b55e2 100644
--- 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)