summaryrefslogtreecommitdiff
path: root/Zend/flex.skl
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-08-06 14:26:05 +0000
committerZeev Suraski <zeev@php.net>2001-08-06 14:26:05 +0000
commit85875e83ae665f1d00b3d6f6d6924b683a905514 (patch)
tree4929deafe2cd209c87c7f73fea309b66adc10ab3 /Zend/flex.skl
parent609d58a4d6aa63dd7abaf2651cf40f4907b77c1e (diff)
downloadphp-git-85875e83ae665f1d00b3d6f6d6924b683a905514.tar.gz
Better shared code
Diffstat (limited to 'Zend/flex.skl')
-rw-r--r--Zend/flex.skl4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/flex.skl b/Zend/flex.skl
index d84fa3dd6a..596c6dcddf 100644
--- a/Zend/flex.skl
+++ b/Zend/flex.skl
@@ -229,8 +229,6 @@ static char yy_hold_char;
static int yy_n_chars; /* number of characters read into yy_ch_buf */
-int yyleng;
-
/* Points to current character in buffer. */
#define yy_c_buf_p SCNG(c_buf_p)
#define yy_init SCNG(init)
@@ -292,14 +290,12 @@ static void yy_flex_free YY_PROTO(( void * ));
#define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
%% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here
-#ifdef ZTS
#undef yyleng
#define yyleng SCNG(yy_leng)
#undef yytext
#define yytext SCNG(yy_text)
#undef yytext_ptr
#define yytext_ptr SCNG(yy_text)
-#endif
%- Standard (non-C++) definition