diff options
| author | Anatol Belski <ab@php.net> | 2014-11-10 18:26:20 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-11-10 23:30:15 +0100 |
| commit | 96805364fa89f98e5dff24e2eab9bb780c87e5de (patch) | |
| tree | 15241ea997ea8a729411ac31b808eb5acee50b33 /sapi/cli/ps_title.c | |
| parent | 5ad7cad103df571c6a73c39aad969208a3c04748 (diff) | |
| download | php-git-96805364fa89f98e5dff24e2eab9bb780c87e5de.tar.gz | |
fix var declaration used by macro conditions
Diffstat (limited to 'sapi/cli/ps_title.c')
| -rw-r--r-- | sapi/cli/ps_title.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
