diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-02-10 12:54:02 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-10 12:54:02 +0000 |
commit | 1fd542fd388d0cf51131a3a6069cd85dd79bb6c7 (patch) | |
tree | 9db9e994d4802b5d7def26267a82b25ea4a86350 | |
parent | 1d54bf97e09fbb94142aba7424fd8eb70f631f05 (diff) | |
download | php-git-1fd542fd388d0cf51131a3a6069cd85dd79bb6c7.tar.gz |
Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope this is okay with Z&A.
-rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |