#endif
#if YY_STACK_USED
+#define yy_start_stack_ptr SCNG(yy_start_stack_ptr)
+#define yy_start_stack_depth SCNG(yy_start_stack_depth)
+#define yy_start_stack SCNG(yy_start_stack)
+/*
static int yy_start_stack_ptr = 0;
static int yy_start_stack_depth = 0;
static int *yy_start_stack = 0;
+*/
#ifndef YY_NO_PUSH_STATE
static void yy_push_state YY_PROTO(( int new_state TSRMLS_DC ));
#endif
static void yy_pop_state YY_PROTO(( TSRMLS_D ));
#endif
#ifndef YY_NO_TOP_STATE
-static int yy_top_state YY_PROTO(( void ));
+static int yy_top_state YY_PROTO(( TSRMLS_D ));
#endif
#else
#ifndef YY_NO_TOP_STATE
%-
-static int yy_top_state()
+static int yy_top_state(TSRMLS_D)
%+
int yyFlexLexer::yy_top_state()
%*
scanner_globals_p->yy_out = NULL;
scanner_globals_p->_yy_more_flag = 0;
scanner_globals_p->_yy_more_len = 0;
-
+ scanner_globals_p->yy_start_stack_ptr = 0;
+ scanner_globals_p->yy_start_stack_depth = 0;
+ scanner_globals_p->yy_start_stack = 0;
}
char *_yy_last_accepting_cpos;
int _yy_more_flag;
int _yy_more_len;
+ int yy_start_stack_ptr;
+ int yy_start_stack_depth;
+ int *yy_start_stack;
};
#endif /* ZEND_GLOBALS_H */