]> granicus.if.org Git - php/commitdiff
Export lex_scan(). Both the PHPDoc and tokenizer extension need this. I hope this...
authorSebastian Bergmann <sebastian@php.net>
Sun, 10 Feb 2002 12:54:02 +0000 (12:54 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 10 Feb 2002 12:54:02 +0000 (12:54 +0000)
Zend/zend_compile.h

index f1eb9d0e53dd263966d0567a0988737fd787e770..52d43d2b8806bea504799916eada2447eaf61ba2 100644 (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);