From: Ilia Alshanetsky Date: Fri, 22 Nov 2002 22:30:38 +0000 (+0000) Subject: Added missing declaration. X-Git-Tag: php-4.3.0RC2~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7a0f547f80673f0cb27306bdcb206fa33389dd8;p=php Added missing declaration. --- diff --git a/main/rfc1867.c b/main/rfc1867.c index ce6787d2ab..38c8f1dd0b 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -72,7 +72,7 @@ void php_rfc1867_register_constants(TSRMLS_D) static void normalize_protected_variable(char *varname TSRMLS_DC) { - char *s=varname, *index=NULL, *indexend=NULL; + char *s=varname, *index=NULL, *indexend=NULL, *p; /* overjump leading space */ while (*s == ' ') {