]> granicus.if.org Git - php/commitdiff
One more fix to C compile.
authorAndrei Zmievski <andrei@php.net>
Sat, 19 Aug 2000 18:13:52 +0000 (18:13 +0000)
committerAndrei Zmievski <andrei@php.net>
Sat, 19 Aug 2000 18:13:52 +0000 (18:13 +0000)
Zend/zend-scanner.l

index 4f557b93d8690d58f15ec7da92ec27003053552a..b78ff8cd4683f609b5056962b441260533654bb0 100644 (file)
@@ -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;