Browse Source

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

experimental/ZendEngine2
Sebastian Bergmann 24 years ago
parent
commit
1fd542fd38
  1. 2
      Zend/zend_compile.h

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

Loading…
Cancel
Save