From: Sebastian Bergmann Date: Sun, 10 Feb 2002 12:54:02 +0000 (+0000) Subject: Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope this... X-Git-Tag: php-4.2.0RC1~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fd542fd388d0cf51131a3a6069cd85dd79bb6c7;p=php Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope this is okay with Z&A. --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index f1eb9d0e53..52d43d2b88 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -201,7 +201,7 @@ void zend_activate_modules(TSRMLS_D); void zend_deactivate_modules(TSRMLS_D); -int lex_scan(zval *zendlval TSRMLS_DC); +ZEND_API int lex_scan(zval *zendlval TSRMLS_DC); void startup_scanner(TSRMLS_D); void shutdown_scanner(TSRMLS_D);