From: Anatol Belski Date: Mon, 10 Nov 2014 17:26:20 +0000 (+0100) Subject: fix var declaration used by macro conditions X-Git-Tag: PRE_NATIVE_TLS_MERGE~130^2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96805364fa89f98e5dff24e2eab9bb780c87e5de;p=php fix var declaration used by macro conditions --- diff --git a/sapi/cli/ps_title.c b/sapi/cli/ps_title.c index 4885d9ea6e..6cef483983 100644 --- a/sapi/cli/ps_title.c +++ b/sapi/cli/ps_title.c @@ -129,7 +129,9 @@ static char** save_argv; * This holds the 'locally' allocated environ from the save_ps_args method. * This is subsequently free'd at exit. */ +#if defined(PS_USE_CLOBBER_ARGV) static char** frozen_environ, **new_environ; +#endif /* * Call this method early, before any code has used the original argv passed in