1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
/* Generated by re2c */
// re2c $INPUT -o $OUTPUT -i --depfile $DEPFILE
{
YYCTYPE yych;
if (YYLIMIT <= YYCURSOR) YYFILL(1);
yych = *YYCURSOR;
switch (yych) {
case '1': goto yy2;
case '2': goto yy3;
default: goto yy1;
}
yy1:
++YYCURSOR;
{ return -1; }
yy2:
++YYCURSOR;
{ return 1; }
yy3:
++YYCURSOR;
{ return 4; }
}
include/include004_inline.c: include/include004_inline.re include/include004_inline.re.inc
include/include004_inline.re.inc:1:4: warning: unreachable rule (shadowed by rule at line 5) [-Wunreachable-rules]
include/include004_inline.re:12:8: warning: unreachable rule (shadowed by rule at line 2) [-Wunreachable-rules]
|