-/* Generated by re2c 0.5 on Wed Sep 27 17:09:35 2000 */
+/* Generated by re2c 0.5 on Wed Oct 4 20:04:55 2000 */
#line 1 "/home/sas/src/php4/ext/standard/url_scanner_ex.re"
/*
+----------------------------------------------------------------------+
};
#define YYFILL(n) goto stop
-#define YYCTYPE char
+#define YYCTYPE unsigned char
#define YYCURSOR xp
#define YYLIMIT end
#define YYMARKER q
yy10: yych = *++YYCURSOR;
yy11:
#line 218
- { PASSTHRU(); continue; }
+ { PASSTHRU(); STATE = STATE_PLAIN; continue; }
yy12: ++YYCURSOR;
if(YYLIMIT == YYCURSOR) YYFILL(1);
yych = *YYCURSOR;
};
#define YYFILL(n) goto stop
-#define YYCTYPE char
+#define YYCTYPE unsigned char
#define YYCURSOR xp
#define YYLIMIT end
#define YYMARKER q
case STATE_TAG:
/*!re2c
alpha+ { HANDLE_TAG() /* Sets STATE */; PASSTHRU(); continue; }
- any { PASSTHRU(); continue; }
+ any { PASSTHRU(); STATE = STATE_PLAIN; continue; }
*/
break;