From: Chet Ramey Date: Fri, 28 Mar 2014 18:07:54 +0000 (-0400) Subject: Readline-6.3 patch 3 X-Git-Tag: readline-7.0-alpha~7 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8408f8668578da438709149515ea0f16127aae22;p=thirdparty%2Freadline.git Readline-6.3 patch 3 --- 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)