From 96805364fa89f98e5dff24e2eab9bb780c87e5de Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 10 Nov 2014 18:26:20 +0100 Subject: [PATCH] fix var declaration used by macro conditions --- sapi/cli/ps_title.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1