From 1fd542fd388d0cf51131a3a6069cd85dd79bb6c7 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 10 Feb 2002 12:54:02 +0000 Subject: [PATCH] Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope this is okay with Z&A. --- Zend/zend_compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1