From: Andrei Zmievski Date: Sat, 19 Aug 2000 18:13:52 +0000 (+0000) Subject: One more fix to C compile. X-Git-Tag: php-4.0.2RC1~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0691afb08c01b66639fe01b5a1bb909651537ffe;p=php One more fix to C compile. --- diff --git a/Zend/zend-scanner.l b/Zend/zend-scanner.l index 4f557b93d8..b78ff8cd46 100644 --- a/Zend/zend-scanner.l +++ b/Zend/zend-scanner.l @@ -526,7 +526,9 @@ int highlight_string(zval *str, zend_syntax_highlighter_ini *syntax_highlighter_ { zend_lex_state original_lex_state; zval tmp = *str; +#ifdef ZTS istrstream *input_stream; +#endif CLS_FETCH(); str = &tmp;