1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00

Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope this is okay with Z&A.

This commit is contained in:
Sebastian Bergmann
2002-02-10 12:54:02 +00:00
parent 1d54bf97e0
commit 1fd542fd38

View File

@@ -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);