]> granicus.if.org Git - re2c/commitdiff
run_tests.sh: don't change filenames to '<stdout>'.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 14 Oct 2015 14:09:41 +0000 (15:09 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 14 Oct 2015 14:09:41 +0000 (15:09 +0100)
Updated test. Used the following shell script to validate changes:

    #!/bin/bash

    for f2 in *.temp
    do
        f1=${f2%.temp}

        diff1=`diff $f1 $f2 | grep '^< ' | wc -l`
        diff1_fname=`diff $f1 $f2 | grep '^<\( #line [0-9]\+ "<stdout>"\|[ ]\+("<stdout>[^"]\+"\)' | wc -l`
        diff2=`diff $f1 $f2 | grep '^> ' | wc -l`
        diff2_fname=`diff $f1 $f2 | grep '^>\( #line [0-9]\+ "[^"]\+"\|[ ]\+("[^"]\+"\)' | wc -l`

        # missing: only changed filenames
        [ $diff1 -ne $diff1_fname ] && echo "FAIL1: $f1" && exit 1

        # added: only changed filenames
        [ $diff2 -ne $diff2_fname ] && echo "FAIL2: $f1" && exit 1

        # the number of missing changed filenames
        # equals to the number of added changed filenames
        [ $diff1_fname -ne $diff2_fname ] && echo "FAIL4: $f1" && exit 1
    done

    echo "OK"

594 files changed:
re2c/run_tests.sh.in
re2c/test/bug1054496.c
re2c/test/bug116.c
re2c/test/bug1163046.S.c
re2c/test/bug1163046.c
re2c/test/bug1187785.c
re2c/test/bug1297658.c
re2c/test/bug1390174.c
re2c/test/bug1454253.c
re2c/test/bug1454253.s.c
re2c/test/bug1454253b.s.c
re2c/test/bug1472770.b.c
re2c/test/bug1472770.c
re2c/test/bug1472770.f.c
re2c/test/bug1472770.s.c
re2c/test/bug1479044.b.c
re2c/test/bug1479044.c
re2c/test/bug1479044.s.c
re2c/test/bug1682718.c
re2c/test/bug46_infinite_loop.c
re2c/test/c.c
re2c/test/calc_001.c
re2c/test/calc_002.c
re2c/test/calc_003.c
re2c/test/calc_004.c
re2c/test/calc_005.c
re2c/test/calc_006.s.c
re2c/test/calc_007.b.c
re2c/test/calc_008.Sb.c
re2c/test/calc_008.b.c
re2c/test/cmmap.c
re2c/test/cnokw.c
re2c/test/code_points.8.c
re2c/test/code_points.c
re2c/test/code_points.e.c
re2c/test/code_points.u.c
re2c/test/code_points.w.c
re2c/test/code_points.x.c
re2c/test/condition_01.c.c
re2c/test/condition_01a.c.c
re2c/test/condition_01b.c.c
re2c/test/condition_02.c.c
re2c/test/condition_02.cg.c
re2c/test/condition_03.cg.c
re2c/test/condition_04.cg.c
re2c/test/condition_05.cg.c
re2c/test/condition_05.cgtcondition_05.cgt.h.c
re2c/test/condition_05.cs.c
re2c/test/condition_06.cs.c
re2c/test/condition_10.Scgif.c
re2c/test/condition_11.cg.c
re2c/test/condition_13.cg.c
re2c/test/condtype.c.c
re2c/test/condtype.cg.c
re2c/test/condtype.cgtcondtype.cg.h.c
re2c/test/condtype.cs.c
re2c/test/condtype.cstcondtype.cs.h.c
re2c/test/condtype.ctcondtype.c.h.c
re2c/test/condtype_decl.c.c
re2c/test/condtype_decl.cg.c
re2c/test/condtype_decl.cs.c
re2c/test/condtype_forwdecl.cg.c
re2c/test/condtype_forwdecl.cs.c
re2c/test/condtype_single.c.c
re2c/test/condtype_single.cg.c
re2c/test/condtype_single.cs.c
re2c/test/condtype_yysetcondition.cg.c
re2c/test/condtype_yysetcondition.cs.c
re2c/test/config1.c
re2c/test/config10.S.c
re2c/test/config10.c
re2c/test/config2.s.c
re2c/test/config3.c
re2c/test/config4a.f.c
re2c/test/config4b.f.c
re2c/test/config4c.f.c
re2c/test/config4d.f.c
re2c/test/config4e.f.c
re2c/test/config4f.f.c
re2c/test/config5.c
re2c/test/config6.c
re2c/test/config7a.g.c
re2c/test/config7b.g.c
re2c/test/config8.c
re2c/test/config9.b.c
re2c/test/control_flow_fail.S.c
re2c/test/control_flow_fail.c
re2c/test/control_flow_ok.S.c
re2c/test/control_flow_ok.c
re2c/test/control_flow_yymarker_fail.S.c
re2c/test/control_flow_yymarker_fail.c
re2c/test/control_flow_yymarker_ok.S.c
re2c/test/control_flow_yymarker_ok.c
re2c/test/control_flow_yymarker_yyaccept_fail.S.c
re2c/test/control_flow_yymarker_yyaccept_fail.c
re2c/test/control_flow_yymarker_yyaccept_ok.S.c
re2c/test/control_flow_yymarker_yyaccept_ok.c
re2c/test/ctx.S.c
re2c/test/ctx.b.c
re2c/test/ctx.c
re2c/test/ctx.s.c
re2c/test/cunroll.c
re2c/test/cvsignore.b.c
re2c/test/cvsignore.c
re2c/test/cvsignore.s.c
re2c/test/cvsignore.u.c
re2c/test/cvsignore.ub.c
re2c/test/cvsignore.w.c
re2c/test/cvsignore.wb.c
re2c/test/default.8.c
re2c/test/default.c
re2c/test/default.e.c
re2c/test/default.u.c
re2c/test/default.w.c
re2c/test/default.x.c
re2c/test/default_00.c
re2c/test/default_full.8--encoding-policy(fail).c
re2c/test/default_full.8--encoding-policy(substitute).c
re2c/test/default_full.8.c
re2c/test/default_full.c
re2c/test/default_full.e.c
re2c/test/default_full.u--encoding-policy(fail).c
re2c/test/default_full.u--encoding-policy(substitute).c
re2c/test/default_full.u.c
re2c/test/default_full.w--encoding-policy(fail).c
re2c/test/default_full.w--encoding-policy(substitute).c
re2c/test/default_full.w.c
re2c/test/default_full.x--encoding-policy(fail).c
re2c/test/default_full.x--encoding-policy(substitute).c
re2c/test/default_full.x.c
re2c/test/empty_code.c.c
re2c/test/error13.1.c
re2c/test/error13.c
re2c/test/error14.1.c
re2c/test/error14.c
re2c/test/input1.c
re2c/test/input10.b.c
re2c/test/input10.c
re2c/test/input10.s.c
re2c/test/input11.b.c
re2c/test/input11.c
re2c/test/input11.s.c
re2c/test/input13.c
re2c/test/input2.b.c
re2c/test/input2.c
re2c/test/input3.c
re2c/test/input4.--empty-class(match-empty).c
re2c/test/input4.--empty-class(match-none).c
re2c/test/input4.c
re2c/test/input5.c
re2c/test/input6.--empty-class(match-empty).c
re2c/test/input6.--empty-class(match-none).c
re2c/test/input6.c
re2c/test/input7.c
re2c/test/input8.b.c
re2c/test/input8.c
re2c/test/input8.g.c
re2c/test/input9.c
re2c/test/input_custom_default.--input(custom).c
re2c/test/input_custom_default.S--input(custom).c
re2c/test/input_custom_fgetc.--input(custom).c
re2c/test/input_custom_fgetc.S--input(custom).c
re2c/test/input_custom_istringstream.--input(custom).c
re2c/test/input_custom_istringstream.S--input(custom).c
re2c/test/input_custom_mjson.--input(custom).c
re2c/test/input_custom_mjson.S--input(custom).c
re2c/test/line-01.c
re2c/test/main.b.c
re2c/test/modula.c
re2c/test/overflow-1.c
re2c/test/overflow-4.c
re2c/test/parse_date.b.c
re2c/test/parse_date.c
re2c/test/parse_date.db.c
re2c/test/parse_date.g.c
re2c/test/parse_date.s.c
re2c/test/parse_date_1_78.db.c
re2c/test/php20150211_parse_date.Sig.c
re2c/test/php20150211_parse_iso_intervals.Sig.c
re2c/test/php20150211_pdo_sql_parser.Sig.c
re2c/test/php20150211_phar_path_check.Sig.c
re2c/test/php20150211_url_scanner_ex.Sig.c
re2c/test/php20150211_var_unserializer.Sig.c
re2c/test/php20150211_zend_ini_scanner.SigcFd--case-inverted.c
re2c/test/php20150211_zend_language_scanner.SigcFd--case-inverted.c
re2c/test/push.S.c
re2c/test/push.c
re2c/test/push.f.c
re2c/test/push.fb.c
re2c/test/push.fg.c
re2c/test/push.fs.c
re2c/test/range_dot.8.c
re2c/test/range_dot.c
re2c/test/range_dot.e.c
re2c/test/range_dot.u.c
re2c/test/range_dot.w.c
re2c/test/range_dot.x.c
re2c/test/range_empty.8.c
re2c/test/range_empty.c
re2c/test/range_empty.e.c
re2c/test/range_empty.u.c
re2c/test/range_empty.w.c
re2c/test/range_empty.x.c
re2c/test/range_full.8.c
re2c/test/range_full.c
re2c/test/range_full.e.c
re2c/test/range_full.u.c
re2c/test/range_full.w.c
re2c/test/range_full.x.c
re2c/test/range_neg_lf.8.c
re2c/test/range_neg_lf.c
re2c/test/range_neg_lf.e.c
re2c/test/range_neg_lf.u.c
re2c/test/range_neg_lf.w.c
re2c/test/range_neg_lf.x.c
re2c/test/repeat-01.Scgir.c
re2c/test/repeat-02.Scgir.c
re2c/test/repeat-03.Scgir.c
re2c/test/repeat-06.Sgir.c
re2c/test/repeat-07_default.Sgir.c
re2c/test/repeater.c
re2c/test/repeater2.c
re2c/test/reuse_conds_default_0.Scgir.c
re2c/test/reuse_conds_default_1.Scgir.c
re2c/test/rexx.--empty-class(match-empty).c
re2c/test/rexx.--empty-class(match-none).c
re2c/test/rexx.S.c
re2c/test/rexx.c
re2c/test/sample.c
re2c/test/scanner.S.c
re2c/test/scanner.c
re2c/test/scanner.fs.c
re2c/test/scanner.s.c
re2c/test/simple.c
re2c/test/simple_default.c
re2c/test/strip_001.s.c
re2c/test/strip_002.s.c
re2c/test/strip_003.Sb.c
re2c/test/strip_003.b.c
re2c/test/unicode_blocks.8--encoding-policy(ignore).c
re2c/test/unicode_blocks.8--encoding-policy(substitute).c
re2c/test/unicode_blocks.S8--encoding-policy(ignore).c
re2c/test/unicode_blocks.Su--encoding-policy(ignore).c
re2c/test/unicode_blocks.Sx--encoding-policy(ignore).c
re2c/test/unicode_blocks.u--encoding-policy(ignore).c
re2c/test/unicode_blocks.u--encoding-policy(substitute).c
re2c/test/unicode_blocks.x--encoding-policy(ignore).c
re2c/test/unicode_blocks.x--encoding-policy(substitute).c
re2c/test/unicode_group_C.8--encoding-policy(ignore).c
re2c/test/unicode_group_C.8--encoding-policy(substitute).c
re2c/test/unicode_group_C.u--encoding-policy(ignore).c
re2c/test/unicode_group_C.u--encoding-policy(substitute).c
re2c/test/unicode_group_C.x--encoding-policy(ignore).c
re2c/test/unicode_group_C.x--encoding-policy(substitute).c
re2c/test/unicode_group_Cc.8--encoding-policy(fail).c
re2c/test/unicode_group_Cc.8--encoding-policy(ignore).c
re2c/test/unicode_group_Cc.8--encoding-policy(substitute).c
re2c/test/unicode_group_Cc.u--encoding-policy(fail).c
re2c/test/unicode_group_Cc.u--encoding-policy(ignore).c
re2c/test/unicode_group_Cc.u--encoding-policy(substitute).c
re2c/test/unicode_group_Cc.x--encoding-policy(fail).c
re2c/test/unicode_group_Cc.x--encoding-policy(ignore).c
re2c/test/unicode_group_Cc.x--encoding-policy(substitute).c
re2c/test/unicode_group_Cf.8--encoding-policy(fail).c
re2c/test/unicode_group_Cf.8--encoding-policy(ignore).c
re2c/test/unicode_group_Cf.8--encoding-policy(substitute).c
re2c/test/unicode_group_Cf.u--encoding-policy(fail).c
re2c/test/unicode_group_Cf.u--encoding-policy(ignore).c
re2c/test/unicode_group_Cf.u--encoding-policy(substitute).c
re2c/test/unicode_group_Cf.x--encoding-policy(fail).c
re2c/test/unicode_group_Cf.x--encoding-policy(ignore).c
re2c/test/unicode_group_Cf.x--encoding-policy(substitute).c
re2c/test/unicode_group_Cn.8--encoding-policy(fail).c
re2c/test/unicode_group_Cn.8--encoding-policy(ignore).c
re2c/test/unicode_group_Cn.8--encoding-policy(substitute).c
re2c/test/unicode_group_Cn.u--encoding-policy(fail).c
re2c/test/unicode_group_Cn.u--encoding-policy(ignore).c
re2c/test/unicode_group_Cn.u--encoding-policy(substitute).c
re2c/test/unicode_group_Cn.x--encoding-policy(fail).c
re2c/test/unicode_group_Cn.x--encoding-policy(ignore).c
re2c/test/unicode_group_Cn.x--encoding-policy(substitute).c
re2c/test/unicode_group_Co.8--encoding-policy(fail).c
re2c/test/unicode_group_Co.8--encoding-policy(ignore).c
re2c/test/unicode_group_Co.8--encoding-policy(substitute).c
re2c/test/unicode_group_Co.u--encoding-policy(fail).c
re2c/test/unicode_group_Co.u--encoding-policy(ignore).c
re2c/test/unicode_group_Co.u--encoding-policy(substitute).c
re2c/test/unicode_group_Co.x--encoding-policy(fail).c
re2c/test/unicode_group_Co.x--encoding-policy(ignore).c
re2c/test/unicode_group_Co.x--encoding-policy(substitute).c
re2c/test/unicode_group_Cs.8--encoding-policy(ignore).c
re2c/test/unicode_group_Cs.8--encoding-policy(substitute).c
re2c/test/unicode_group_Cs.u--encoding-policy(ignore).c
re2c/test/unicode_group_Cs.u--encoding-policy(substitute).c
re2c/test/unicode_group_Cs.x--encoding-policy(ignore).c
re2c/test/unicode_group_Cs.x--encoding-policy(substitute).c
re2c/test/unicode_group_L.8--encoding-policy(fail).c
re2c/test/unicode_group_L.8--encoding-policy(ignore).c
re2c/test/unicode_group_L.8--encoding-policy(substitute).c
re2c/test/unicode_group_L.u--encoding-policy(fail).c
re2c/test/unicode_group_L.u--encoding-policy(ignore).c
re2c/test/unicode_group_L.u--encoding-policy(substitute).c
re2c/test/unicode_group_L.x--encoding-policy(fail).c
re2c/test/unicode_group_L.x--encoding-policy(ignore).c
re2c/test/unicode_group_L.x--encoding-policy(substitute).c
re2c/test/unicode_group_L_.8--encoding-policy(fail).c
re2c/test/unicode_group_L_.8--encoding-policy(ignore).c
re2c/test/unicode_group_L_.8--encoding-policy(substitute).c
re2c/test/unicode_group_L_.u--encoding-policy(fail).c
re2c/test/unicode_group_L_.u--encoding-policy(ignore).c
re2c/test/unicode_group_L_.u--encoding-policy(substitute).c
re2c/test/unicode_group_L_.x--encoding-policy(fail).c
re2c/test/unicode_group_L_.x--encoding-policy(ignore).c
re2c/test/unicode_group_L_.x--encoding-policy(substitute).c
re2c/test/unicode_group_Ll.8--encoding-policy(fail).c
re2c/test/unicode_group_Ll.8--encoding-policy(ignore).c
re2c/test/unicode_group_Ll.8--encoding-policy(substitute).c
re2c/test/unicode_group_Ll.u--encoding-policy(fail).c
re2c/test/unicode_group_Ll.u--encoding-policy(ignore).c
re2c/test/unicode_group_Ll.u--encoding-policy(substitute).c
re2c/test/unicode_group_Ll.x--encoding-policy(fail).c
re2c/test/unicode_group_Ll.x--encoding-policy(ignore).c
re2c/test/unicode_group_Ll.x--encoding-policy(substitute).c
re2c/test/unicode_group_Lm.8--encoding-policy(fail).c
re2c/test/unicode_group_Lm.8--encoding-policy(ignore).c
re2c/test/unicode_group_Lm.8--encoding-policy(substitute).c
re2c/test/unicode_group_Lm.u--encoding-policy(fail).c
re2c/test/unicode_group_Lm.u--encoding-policy(ignore).c
re2c/test/unicode_group_Lm.u--encoding-policy(substitute).c
re2c/test/unicode_group_Lm.x--encoding-policy(fail).c
re2c/test/unicode_group_Lm.x--encoding-policy(ignore).c
re2c/test/unicode_group_Lm.x--encoding-policy(substitute).c
re2c/test/unicode_group_Lo.8--encoding-policy(fail).c
re2c/test/unicode_group_Lo.8--encoding-policy(ignore).c
re2c/test/unicode_group_Lo.8--encoding-policy(substitute).c
re2c/test/unicode_group_Lo.u--encoding-policy(fail).c
re2c/test/unicode_group_Lo.u--encoding-policy(ignore).c
re2c/test/unicode_group_Lo.u--encoding-policy(substitute).c
re2c/test/unicode_group_Lo.x--encoding-policy(fail).c
re2c/test/unicode_group_Lo.x--encoding-policy(ignore).c
re2c/test/unicode_group_Lo.x--encoding-policy(substitute).c
re2c/test/unicode_group_Lt.8--encoding-policy(fail).c
re2c/test/unicode_group_Lt.8--encoding-policy(ignore).c
re2c/test/unicode_group_Lt.8--encoding-policy(substitute).c
re2c/test/unicode_group_Lt.u--encoding-policy(fail).c
re2c/test/unicode_group_Lt.u--encoding-policy(ignore).c
re2c/test/unicode_group_Lt.u--encoding-policy(substitute).c
re2c/test/unicode_group_Lt.x--encoding-policy(fail).c
re2c/test/unicode_group_Lt.x--encoding-policy(ignore).c
re2c/test/unicode_group_Lt.x--encoding-policy(substitute).c
re2c/test/unicode_group_Lu.8--encoding-policy(fail).c
re2c/test/unicode_group_Lu.8--encoding-policy(ignore).c
re2c/test/unicode_group_Lu.8--encoding-policy(substitute).c
re2c/test/unicode_group_Lu.u--encoding-policy(fail).c
re2c/test/unicode_group_Lu.u--encoding-policy(ignore).c
re2c/test/unicode_group_Lu.u--encoding-policy(substitute).c
re2c/test/unicode_group_Lu.x--encoding-policy(fail).c
re2c/test/unicode_group_Lu.x--encoding-policy(ignore).c
re2c/test/unicode_group_Lu.x--encoding-policy(substitute).c
re2c/test/unicode_group_M.8--encoding-policy(fail).c
re2c/test/unicode_group_M.8--encoding-policy(ignore).c
re2c/test/unicode_group_M.8--encoding-policy(substitute).c
re2c/test/unicode_group_M.u--encoding-policy(fail).c
re2c/test/unicode_group_M.u--encoding-policy(ignore).c
re2c/test/unicode_group_M.u--encoding-policy(substitute).c
re2c/test/unicode_group_M.x--encoding-policy(fail).c
re2c/test/unicode_group_M.x--encoding-policy(ignore).c
re2c/test/unicode_group_M.x--encoding-policy(substitute).c
re2c/test/unicode_group_Mc.8--encoding-policy(fail).c
re2c/test/unicode_group_Mc.8--encoding-policy(ignore).c
re2c/test/unicode_group_Mc.8--encoding-policy(substitute).c
re2c/test/unicode_group_Mc.u--encoding-policy(fail).c
re2c/test/unicode_group_Mc.u--encoding-policy(ignore).c
re2c/test/unicode_group_Mc.u--encoding-policy(substitute).c
re2c/test/unicode_group_Mc.x--encoding-policy(fail).c
re2c/test/unicode_group_Mc.x--encoding-policy(ignore).c
re2c/test/unicode_group_Mc.x--encoding-policy(substitute).c
re2c/test/unicode_group_Me.8--encoding-policy(fail).c
re2c/test/unicode_group_Me.8--encoding-policy(ignore).c
re2c/test/unicode_group_Me.8--encoding-policy(substitute).c
re2c/test/unicode_group_Me.u--encoding-policy(fail).c
re2c/test/unicode_group_Me.u--encoding-policy(ignore).c
re2c/test/unicode_group_Me.u--encoding-policy(substitute).c
re2c/test/unicode_group_Me.x--encoding-policy(fail).c
re2c/test/unicode_group_Me.x--encoding-policy(ignore).c
re2c/test/unicode_group_Me.x--encoding-policy(substitute).c
re2c/test/unicode_group_Mn.8--encoding-policy(fail).c
re2c/test/unicode_group_Mn.8--encoding-policy(ignore).c
re2c/test/unicode_group_Mn.8--encoding-policy(substitute).c
re2c/test/unicode_group_Mn.u--encoding-policy(fail).c
re2c/test/unicode_group_Mn.u--encoding-policy(ignore).c
re2c/test/unicode_group_Mn.u--encoding-policy(substitute).c
re2c/test/unicode_group_Mn.x--encoding-policy(fail).c
re2c/test/unicode_group_Mn.x--encoding-policy(ignore).c
re2c/test/unicode_group_Mn.x--encoding-policy(substitute).c
re2c/test/unicode_group_N.8--encoding-policy(fail).c
re2c/test/unicode_group_N.8--encoding-policy(ignore).c
re2c/test/unicode_group_N.8--encoding-policy(substitute).c
re2c/test/unicode_group_N.u--encoding-policy(fail).c
re2c/test/unicode_group_N.u--encoding-policy(ignore).c
re2c/test/unicode_group_N.u--encoding-policy(substitute).c
re2c/test/unicode_group_N.x--encoding-policy(fail).c
re2c/test/unicode_group_N.x--encoding-policy(ignore).c
re2c/test/unicode_group_N.x--encoding-policy(substitute).c
re2c/test/unicode_group_Nd.8--encoding-policy(fail).c
re2c/test/unicode_group_Nd.8--encoding-policy(ignore).c
re2c/test/unicode_group_Nd.8--encoding-policy(substitute).c
re2c/test/unicode_group_Nd.u--encoding-policy(fail).c
re2c/test/unicode_group_Nd.u--encoding-policy(ignore).c
re2c/test/unicode_group_Nd.u--encoding-policy(substitute).c
re2c/test/unicode_group_Nd.x--encoding-policy(fail).c
re2c/test/unicode_group_Nd.x--encoding-policy(ignore).c
re2c/test/unicode_group_Nd.x--encoding-policy(substitute).c
re2c/test/unicode_group_Nl.8--encoding-policy(fail).c
re2c/test/unicode_group_Nl.8--encoding-policy(ignore).c
re2c/test/unicode_group_Nl.8--encoding-policy(substitute).c
re2c/test/unicode_group_Nl.u--encoding-policy(fail).c
re2c/test/unicode_group_Nl.u--encoding-policy(ignore).c
re2c/test/unicode_group_Nl.u--encoding-policy(substitute).c
re2c/test/unicode_group_Nl.x--encoding-policy(fail).c
re2c/test/unicode_group_Nl.x--encoding-policy(ignore).c
re2c/test/unicode_group_Nl.x--encoding-policy(substitute).c
re2c/test/unicode_group_No.8--encoding-policy(fail).c
re2c/test/unicode_group_No.8--encoding-policy(ignore).c
re2c/test/unicode_group_No.8--encoding-policy(substitute).c
re2c/test/unicode_group_No.u--encoding-policy(fail).c
re2c/test/unicode_group_No.u--encoding-policy(ignore).c
re2c/test/unicode_group_No.u--encoding-policy(substitute).c
re2c/test/unicode_group_No.x--encoding-policy(fail).c
re2c/test/unicode_group_No.x--encoding-policy(ignore).c
re2c/test/unicode_group_No.x--encoding-policy(substitute).c
re2c/test/unicode_group_P.8--encoding-policy(fail).c
re2c/test/unicode_group_P.8--encoding-policy(ignore).c
re2c/test/unicode_group_P.8--encoding-policy(substitute).c
re2c/test/unicode_group_P.u--encoding-policy(fail).c
re2c/test/unicode_group_P.u--encoding-policy(ignore).c
re2c/test/unicode_group_P.u--encoding-policy(substitute).c
re2c/test/unicode_group_P.x--encoding-policy(fail).c
re2c/test/unicode_group_P.x--encoding-policy(ignore).c
re2c/test/unicode_group_P.x--encoding-policy(substitute).c
re2c/test/unicode_group_Pc.8--encoding-policy(fail).c
re2c/test/unicode_group_Pc.8--encoding-policy(ignore).c
re2c/test/unicode_group_Pc.8--encoding-policy(substitute).c
re2c/test/unicode_group_Pc.u--encoding-policy(fail).c
re2c/test/unicode_group_Pc.u--encoding-policy(ignore).c
re2c/test/unicode_group_Pc.u--encoding-policy(substitute).c
re2c/test/unicode_group_Pc.x--encoding-policy(fail).c
re2c/test/unicode_group_Pc.x--encoding-policy(ignore).c
re2c/test/unicode_group_Pc.x--encoding-policy(substitute).c
re2c/test/unicode_group_Pd.8--encoding-policy(fail).c
re2c/test/unicode_group_Pd.8--encoding-policy(ignore).c
re2c/test/unicode_group_Pd.8--encoding-policy(substitute).c
re2c/test/unicode_group_Pd.u--encoding-policy(fail).c
re2c/test/unicode_group_Pd.u--encoding-policy(ignore).c
re2c/test/unicode_group_Pd.u--encoding-policy(substitute).c
re2c/test/unicode_group_Pd.x--encoding-policy(fail).c
re2c/test/unicode_group_Pd.x--encoding-policy(ignore).c
re2c/test/unicode_group_Pd.x--encoding-policy(substitute).c
re2c/test/unicode_group_Pe.8--encoding-policy(fail).c
re2c/test/unicode_group_Pe.8--encoding-policy(ignore).c
re2c/test/unicode_group_Pe.8--encoding-policy(substitute).c
re2c/test/unicode_group_Pe.u--encoding-policy(fail).c
re2c/test/unicode_group_Pe.u--encoding-policy(ignore).c
re2c/test/unicode_group_Pe.u--encoding-policy(substitute).c
re2c/test/unicode_group_Pe.x--encoding-policy(fail).c
re2c/test/unicode_group_Pe.x--encoding-policy(ignore).c
re2c/test/unicode_group_Pe.x--encoding-policy(substitute).c
re2c/test/unicode_group_Pf.8--encoding-policy(fail).c
re2c/test/unicode_group_Pf.8--encoding-policy(ignore).c
re2c/test/unicode_group_Pf.8--encoding-policy(substitute).c
re2c/test/unicode_group_Pf.u--encoding-policy(fail).c
re2c/test/unicode_group_Pf.u--encoding-policy(ignore).c
re2c/test/unicode_group_Pf.u--encoding-policy(substitute).c
re2c/test/unicode_group_Pf.x--encoding-policy(fail).c
re2c/test/unicode_group_Pf.x--encoding-policy(ignore).c
re2c/test/unicode_group_Pf.x--encoding-policy(substitute).c
re2c/test/unicode_group_Pi.8--encoding-policy(fail).c
re2c/test/unicode_group_Pi.8--encoding-policy(ignore).c
re2c/test/unicode_group_Pi.8--encoding-policy(substitute).c
re2c/test/unicode_group_Pi.u--encoding-policy(fail).c
re2c/test/unicode_group_Pi.u--encoding-policy(ignore).c
re2c/test/unicode_group_Pi.u--encoding-policy(substitute).c
re2c/test/unicode_group_Pi.x--encoding-policy(fail).c
re2c/test/unicode_group_Pi.x--encoding-policy(ignore).c
re2c/test/unicode_group_Pi.x--encoding-policy(substitute).c
re2c/test/unicode_group_Po.8--encoding-policy(fail).c
re2c/test/unicode_group_Po.8--encoding-policy(ignore).c
re2c/test/unicode_group_Po.8--encoding-policy(substitute).c
re2c/test/unicode_group_Po.u--encoding-policy(fail).c
re2c/test/unicode_group_Po.u--encoding-policy(ignore).c
re2c/test/unicode_group_Po.u--encoding-policy(substitute).c
re2c/test/unicode_group_Po.x--encoding-policy(fail).c
re2c/test/unicode_group_Po.x--encoding-policy(ignore).c
re2c/test/unicode_group_Po.x--encoding-policy(substitute).c
re2c/test/unicode_group_Ps.8--encoding-policy(fail).c
re2c/test/unicode_group_Ps.8--encoding-policy(ignore).c
re2c/test/unicode_group_Ps.8--encoding-policy(substitute).c
re2c/test/unicode_group_Ps.u--encoding-policy(fail).c
re2c/test/unicode_group_Ps.u--encoding-policy(ignore).c
re2c/test/unicode_group_Ps.u--encoding-policy(substitute).c
re2c/test/unicode_group_Ps.x--encoding-policy(fail).c
re2c/test/unicode_group_Ps.x--encoding-policy(ignore).c
re2c/test/unicode_group_Ps.x--encoding-policy(substitute).c
re2c/test/unicode_group_S.8--encoding-policy(fail).c
re2c/test/unicode_group_S.8--encoding-policy(ignore).c
re2c/test/unicode_group_S.8--encoding-policy(substitute).c
re2c/test/unicode_group_S.u--encoding-policy(fail).c
re2c/test/unicode_group_S.u--encoding-policy(ignore).c
re2c/test/unicode_group_S.u--encoding-policy(substitute).c
re2c/test/unicode_group_S.x--encoding-policy(fail).c
re2c/test/unicode_group_S.x--encoding-policy(ignore).c
re2c/test/unicode_group_S.x--encoding-policy(substitute).c
re2c/test/unicode_group_Sc.8--encoding-policy(fail).c
re2c/test/unicode_group_Sc.8--encoding-policy(ignore).c
re2c/test/unicode_group_Sc.8--encoding-policy(substitute).c
re2c/test/unicode_group_Sc.u--encoding-policy(fail).c
re2c/test/unicode_group_Sc.u--encoding-policy(ignore).c
re2c/test/unicode_group_Sc.u--encoding-policy(substitute).c
re2c/test/unicode_group_Sc.x--encoding-policy(fail).c
re2c/test/unicode_group_Sc.x--encoding-policy(ignore).c
re2c/test/unicode_group_Sc.x--encoding-policy(substitute).c
re2c/test/unicode_group_Sk.8--encoding-policy(fail).c
re2c/test/unicode_group_Sk.8--encoding-policy(ignore).c
re2c/test/unicode_group_Sk.8--encoding-policy(substitute).c
re2c/test/unicode_group_Sk.u--encoding-policy(fail).c
re2c/test/unicode_group_Sk.u--encoding-policy(ignore).c
re2c/test/unicode_group_Sk.u--encoding-policy(substitute).c
re2c/test/unicode_group_Sk.x--encoding-policy(fail).c
re2c/test/unicode_group_Sk.x--encoding-policy(ignore).c
re2c/test/unicode_group_Sk.x--encoding-policy(substitute).c
re2c/test/unicode_group_Sm.8--encoding-policy(fail).c
re2c/test/unicode_group_Sm.8--encoding-policy(ignore).c
re2c/test/unicode_group_Sm.8--encoding-policy(substitute).c
re2c/test/unicode_group_Sm.u--encoding-policy(fail).c
re2c/test/unicode_group_Sm.u--encoding-policy(ignore).c
re2c/test/unicode_group_Sm.u--encoding-policy(substitute).c
re2c/test/unicode_group_Sm.x--encoding-policy(fail).c
re2c/test/unicode_group_Sm.x--encoding-policy(ignore).c
re2c/test/unicode_group_Sm.x--encoding-policy(substitute).c
re2c/test/unicode_group_So.8--encoding-policy(fail).c
re2c/test/unicode_group_So.8--encoding-policy(ignore).c
re2c/test/unicode_group_So.8--encoding-policy(substitute).c
re2c/test/unicode_group_So.u--encoding-policy(fail).c
re2c/test/unicode_group_So.u--encoding-policy(ignore).c
re2c/test/unicode_group_So.u--encoding-policy(substitute).c
re2c/test/unicode_group_So.x--encoding-policy(fail).c
re2c/test/unicode_group_So.x--encoding-policy(ignore).c
re2c/test/unicode_group_So.x--encoding-policy(substitute).c
re2c/test/unicode_group_Z.8--encoding-policy(fail).c
re2c/test/unicode_group_Z.8--encoding-policy(ignore).c
re2c/test/unicode_group_Z.8--encoding-policy(substitute).c
re2c/test/unicode_group_Z.u--encoding-policy(fail).c
re2c/test/unicode_group_Z.u--encoding-policy(ignore).c
re2c/test/unicode_group_Z.u--encoding-policy(substitute).c
re2c/test/unicode_group_Z.x--encoding-policy(fail).c
re2c/test/unicode_group_Z.x--encoding-policy(ignore).c
re2c/test/unicode_group_Z.x--encoding-policy(substitute).c
re2c/test/unicode_group_Zl.8--encoding-policy(fail).c
re2c/test/unicode_group_Zl.8--encoding-policy(ignore).c
re2c/test/unicode_group_Zl.8--encoding-policy(substitute).c
re2c/test/unicode_group_Zl.u--encoding-policy(fail).c
re2c/test/unicode_group_Zl.u--encoding-policy(ignore).c
re2c/test/unicode_group_Zl.u--encoding-policy(substitute).c
re2c/test/unicode_group_Zl.x--encoding-policy(fail).c
re2c/test/unicode_group_Zl.x--encoding-policy(ignore).c
re2c/test/unicode_group_Zl.x--encoding-policy(substitute).c
re2c/test/unicode_group_Zp.8--encoding-policy(fail).c
re2c/test/unicode_group_Zp.8--encoding-policy(ignore).c
re2c/test/unicode_group_Zp.8--encoding-policy(substitute).c
re2c/test/unicode_group_Zp.u--encoding-policy(fail).c
re2c/test/unicode_group_Zp.u--encoding-policy(ignore).c
re2c/test/unicode_group_Zp.u--encoding-policy(substitute).c
re2c/test/unicode_group_Zp.x--encoding-policy(fail).c
re2c/test/unicode_group_Zp.x--encoding-policy(ignore).c
re2c/test/unicode_group_Zp.x--encoding-policy(substitute).c
re2c/test/unicode_group_Zs.8--encoding-policy(fail).c
re2c/test/unicode_group_Zs.8--encoding-policy(ignore).c
re2c/test/unicode_group_Zs.8--encoding-policy(substitute).c
re2c/test/unicode_group_Zs.u--encoding-policy(fail).c
re2c/test/unicode_group_Zs.u--encoding-policy(ignore).c
re2c/test/unicode_group_Zs.u--encoding-policy(substitute).c
re2c/test/unicode_group_Zs.x--encoding-policy(fail).c
re2c/test/unicode_group_Zs.x--encoding-policy(ignore).c
re2c/test/unicode_group_Zs.x--encoding-policy(substitute).c
re2c/test/utf32_0x10000.u.c
re2c/test/utf8-full_range-2.8.c
re2c/test/utf8-range_0x00_0x7f.8.c
re2c/test/utf8-range_0x100000_0x10ffff.8.c
re2c/test/utf8-range_0x10000_0x3ffff.8.c
re2c/test/utf8-range_0x1000_0xffff.8.c
re2c/test/utf8-range_0x40000_0xfffff.8.c
re2c/test/utf8-range_0x800_0xfff.8.c
re2c/test/utf8-range_0x80_0x7ff.8.c
re2c/test/utf8-range_single_symbol.8.c

index b23b1c93b1cdf31119475694366d6e39094c0acc..58a2573567c3c05e3abb757e0754d5a1ef9b3fcb 100644 (file)
@@ -158,8 +158,7 @@ run_pack() {
 
                        LC_ALL=C sed -i $outname \
                                -e "s,$x,`basename $x`,g" \
-                               -e "s,$outc,<stdout>,g" \
-                               -e "s,$outh,`[ -z $outh ] || basename $outh`,g" \
+                               -e "s,$test_blddir/,,g" \
                                -e 's,/\* Generated by re2c .*\*/,/\* Generated by re2c \*/,g'
 
                        if test ! -f ${x%.re}.c
index 0a71b1ee7576843160f123924af09cc2dcb5c20f..083ec45bfeb2f8eee7debb4c2f952971f6b17a97 100644 (file)
@@ -20,7 +20,7 @@ int scan(char *s, int l)
 #define YYFILL(n)
 cont:
 
-#line 24 "<stdout>"
+#line 24 "bug1054496.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -90,12 +90,12 @@ yy2:
 yy3:
 #line 25 "bug1054496.re"
        { goto cont; }
-#line 94 "<stdout>"
+#line 94 "bug1054496.c"
 yy4:
        ++YYCURSOR;
 #line 24 "bug1054496.re"
        { RET(TAG_EOI); }
-#line 99 "<stdout>"
+#line 99 "bug1054496.c"
 yy6:
        yych = *++YYCURSOR;
        goto yy3;
@@ -159,7 +159,7 @@ yy7:
 yy8:
 #line 22 "bug1054496.re"
        { RET(TAG_A); }
-#line 163 "<stdout>"
+#line 163 "bug1054496.c"
 yy9:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -222,7 +222,7 @@ yy9:
 yy11:
 #line 23 "bug1054496.re"
        { RET(TAG_TAG); }
-#line 226 "<stdout>"
+#line 226 "bug1054496.c"
 }
 #line 26 "bug1054496.re"
 
index 31aa1cd9f23c8e6a185f8e2d784b11bc22c01048..53e454c86a753f7fec7a673236335605ebcf61bf 100644 (file)
@@ -3,7 +3,7 @@ re2c: warning: line 2: rule matches empty string [-Wmatch-empty-string]
 /* Generated by re2c */
 #line 1 "bug116.re"
 
-#line 5 "<stdout>"
+#line 5 "bug116.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -19,7 +19,7 @@ yy3:
        YYCURSOR = YYCTXMARKER;
 #line 2 "bug116.re"
        {}
-#line 21 "<stdout>"
+#line 21 "bug116.c"
 }
 #line 3 "bug116.re"
 
index bdd372111c78f16538cb409e1ffcf7dafa0ab286..079b6ebdb731abb39004c0614131039b53da9ced 100644 (file)
@@ -122,7 +122,7 @@ int lex_line26 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line26.input"
+        ("bug1163046.S.c.line26.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -134,7 +134,7 @@ int lex_line26 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line26.keys"
+        ("bug1163046.S.c.line26.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 4f450560c880b5b4b7fada96a69c5e1efdb08c39..9d36a9ec31081c409d182cc885056bb32d2648bd 100644 (file)
@@ -16,7 +16,7 @@ bool scan(const char *text)
 next:
        YYCTYPE *token = cursor;
 
-#line 20 "<stdout>"
+#line 20 "bug1163046.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 45) YYFILL(45);
@@ -36,7 +36,7 @@ yy2:
 yy3:
 #line 23 "bug1163046.re"
        { goto next; }
-#line 40 "<stdout>"
+#line 40 "bug1163046.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -44,7 +44,7 @@ yy5:
        ++YYCURSOR;
 #line 25 "bug1163046.re"
        { return false; }
-#line 48 "<stdout>"
+#line 48 "bug1163046.c"
 yy7:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -345,7 +345,7 @@ yy51:
                if (token == start || *(token - 1) == '\n')
                return true; else goto next;
        }
-#line 349 "<stdout>"
+#line 349 "bug1163046.c"
 }
 #line 26 "bug1163046.re"
 
index b6edc11ce2ecf5cc60a87bf58fa534521c684d75..06e0759efe83ce88f217e4f5b767a050d4cefc18 100644 (file)
@@ -20,7 +20,7 @@ int scan(char *s, int l)
 #define YYFILL(n)
 cont:
 
-#line 24 "<stdout>"
+#line 24 "bug1187785.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -291,7 +291,7 @@ yy2:
 yy3:
 #line 23 "bug1187785.re"
        { goto cont; }
-#line 295 "<stdout>"
+#line 295 "bug1187785.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -564,7 +564,7 @@ yy8:
        ++YYCURSOR;
 #line 22 "bug1187785.re"
        { RET(1); }
-#line 568 "<stdout>"
+#line 568 "bug1187785.c"
 }
 #line 24 "bug1187785.re"
 
index 463a2a8652e49c985894d074c7a4f3bd1c0144ea..9e0d41fceb7afdc430a7a4043ccdb9ccb8973813 100644 (file)
@@ -57,7 +57,7 @@ int scan(Scanner &s)
 std:
 
 
-#line 61 "<stdout>"
+#line 61 "bug1297658.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -80,7 +80,7 @@ yy3:
        {
                RET(UNEXPECTED);
        }
-#line 84 "<stdout>"
+#line 84 "bug1297658.c"
 yy4:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -93,7 +93,7 @@ yy5:
        {
                RET(FCON);
        }
-#line 97 "<stdout>"
+#line 97 "bug1297658.c"
 yy6:
        ++YYCURSOR;
 #line 66 "bug1297658.re"
@@ -102,7 +102,7 @@ yy6:
                if(1||s.cur == s.eof) RET(EOI);
                goto std;
        }
-#line 106 "<stdout>"
+#line 106 "bug1297658.c"
 yy8:
        yych = *++YYCURSOR;
        goto yy3;
index 915cdc01bd241d732d27398f35911eba2755ded8..6a0c0e2ca8b50fe63d63368bd95bb4138a1c75cc 100644 (file)
@@ -15,7 +15,7 @@ const char *q;
 #define YYMARKER        q
 #define YYFILL(n)
 
-#line 19 "<stdout>"
+#line 19 "bug1390174.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -31,7 +31,7 @@ yy2:
 yy3:
 #line 18 "bug1390174.re"
        {RET(1);}
-#line 35 "<stdout>"
+#line 35 "bug1390174.c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -43,7 +43,7 @@ yy4:
 yy5:
 #line 19 "bug1390174.re"
        {RET(0);}
-#line 47 "<stdout>"
+#line 47 "bug1390174.c"
 yy6:
        yych = *++YYCURSOR;
        goto yy5;
index 948c38b9cdf69960d5ec5937571770b847beccd5..7b877307fec2f3a24762ffe0e6194c5c1b5f4c9e 100644 (file)
@@ -20,7 +20,7 @@ size_t scan(const char *s, int l, char *r)
        while(1)
        {
 
-#line 23 "<stdout>"
+#line 23 "bug1454253.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -37,7 +37,7 @@ yy2:
                *r++ = '\0';
                return p - s;
        }
-#line 40 "<stdout>"
+#line 40 "bug1454253.c"
 yy3:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -117,7 +117,7 @@ yy5:
                *r++ = '\0';
                return p - s;
        }
-#line 120 "<stdout>"
+#line 120 "bug1454253.c"
 yy7:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -202,7 +202,7 @@ yy11:
                *r++ = '2';
                continue;
        }
-#line 205 "<stdout>"
+#line 205 "bug1454253.c"
 yy12:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -278,7 +278,7 @@ yy14:
                *r++ = '1';
                continue;
        }
-#line 281 "<stdout>"
+#line 281 "bug1454253.c"
 }
 #line 45 "bug1454253.re"
 
index 675e209a7ef909dc4b4894a26d798aebe04bfa7a..4a9a0bb67fe5b535b49fc307b0785c0fd3d597bd 100644 (file)
@@ -20,7 +20,7 @@ size_t scan(const char *s, int l, char *r)
        while(1)
        {
 
-#line 23 "<stdout>"
+#line 23 "bug1454253.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -35,7 +35,7 @@ yy2:
                *r++ = '\0';
                return p - s;
        }
-#line 38 "<stdout>"
+#line 38 "bug1454253.s.c"
 yy3:
        yych = *++YYCURSOR;
        if (yych <= '9') {
@@ -60,7 +60,7 @@ yy5:
                *r++ = '\0';
                return p - s;
        }
-#line 63 "<stdout>"
+#line 63 "bug1454253.s.c"
 yy7:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -86,7 +86,7 @@ yy11:
                *r++ = '2';
                continue;
        }
-#line 89 "<stdout>"
+#line 89 "bug1454253.s.c"
 yy12:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -105,7 +105,7 @@ yy14:
                *r++ = '1';
                continue;
        }
-#line 108 "<stdout>"
+#line 108 "bug1454253.s.c"
 }
 #line 45 "bug1454253.s.re"
 
index efc01dc088c926d1347be6f71ccc091a938dfff5..b7655f3584f86daa1cbd9e4f317d984bb9d58350 100644 (file)
@@ -20,7 +20,7 @@ size_t scan(const char *s, int l, char *r)
        while(1)
        {
 
-#line 23 "<stdout>"
+#line 23 "bug1454253b.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -47,7 +47,7 @@ yy4:
                *r++ = '\0';
                return p - s;
        }
-#line 50 "<stdout>"
+#line 50 "bug1454253b.s.c"
 yy6:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -66,7 +66,7 @@ yy8:
                *r++ = '2';
                continue;
        }
-#line 69 "<stdout>"
+#line 69 "bug1454253b.s.c"
 yy9:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -85,7 +85,7 @@ yy11:
                *r++ = '1';
                continue;
        }
-#line 88 "<stdout>"
+#line 88 "bug1454253b.s.c"
 }
 #line 38 "bug1454253b.s.re"
 
index 345b03efb503cb4c8c2f1c239065a5282346ad24..55ab3b7e42965052e9cbb07e38ddb2a8cb46befd 100644 (file)
@@ -19,7 +19,7 @@ int scan(char *p)
        printf("]--------------\n");
 start:
 
-#line 23 "<stdout>"
+#line 23 "bug1472770.b.c"
 {
        YYCTYPE yych;
        static const unsigned char yybm[] = {
@@ -72,14 +72,14 @@ yy0:
                ++n;
                goto start;
        }
-#line 76 "<stdout>"
+#line 76 "bug1472770.b.c"
 yy5:
        ++YYCURSOR;
 #line 26 "bug1472770.b.re"
        {
                return n;
        }
-#line 83 "<stdout>"
+#line 83 "bug1472770.b.c"
 }
 #line 29 "bug1472770.b.re"
 
index e8f2aed7ab4ea3d265e0e3bf2f24baa6cd786621..262d5306639ab6469618345b39855c3401c19b19 100644 (file)
@@ -19,7 +19,7 @@ int scan(char *p)
        printf("]--------------\n");
 start:
 
-#line 23 "<stdout>"
+#line 23 "bug1472770.c"
 {
        YYCTYPE yych;
        goto yy0;
@@ -40,14 +40,14 @@ yy3:
                ++n;
                goto start;
        }
-#line 44 "<stdout>"
+#line 44 "bug1472770.c"
 yy5:
        ++YYCURSOR;
 #line 26 "bug1472770.re"
        {
                return n;
        }
-#line 51 "<stdout>"
+#line 51 "bug1472770.c"
 }
 #line 29 "bug1472770.re"
 
index 15dd5be445bc6d7aac80d691e1290ca6cfe1b4f1..9b9019e938861649a476febe4bbe62cb24fa9385 100644 (file)
@@ -25,7 +25,7 @@ int scan(char *p)
        printf("]--------------\n");
 start:
 
-#line 29 "<stdout>"
+#line 29 "bug1472770.f.c"
 
        switch (YYGETSTATE()) {
        default: goto yy0;
@@ -51,14 +51,14 @@ yy3:
                ++n;
                goto start;
        }
-#line 55 "<stdout>"
+#line 55 "bug1472770.f.c"
 yy5:
        ++YYCURSOR;
 #line 32 "bug1472770.f.re"
        {
                return n;
        }
-#line 62 "<stdout>"
+#line 62 "bug1472770.f.c"
 #line 35 "bug1472770.f.re"
 
 }
index b40e992dd0261c45802eb8a55e0b3d59ffe2b326..97f9f344ba95837f0c697415e19e5c97c6c421f9 100644 (file)
@@ -19,7 +19,7 @@ int scan(char *p)
        printf("]--------------\n");
 start:
 
-#line 23 "<stdout>"
+#line 23 "bug1472770.s.c"
 {
        YYCTYPE yych;
        goto yy0;
@@ -36,14 +36,14 @@ yy0:
                ++n;
                goto start;
        }
-#line 40 "<stdout>"
+#line 40 "bug1472770.s.c"
 yy5:
        ++YYCURSOR;
 #line 26 "bug1472770.s.re"
        {
                return n;
        }
-#line 47 "<stdout>"
+#line 47 "bug1472770.s.c"
 }
 #line 29 "bug1472770.s.re"
 
index 8bbf74d328d86e53d46cb0de1c12bcc221a3af5a..c636d92e96e26efb091c3d093fad30a8f8d2e8df 100644 (file)
@@ -15,7 +15,7 @@ char *scan281(char *p)
        char *q;
 start:
 
-#line 18 "<stdout>"
+#line 18 "bug1479044.b.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -136,7 +136,7 @@ yy3:
        {
                goto start;
        }
-#line 139 "<stdout>"
+#line 139 "bug1479044.b.c"
 yy4:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -216,7 +216,7 @@ yy16:
        {
                return NULL;
        }
-#line 219 "<stdout>"
+#line 219 "bug1479044.b.c"
 yy18:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy19;
@@ -602,7 +602,7 @@ yy63:
        {
                return "edu";
        }
-#line 605 "<stdout>"
+#line 605 "bug1479044.b.c"
 yy64:
        yych = *++YYCURSOR;
        if (yych != 't') goto yy33;
@@ -938,7 +938,7 @@ yy107:
        {
                return "resnet";
        }
-#line 941 "<stdout>"
+#line 941 "bug1479044.b.c"
 yy108:
        yych = *++YYCURSOR;
        if (yych != 't') goto yy19;
@@ -1093,7 +1093,7 @@ yy132:
        {
                return "dsl";
        }
-#line 1096 "<stdout>"
+#line 1096 "bug1479044.b.c"
 yy133:
        yych = *++YYCURSOR;
        if (yych != 's') goto yy19;
index 3d9b9f5850df524328a52c28cf0c97f6b5a3ee56..955f17ec6d84b9300c91e2dd5cb50e9d2caee65b 100644 (file)
@@ -15,7 +15,7 @@ char *scan281(char *p)
        char *q;
 start:
 
-#line 18 "<stdout>"
+#line 18 "bug1479044.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -58,7 +58,7 @@ yy3:
        {
                goto start;
        }
-#line 61 "<stdout>"
+#line 61 "bug1479044.c"
 yy4:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -159,7 +159,7 @@ yy16:
        {
                return NULL;
        }
-#line 162 "<stdout>"
+#line 162 "bug1479044.c"
 yy18:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -576,7 +576,7 @@ yy63:
        {
                return "edu";
        }
-#line 579 "<stdout>"
+#line 579 "bug1479044.c"
 yy64:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -983,7 +983,7 @@ yy107:
        {
                return "resnet";
        }
-#line 986 "<stdout>"
+#line 986 "bug1479044.c"
 yy108:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1187,7 +1187,7 @@ yy132:
        {
                return "dsl";
        }
-#line 1190 "<stdout>"
+#line 1190 "bug1479044.c"
 yy133:
        yych = *++YYCURSOR;
        switch (yych) {
index ab4ae4ede3b152c9a3d125abeea63d4d655aa42c..c9ffbf1a60c44eaa08f79d3e4ea3a60766664eef 100644 (file)
@@ -15,7 +15,7 @@ char *scan281(char *p)
        char *q;
 start:
 
-#line 18 "<stdout>"
+#line 18 "bug1479044.s.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -68,7 +68,7 @@ yy3:
        {
                goto start;
        }
-#line 71 "<stdout>"
+#line 71 "bug1479044.s.c"
 yy4:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -147,7 +147,7 @@ yy16:
        {
                return NULL;
        }
-#line 150 "<stdout>"
+#line 150 "bug1479044.s.c"
 yy18:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy19;
@@ -561,7 +561,7 @@ yy63:
        {
                return "edu";
        }
-#line 564 "<stdout>"
+#line 564 "bug1479044.s.c"
 yy64:
        yych = *++YYCURSOR;
        if (yych != 't') goto yy33;
@@ -907,7 +907,7 @@ yy107:
        {
                return "resnet";
        }
-#line 910 "<stdout>"
+#line 910 "bug1479044.s.c"
 yy108:
        yych = *++YYCURSOR;
        if (yych != 't') goto yy19;
@@ -1062,7 +1062,7 @@ yy132:
        {
                return "dsl";
        }
-#line 1065 "<stdout>"
+#line 1065 "bug1479044.s.c"
 yy133:
        yych = *++YYCURSOR;
        if (yych != 's') goto yy19;
index c585af33f97c1197c4aa60293586effd6dc30ffd..408eaa4c7f7653c1915d50bf275679d5b380a3b1 100644 (file)
@@ -3,7 +3,7 @@
 char *scan(char *p)
 {
 
-#line 7 "<stdout>"
+#line 7 "bug1682718.c"
        {
                unsigned char yych;
                yych = (unsigned char)*p;
@@ -27,12 +27,12 @@ yy2:
 yy3:
 #line 9 "bug1682718.re"
                {return p;}
-#line 31 "<stdout>"
+#line 31 "bug1682718.c"
 yy4:
                ++p;
 #line 10 "bug1682718.re"
                {return (char*)0;}
-#line 36 "<stdout>"
+#line 36 "bug1682718.c"
 yy6:
                ++p;
                yych = (unsigned char)*p;
index d89d4779621badec421dd32743509e3f275d3574..5ed2cac3ff8a2b6ab1cd266b6e17090b7cf2726d 100644 (file)
@@ -12,19 +12,19 @@ int main(int argc, char** argv)
     #define YYFILL(n) do { } while(0)
 
 
-#line 14 "<stdout>"
+#line 14 "bug46_infinite_loop.c"
 {
        unsigned char yych;
 #line 13 "bug46_infinite_loop.re"
        { }
-#line 19 "<stdout>"
+#line 19 "bug46_infinite_loop.c"
 }
 #line 14 "bug46_infinite_loop.re"
 
 
 /* BUG BEGINS HERE */
 
-#line 26 "<stdout>"
+#line 26 "bug46_infinite_loop.c"
 {
        unsigned char yych;
        goto yy3;
@@ -42,7 +42,7 @@ yy3:
 yy6:
 #line 18 "bug46_infinite_loop.re"
        { printf("exit 0\n"); return 0; }
-#line 44 "<stdout>"
+#line 44 "bug46_infinite_loop.c"
 yy7:
        ++YYCURSOR;
        yych = *YYCURSOR;
index 6f652fe9256b4890dfbc98da46ca5bf0b0accc4d..360a59a6758cb08da88d2b4279e142856a876d06 100644 (file)
@@ -126,7 +126,7 @@ std:
 
 
 
-#line 130 "<stdout>"
+#line 130 "c.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -239,7 +239,7 @@ yy2:
 yy3:
 #line 222 "c.re"
        { RET('/'); }
-#line 243 "<stdout>"
+#line 243 "c.c"
 yy4:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -249,7 +249,7 @@ yy4:
 yy5:
 #line 171 "c.re"
        { RET(ID); }
-#line 253 "<stdout>"
+#line 253 "c.c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -362,7 +362,7 @@ yy21:
 yy22:
 #line 175 "c.re"
        { RET(ICON); }
-#line 366 "<stdout>"
+#line 366 "c.c"
 yy23:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -380,7 +380,7 @@ yy25:
                printf("unexpected character: %c\n", *s->tok);
                goto std;
            }
-#line 384 "<stdout>"
+#line 384 "c.c"
 yy26:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -401,7 +401,7 @@ yy26:
 yy27:
 #line 215 "c.re"
        { RET('.'); }
-#line 405 "<stdout>"
+#line 405 "c.c"
 yy28:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -419,7 +419,7 @@ yy29:
 yy30:
 #line 225 "c.re"
        { RET('>'); }
-#line 423 "<stdout>"
+#line 423 "c.c"
 yy31:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -430,7 +430,7 @@ yy31:
 yy32:
 #line 224 "c.re"
        { RET('<'); }
-#line 434 "<stdout>"
+#line 434 "c.c"
 yy33:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -441,7 +441,7 @@ yy33:
 yy34:
 #line 220 "c.re"
        { RET('+'); }
-#line 445 "<stdout>"
+#line 445 "c.c"
 yy35:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -453,7 +453,7 @@ yy35:
 yy36:
 #line 219 "c.re"
        { RET('-'); }
-#line 457 "<stdout>"
+#line 457 "c.c"
 yy37:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -463,7 +463,7 @@ yy37:
 yy38:
 #line 221 "c.re"
        { RET('*'); }
-#line 467 "<stdout>"
+#line 467 "c.c"
 yy39:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -473,7 +473,7 @@ yy39:
 yy40:
 #line 223 "c.re"
        { RET('%'); }
-#line 477 "<stdout>"
+#line 477 "c.c"
 yy41:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -484,7 +484,7 @@ yy41:
 yy42:
 #line 216 "c.re"
        { RET('&'); }
-#line 488 "<stdout>"
+#line 488 "c.c"
 yy43:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -494,7 +494,7 @@ yy43:
 yy44:
 #line 226 "c.re"
        { RET('^'); }
-#line 498 "<stdout>"
+#line 498 "c.c"
 yy45:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -505,7 +505,7 @@ yy45:
 yy46:
 #line 227 "c.re"
        { RET('|'); }
-#line 509 "<stdout>"
+#line 509 "c.c"
 yy47:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -515,7 +515,7 @@ yy47:
 yy48:
 #line 210 "c.re"
        { RET('='); }
-#line 519 "<stdout>"
+#line 519 "c.c"
 yy49:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -525,62 +525,62 @@ yy49:
 yy50:
 #line 217 "c.re"
        { RET('!'); }
-#line 529 "<stdout>"
+#line 529 "c.c"
 yy51:
        ++YYCURSOR;
 #line 205 "c.re"
        { RET(';'); }
-#line 534 "<stdout>"
+#line 534 "c.c"
 yy53:
        ++YYCURSOR;
 #line 206 "c.re"
        { RET('{'); }
-#line 539 "<stdout>"
+#line 539 "c.c"
 yy55:
        ++YYCURSOR;
 #line 207 "c.re"
        { RET('}'); }
-#line 544 "<stdout>"
+#line 544 "c.c"
 yy57:
        ++YYCURSOR;
 #line 208 "c.re"
        { RET(','); }
-#line 549 "<stdout>"
+#line 549 "c.c"
 yy59:
        ++YYCURSOR;
 #line 209 "c.re"
        { RET(':'); }
-#line 554 "<stdout>"
+#line 554 "c.c"
 yy61:
        ++YYCURSOR;
 #line 211 "c.re"
        { RET('('); }
-#line 559 "<stdout>"
+#line 559 "c.c"
 yy63:
        ++YYCURSOR;
 #line 212 "c.re"
        { RET(')'); }
-#line 564 "<stdout>"
+#line 564 "c.c"
 yy65:
        ++YYCURSOR;
 #line 213 "c.re"
        { RET('['); }
-#line 569 "<stdout>"
+#line 569 "c.c"
 yy67:
        ++YYCURSOR;
 #line 214 "c.re"
        { RET(']'); }
-#line 574 "<stdout>"
+#line 574 "c.c"
 yy69:
        ++YYCURSOR;
 #line 218 "c.re"
        { RET('~'); }
-#line 579 "<stdout>"
+#line 579 "c.c"
 yy71:
        ++YYCURSOR;
 #line 228 "c.re"
        { RET('?'); }
-#line 584 "<stdout>"
+#line 584 "c.c"
 yy73:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -588,7 +588,7 @@ yy73:
 yy74:
 #line 231 "c.re"
        { goto std; }
-#line 592 "<stdout>"
+#line 592 "c.c"
 yy75:
        ++YYCURSOR;
 #line 234 "c.re"
@@ -597,7 +597,7 @@ yy75:
                s->pos = cursor; s->line++;
                goto std;
            }
-#line 601 "<stdout>"
+#line 601 "c.c"
 yy77:
        yych = *++YYCURSOR;
        goto yy25;
@@ -617,77 +617,77 @@ yy80:
        ++YYCURSOR;
 #line 204 "c.re"
        { RET(NEQ); }
-#line 621 "<stdout>"
+#line 621 "c.c"
 yy82:
        ++YYCURSOR;
 #line 203 "c.re"
        { RET(EQL); }
-#line 626 "<stdout>"
+#line 626 "c.c"
 yy84:
        ++YYCURSOR;
 #line 200 "c.re"
        { RET(OROR); }
-#line 631 "<stdout>"
+#line 631 "c.c"
 yy86:
        ++YYCURSOR;
 #line 193 "c.re"
        { RET(OREQ); }
-#line 636 "<stdout>"
+#line 636 "c.c"
 yy88:
        ++YYCURSOR;
 #line 192 "c.re"
        { RET(XOREQ); }
-#line 641 "<stdout>"
+#line 641 "c.c"
 yy90:
        ++YYCURSOR;
 #line 199 "c.re"
        { RET(ANDAND); }
-#line 646 "<stdout>"
+#line 646 "c.c"
 yy92:
        ++YYCURSOR;
 #line 191 "c.re"
        { RET(ANDEQ); }
-#line 651 "<stdout>"
+#line 651 "c.c"
 yy94:
        ++YYCURSOR;
 #line 190 "c.re"
        { RET(MODEQ); }
-#line 656 "<stdout>"
+#line 656 "c.c"
 yy96:
        ++YYCURSOR;
 #line 188 "c.re"
        { RET(MULEQ); }
-#line 661 "<stdout>"
+#line 661 "c.c"
 yy98:
        ++YYCURSOR;
 #line 198 "c.re"
        { RET(DEREF); }
-#line 666 "<stdout>"
+#line 666 "c.c"
 yy100:
        ++YYCURSOR;
 #line 197 "c.re"
        { RET(DECR); }
-#line 671 "<stdout>"
+#line 671 "c.c"
 yy102:
        ++YYCURSOR;
 #line 187 "c.re"
        { RET(SUBEQ); }
-#line 676 "<stdout>"
+#line 676 "c.c"
 yy104:
        ++YYCURSOR;
 #line 196 "c.re"
        { RET(INCR); }
-#line 681 "<stdout>"
+#line 681 "c.c"
 yy106:
        ++YYCURSOR;
 #line 186 "c.re"
        { RET(ADDEQ); }
-#line 686 "<stdout>"
+#line 686 "c.c"
 yy108:
        ++YYCURSOR;
 #line 201 "c.re"
        { RET(LEQ); }
-#line 691 "<stdout>"
+#line 691 "c.c"
 yy110:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -697,17 +697,17 @@ yy110:
 yy111:
 #line 195 "c.re"
        { RET(LSHIFT); }
-#line 701 "<stdout>"
+#line 701 "c.c"
 yy112:
        ++YYCURSOR;
 #line 185 "c.re"
        { RET(LSHIFTEQ); }
-#line 706 "<stdout>"
+#line 706 "c.c"
 yy114:
        ++YYCURSOR;
 #line 202 "c.re"
        { RET(GEQ); }
-#line 711 "<stdout>"
+#line 711 "c.c"
 yy116:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -717,12 +717,12 @@ yy116:
 yy117:
 #line 194 "c.re"
        { RET(RSHIFT); }
-#line 721 "<stdout>"
+#line 721 "c.c"
 yy118:
        ++YYCURSOR;
 #line 184 "c.re"
        { RET(RSHIFTEQ); }
-#line 726 "<stdout>"
+#line 726 "c.c"
 yy120:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -773,7 +773,7 @@ yy124:
        ++YYCURSOR;
 #line 181 "c.re"
        { RET(SCON); }
-#line 777 "<stdout>"
+#line 777 "c.c"
 yy126:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -886,7 +886,7 @@ yy132:
 yy134:
 #line 178 "c.re"
        { RET(FCON); }
-#line 890 "<stdout>"
+#line 890 "c.c"
 yy135:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -947,7 +947,7 @@ yy140:
        ++YYCURSOR;
 #line 183 "c.re"
        { RET(ELLIPSIS); }
-#line 951 "<stdout>"
+#line 951 "c.c"
 yy142:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1565,7 +1565,7 @@ yy184:
 yy185:
 #line 169 "c.re"
        { RET(WHILE); }
-#line 1569 "<stdout>"
+#line 1569 "c.c"
 yy186:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1680,7 +1680,7 @@ yy193:
 yy194:
 #line 168 "c.re"
        { RET(VOLATILE); }
-#line 1684 "<stdout>"
+#line 1684 "c.c"
 yy195:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1752,7 +1752,7 @@ yy195:
 yy196:
 #line 167 "c.re"
        { RET(VOID); }
-#line 1756 "<stdout>"
+#line 1756 "c.c"
 yy197:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1867,7 +1867,7 @@ yy204:
 yy205:
 #line 166 "c.re"
        { RET(UNSIGNED); }
-#line 1871 "<stdout>"
+#line 1871 "c.c"
 yy206:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1945,7 +1945,7 @@ yy207:
 yy208:
 #line 165 "c.re"
        { RET(UNION); }
-#line 1949 "<stdout>"
+#line 1949 "c.c"
 yy209:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2047,7 +2047,7 @@ yy214:
 yy215:
 #line 164 "c.re"
        { RET(TYPEDEF); }
-#line 2051 "<stdout>"
+#line 2051 "c.c"
 yy216:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2163,7 +2163,7 @@ yy223:
 yy224:
 #line 163 "c.re"
        { RET(SWITCH); }
-#line 2167 "<stdout>"
+#line 2167 "c.c"
 yy225:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2259,7 +2259,7 @@ yy229:
 yy230:
 #line 162 "c.re"
        { RET(STRUCT); }
-#line 2263 "<stdout>"
+#line 2263 "c.c"
 yy231:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2343,7 +2343,7 @@ yy233:
 yy234:
 #line 161 "c.re"
        { RET(STATIC); }
-#line 2347 "<stdout>"
+#line 2347 "c.c"
 yy235:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2439,7 +2439,7 @@ yy239:
 yy240:
 #line 160 "c.re"
        { RET(SIZEOF); }
-#line 2443 "<stdout>"
+#line 2443 "c.c"
 yy241:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2523,7 +2523,7 @@ yy243:
 yy244:
 #line 159 "c.re"
        { RET(SIGNED); }
-#line 2527 "<stdout>"
+#line 2527 "c.c"
 yy245:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2607,7 +2607,7 @@ yy247:
 yy248:
 #line 158 "c.re"
        { RET(SHORT); }
-#line 2611 "<stdout>"
+#line 2611 "c.c"
 yy249:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2710,7 +2710,7 @@ yy254:
 yy255:
 #line 157 "c.re"
        { RET(RETURN); }
-#line 2714 "<stdout>"
+#line 2714 "c.c"
 yy256:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2806,7 +2806,7 @@ yy260:
 yy261:
 #line 156 "c.re"
        { RET(REGISTER); }
-#line 2810 "<stdout>"
+#line 2810 "c.c"
 yy262:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2890,7 +2890,7 @@ yy264:
 yy265:
 #line 155 "c.re"
        { RET(LONG); }
-#line 2894 "<stdout>"
+#line 2894 "c.c"
 yy266:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2962,7 +2962,7 @@ yy266:
 yy267:
 #line 153 "c.re"
        { RET(IF); }
-#line 2966 "<stdout>"
+#line 2966 "c.c"
 yy268:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3040,7 +3040,7 @@ yy269:
 yy270:
 #line 154 "c.re"
        { RET(INT); }
-#line 3044 "<stdout>"
+#line 3044 "c.c"
 yy271:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3124,7 +3124,7 @@ yy273:
 yy274:
 #line 152 "c.re"
        { RET(GOTO); }
-#line 3128 "<stdout>"
+#line 3128 "c.c"
 yy275:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3208,7 +3208,7 @@ yy277:
 yy278:
 #line 151 "c.re"
        { RET(FOR); }
-#line 3212 "<stdout>"
+#line 3212 "c.c"
 yy279:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3292,7 +3292,7 @@ yy281:
 yy282:
 #line 150 "c.re"
        { RET(FLOAT); }
-#line 3296 "<stdout>"
+#line 3296 "c.c"
 yy283:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3400,7 +3400,7 @@ yy289:
 yy290:
 #line 149 "c.re"
        { RET(EXTERN); }
-#line 3404 "<stdout>"
+#line 3404 "c.c"
 yy291:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3478,7 +3478,7 @@ yy292:
 yy293:
 #line 148 "c.re"
        { RET(ENUM); }
-#line 3482 "<stdout>"
+#line 3482 "c.c"
 yy294:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3556,7 +3556,7 @@ yy295:
 yy296:
 #line 147 "c.re"
        { RET(ELSE); }
-#line 3560 "<stdout>"
+#line 3560 "c.c"
 yy297:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3634,7 +3634,7 @@ yy298:
 yy299:
 #line 145 "c.re"
        { RET(DO); }
-#line 3638 "<stdout>"
+#line 3638 "c.c"
 yy300:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3724,7 +3724,7 @@ yy303:
 yy304:
 #line 146 "c.re"
        { RET(DOUBLE); }
-#line 3728 "<stdout>"
+#line 3728 "c.c"
 yy305:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3820,7 +3820,7 @@ yy309:
 yy310:
 #line 144 "c.re"
        { RET(DEFAULT); }
-#line 3824 "<stdout>"
+#line 3824 "c.c"
 yy311:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3947,7 +3947,7 @@ yy320:
 yy321:
 #line 143 "c.re"
        { RET(CONTINUE); }
-#line 3951 "<stdout>"
+#line 3951 "c.c"
 yy322:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4019,7 +4019,7 @@ yy322:
 yy323:
 #line 142 "c.re"
        { RET(CONST); }
-#line 4023 "<stdout>"
+#line 4023 "c.c"
 yy324:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4097,7 +4097,7 @@ yy325:
 yy326:
 #line 141 "c.re"
        { RET(CHAR); }
-#line 4101 "<stdout>"
+#line 4101 "c.c"
 yy327:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4175,7 +4175,7 @@ yy328:
 yy329:
 #line 140 "c.re"
        { RET(CASE); }
-#line 4179 "<stdout>"
+#line 4179 "c.c"
 yy330:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4265,7 +4265,7 @@ yy333:
 yy334:
 #line 139 "c.re"
        { RET(BREAK); }
-#line 4269 "<stdout>"
+#line 4269 "c.c"
 yy335:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4349,24 +4349,24 @@ yy337:
 yy338:
 #line 138 "c.re"
        { RET(AUTO); }
-#line 4353 "<stdout>"
+#line 4353 "c.c"
 yy339:
        ++YYCURSOR;
 #line 189 "c.re"
        { RET(DIVEQ); }
-#line 4358 "<stdout>"
+#line 4358 "c.c"
 yy341:
        ++YYCURSOR;
 #line 136 "c.re"
        { goto comment; }
-#line 4363 "<stdout>"
+#line 4363 "c.c"
 }
 #line 245 "c.re"
 
 
 comment:
 
-#line 4370 "<stdout>"
+#line 4370 "c.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -4385,7 +4385,7 @@ yy345:
 yy346:
 #line 256 "c.re"
        { goto comment; }
-#line 4389 "<stdout>"
+#line 4389 "c.c"
 yy347:
        ++YYCURSOR;
 #line 251 "c.re"
@@ -4394,7 +4394,7 @@ yy347:
                s->tok = s->pos = cursor; s->line++;
                goto comment;
            }
-#line 4398 "<stdout>"
+#line 4398 "c.c"
 yy349:
        yych = *++YYCURSOR;
        goto yy346;
@@ -4402,7 +4402,7 @@ yy350:
        ++YYCURSOR;
 #line 249 "c.re"
        { goto std; }
-#line 4406 "<stdout>"
+#line 4406 "c.c"
 }
 #line 257 "c.re"
 
index 14dec3d62085c3194da4956a9b191651fe2f6e98..01bc70339711338c147211190da904401820c999 100644 (file)
@@ -20,7 +20,7 @@ int scan(char *s, int l)
        for(;;)
        {
 
-#line 24 "<stdout>"
+#line 24 "calc_001.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -59,7 +59,7 @@ yy2:
 yy3:
 #line 64 "calc_001.re"
                        { printf("Num\n");      continue; }
-#line 63 "<stdout>"
+#line 63 "calc_001.c"
 yy4:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
@@ -67,27 +67,27 @@ yy4:
 yy5:
 #line 63 "calc_001.re"
                        { printf("Num\n");      continue; }
-#line 71 "<stdout>"
+#line 71 "calc_001.c"
 yy6:
                        ++YYCURSOR;
 #line 65 "calc_001.re"
                        { printf("+\n");        continue; }
-#line 76 "<stdout>"
+#line 76 "calc_001.c"
 yy8:
                        ++YYCURSOR;
 #line 66 "calc_001.re"
                        { printf("-\n");        continue; }
-#line 81 "<stdout>"
+#line 81 "calc_001.c"
 yy10:
                        ++YYCURSOR;
 #line 67 "calc_001.re"
                        { printf("EOF\n");      return 0; }
-#line 86 "<stdout>"
+#line 86 "calc_001.c"
 yy12:
                        ++YYCURSOR;
 #line 68 "calc_001.re"
                        { printf("ERR\n");      return 1; }
-#line 91 "<stdout>"
+#line 91 "calc_001.c"
 yy14:
                        ++YYCURSOR;
                        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -126,7 +126,7 @@ yy16:
 yy18:
 #line 62 "calc_001.re"
                        { printf("Oct\n");      continue; }
-#line 130 "<stdout>"
+#line 130 "calc_001.c"
                }
 #line 69 "calc_001.re"
 
index b821dac2767d082e5a725f3b861f136093c69a12..6f13ca9890a72de321567e3c8d5b95d96e11f926 100644 (file)
@@ -28,7 +28,7 @@ int scan(char *s)
        for(;;)
        {
 
-#line 32 "<stdout>"
+#line 32 "calc_002.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -67,7 +67,7 @@ yy2:
 yy3:
 #line 48 "calc_002.re"
                        { printf("Num\n");      continue; }
-#line 71 "<stdout>"
+#line 71 "calc_002.c"
 yy4:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
@@ -75,27 +75,27 @@ yy4:
 yy5:
 #line 47 "calc_002.re"
                        { printf("Num\n");      continue; }
-#line 79 "<stdout>"
+#line 79 "calc_002.c"
 yy6:
                        ++YYCURSOR;
 #line 49 "calc_002.re"
                        { printf("+\n");        continue; }
-#line 84 "<stdout>"
+#line 84 "calc_002.c"
 yy8:
                        ++YYCURSOR;
 #line 50 "calc_002.re"
                        { printf("+\n");        continue; }
-#line 89 "<stdout>"
+#line 89 "calc_002.c"
 yy10:
                        ++YYCURSOR;
 #line 51 "calc_002.re"
                        { printf("EOF\n");      return 0; }
-#line 94 "<stdout>"
+#line 94 "calc_002.c"
 yy12:
                        ++YYCURSOR;
 #line 52 "calc_002.re"
                        { printf("ERR\n");      return 1; }
-#line 99 "<stdout>"
+#line 99 "calc_002.c"
 yy14:
                        ++YYCURSOR;
                        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -134,7 +134,7 @@ yy16:
 yy18:
 #line 46 "calc_002.re"
                        { printf("Oct\n");      continue; }
-#line 138 "<stdout>"
+#line 138 "calc_002.c"
                }
 #line 53 "calc_002.re"
 
index cf39bc70a6a01117f47a2ad0d64720c36d72f3ac..e623c1dba71a2d607608e84ef0a2287a3b4b2ed3 100644 (file)
@@ -20,7 +20,7 @@ int scan(char *s, int l)
        for(;;)
        {
 
-#line 24 "<stdout>"
+#line 24 "calc_003.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -59,7 +59,7 @@ yy2:
 yy3:
 #line 40 "calc_003.re"
                        { printf("Num\n");      continue; }
-#line 63 "<stdout>"
+#line 63 "calc_003.c"
 yy4:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
@@ -67,27 +67,27 @@ yy4:
 yy5:
 #line 39 "calc_003.re"
                        { printf("Num\n");      continue; }
-#line 71 "<stdout>"
+#line 71 "calc_003.c"
 yy6:
                        ++YYCURSOR;
 #line 41 "calc_003.re"
                        { printf("+\n");        continue; }
-#line 76 "<stdout>"
+#line 76 "calc_003.c"
 yy8:
                        ++YYCURSOR;
 #line 42 "calc_003.re"
                        { printf("+\n");        continue; }
-#line 81 "<stdout>"
+#line 81 "calc_003.c"
 yy10:
                        ++YYCURSOR;
 #line 43 "calc_003.re"
                        { printf("EOF\n");      return 0; }
-#line 86 "<stdout>"
+#line 86 "calc_003.c"
 yy12:
                        ++YYCURSOR;
 #line 44 "calc_003.re"
                        { printf("ERR\n");      return 1; }
-#line 91 "<stdout>"
+#line 91 "calc_003.c"
 yy14:
                        ++YYCURSOR;
                        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -126,7 +126,7 @@ yy16:
 yy18:
 #line 38 "calc_003.re"
                        { printf("Oct\n");      continue; }
-#line 130 "<stdout>"
+#line 130 "calc_003.c"
                }
 #line 45 "calc_003.re"
 
index 689490bcfd66f4a7499f4d9d3200331611ba24d2..a0e5c7ba8768c390b57f4c16de053b29ad37ac52 100644 (file)
@@ -32,7 +32,7 @@ int scan(char *s, int l)
        {
                t = p;
 
-#line 36 "<stdout>"
+#line 36 "calc_004.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -71,7 +71,7 @@ yy2:
 yy3:
 #line 57 "calc_004.re"
                        { t = tokendup(t, p); printf("Num: %s\n", t); free(t); continue; }
-#line 75 "<stdout>"
+#line 75 "calc_004.c"
 yy4:
                        yych = *++YYCURSOR;
                        goto yy14;
@@ -79,22 +79,22 @@ yy5:
                        ++YYCURSOR;
 #line 58 "calc_004.re"
                        { printf("+\n");        continue; }
-#line 83 "<stdout>"
+#line 83 "calc_004.c"
 yy7:
                        ++YYCURSOR;
 #line 59 "calc_004.re"
                        { printf("+\n");        continue; }
-#line 88 "<stdout>"
+#line 88 "calc_004.c"
 yy9:
                        ++YYCURSOR;
 #line 60 "calc_004.re"
                        { printf("EOF\n");      return 0; }
-#line 93 "<stdout>"
+#line 93 "calc_004.c"
 yy11:
                        ++YYCURSOR;
 #line 61 "calc_004.re"
                        { printf("ERR\n");      return 1; }
-#line 98 "<stdout>"
+#line 98 "calc_004.c"
 yy13:
                        ++YYCURSOR;
                        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -133,7 +133,7 @@ yy15:
 yy17:
 #line 56 "calc_004.re"
                        { t = tokendup(t, p); printf("Oct: %s\n", t); free(t); continue; }
-#line 137 "<stdout>"
+#line 137 "calc_004.c"
                }
 #line 62 "calc_004.re"
 
index 177559bba3c887efb226b21fa161dc864d02ec5d..eb96aadfc9a165fb2f17c1b8ee4622d7959dd41c 100644 (file)
@@ -67,7 +67,7 @@ int scan(char *s, int l)
        {
                t = p;
 
-#line 71 "<stdout>"
+#line 71 "calc_005.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -96,7 +96,7 @@ yy2:
 yy3:
 #line 91 "calc_005.re"
                        { continue; }
-#line 100 "<stdout>"
+#line 100 "calc_005.c"
 yy4:
                        ++YYCURSOR;
                        switch ((yych = *YYCURSOR)) {
@@ -115,7 +115,7 @@ yy4:
 yy5:
 #line 93 "calc_005.re"
                        { res = push_num(t, p, 10); continue; }
-#line 119 "<stdout>"
+#line 119 "calc_005.c"
 yy6:
                        yych = *++YYCURSOR;
                        goto yy14;
@@ -123,17 +123,17 @@ yy7:
                        ++YYCURSOR;
 #line 94 "calc_005.re"
                        { res = stack_add();            continue; }
-#line 127 "<stdout>"
+#line 127 "calc_005.c"
 yy9:
                        ++YYCURSOR;
 #line 95 "calc_005.re"
                        { res = stack_sub();            continue; }
-#line 132 "<stdout>"
+#line 132 "calc_005.c"
 yy11:
                        ++YYCURSOR;
 #line 96 "calc_005.re"
                        { res = 1;                                      continue; }
-#line 137 "<stdout>"
+#line 137 "calc_005.c"
 yy13:
                        ++YYCURSOR;
                        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -172,7 +172,7 @@ yy15:
 yy17:
 #line 92 "calc_005.re"
                        { res = push_num(t, p, 8);      continue; }
-#line 176 "<stdout>"
+#line 176 "calc_005.c"
 yy18:
                        ++YYCURSOR;
                        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index dceba22fbbad824d45d673c09b784abeb0781eca..dea2a285044b8a95e40887c9c899c6768e0e4173 100644 (file)
@@ -65,7 +65,7 @@ int scan(char *s)
        {
                t = p;
 
-#line 69 "<stdout>"
+#line 69 "calc_006.s.c"
                {
                        YYCTYPE yych;
                        yych = *YYCURSOR;
@@ -94,7 +94,7 @@ int scan(char *s)
 yy3:
 #line 107 "calc_006.s.re"
                        { continue; }
-#line 98 "<stdout>"
+#line 98 "calc_006.s.c"
 yy4:
                        ++YYCURSOR;
                        if ((yych = *YYCURSOR) <= '/') goto yy5;
@@ -102,7 +102,7 @@ yy4:
 yy5:
 #line 109 "calc_006.s.re"
                        { res = push_num(t, p, 10); continue; }
-#line 106 "<stdout>"
+#line 106 "calc_006.s.c"
 yy6:
                        yych = *++YYCURSOR;
                        goto yy16;
@@ -110,22 +110,22 @@ yy7:
                        ++YYCURSOR;
 #line 110 "calc_006.s.re"
                        { res = stack_add();            continue; }
-#line 114 "<stdout>"
+#line 114 "calc_006.s.c"
 yy9:
                        ++YYCURSOR;
 #line 111 "calc_006.s.re"
                        { res = stack_sub();            continue; }
-#line 119 "<stdout>"
+#line 119 "calc_006.s.c"
 yy11:
                        ++YYCURSOR;
 #line 112 "calc_006.s.re"
                        { res = depth == 1 ? 0 : 2;     break; }
-#line 124 "<stdout>"
+#line 124 "calc_006.s.c"
 yy13:
                        ++YYCURSOR;
 #line 113 "calc_006.s.re"
                        { res = 1;                                      continue; }
-#line 129 "<stdout>"
+#line 129 "calc_006.s.c"
 yy15:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
@@ -141,7 +141,7 @@ yy17:
 yy19:
 #line 108 "calc_006.s.re"
                        { res = push_num(t, p, 8);      continue; }
-#line 145 "<stdout>"
+#line 145 "calc_006.s.c"
 yy20:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
index c9d92a047c6c4ed998997aba34fef43806c07c11..a640ced012c5eae8026dcc48ddc9359551f94ab7 100644 (file)
@@ -65,7 +65,7 @@ int scan(char *s)
        {
                t = p;
 
-#line 69 "<stdout>"
+#line 69 "calc_007.b.c"
                {
                        YYCTYPE yych;
                        static const unsigned char yybm[] = {
@@ -128,7 +128,7 @@ int scan(char *s)
 yy3:
 #line 80 "calc_007.b.re"
                        { continue; }
-#line 132 "<stdout>"
+#line 132 "calc_007.b.c"
 yy4:
                        ++YYCURSOR;
                        if ((yych = *YYCURSOR) <= '/') goto yy5;
@@ -136,7 +136,7 @@ yy4:
 yy5:
 #line 82 "calc_007.b.re"
                        { res = push_num(t, p, 10); continue; }
-#line 140 "<stdout>"
+#line 140 "calc_007.b.c"
 yy6:
                        yych = *++YYCURSOR;
                        goto yy16;
@@ -144,22 +144,22 @@ yy7:
                        ++YYCURSOR;
 #line 83 "calc_007.b.re"
                        { res = stack_add();            continue; }
-#line 148 "<stdout>"
+#line 148 "calc_007.b.c"
 yy9:
                        ++YYCURSOR;
 #line 84 "calc_007.b.re"
                        { res = stack_sub();            continue; }
-#line 153 "<stdout>"
+#line 153 "calc_007.b.c"
 yy11:
                        ++YYCURSOR;
 #line 85 "calc_007.b.re"
                        { res = depth == 1 ? 0 : 2;     break; }
-#line 158 "<stdout>"
+#line 158 "calc_007.b.c"
 yy13:
                        ++YYCURSOR;
 #line 86 "calc_007.b.re"
                        { res = 1;                                      continue; }
-#line 163 "<stdout>"
+#line 163 "calc_007.b.c"
 yy15:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
@@ -176,7 +176,7 @@ yy17:
 yy19:
 #line 81 "calc_007.b.re"
                        { res = push_num(t, p, 8);      continue; }
-#line 180 "<stdout>"
+#line 180 "calc_007.b.c"
 yy20:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
index b228dd69aea6565809e16d35a931e6640fb00e77..0fde16ee5786eecf7135f4369277015e17b9db46 100644 (file)
Binary files a/re2c/test/calc_008.Sb.c and b/re2c/test/calc_008.Sb.c differ
index 7e9720e86552d4a4d8fd8c34a40b62e1c3e4ccd7..77f00ec1fa406209f53b006dd43fe88b81490dd7 100644 (file)
@@ -61,7 +61,7 @@ int scan(char *p)
        {
                t = p;
 
-#line 65 "<stdout>"
+#line 65 "calc_008.b.c"
                {
                        unsigned char curr;
                        static const unsigned char yybm[] = {
@@ -124,7 +124,7 @@ int scan(char *p)
 scan3:
 #line 103 "calc_008.b.re"
                        { continue; }
-#line 128 "<stdout>"
+#line 128 "calc_008.b.c"
 scan4:
                        ++p;
                        if ((curr = (unsigned char)*p) <= '/') goto scan5;
@@ -132,7 +132,7 @@ scan4:
 scan5:
 #line 105 "calc_008.b.re"
                        { res = push_num(t, p, 10); continue; }
-#line 136 "<stdout>"
+#line 136 "calc_008.b.c"
 scan6:
                        curr = (unsigned char)*++p;
                        goto scan16;
@@ -140,22 +140,22 @@ scan7:
                        ++p;
 #line 106 "calc_008.b.re"
                        { res = stack_add();            continue; }
-#line 144 "<stdout>"
+#line 144 "calc_008.b.c"
 scan9:
                        ++p;
 #line 107 "calc_008.b.re"
                        { res = stack_sub();            continue; }
-#line 149 "<stdout>"
+#line 149 "calc_008.b.c"
 scan11:
                        ++p;
 #line 108 "calc_008.b.re"
                        { res = depth == 1 ? 0 : 2;     break; }
-#line 154 "<stdout>"
+#line 154 "calc_008.b.c"
 scan13:
                        ++p;
 #line 109 "calc_008.b.re"
                        { res = 1;                                      continue; }
-#line 159 "<stdout>"
+#line 159 "calc_008.b.c"
 scan15:
                        ++p;
                        curr = (unsigned char)*p;
@@ -172,7 +172,7 @@ scan17:
 scan19:
 #line 104 "calc_008.b.re"
                        { res = push_num(t, p, 8);      continue; }
-#line 176 "<stdout>"
+#line 176 "calc_008.b.c"
 scan20:
                        ++p;
                        curr = (unsigned char)*p;
index 6908822c0643c79d4ce84b76eed5eb2a16e51a0b..627bd56d2b1ccf373e429812c60f36fd4c77678f 100644 (file)
@@ -109,7 +109,7 @@ std:
 
 
 
-#line 113 "<stdout>"
+#line 113 "cmmap.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -222,7 +222,7 @@ yy2:
 yy3:
 #line 205 "cmmap.re"
        { RET('/'); }
-#line 226 "<stdout>"
+#line 226 "cmmap.c"
 yy4:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -232,7 +232,7 @@ yy4:
 yy5:
 #line 154 "cmmap.re"
        { RET(ID); }
-#line 236 "<stdout>"
+#line 236 "cmmap.c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -345,7 +345,7 @@ yy21:
 yy22:
 #line 158 "cmmap.re"
        { RET(ICON); }
-#line 349 "<stdout>"
+#line 349 "cmmap.c"
 yy23:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -363,7 +363,7 @@ yy25:
                printf("unexpected character: %c\n", *s->tok);
                goto std;
            }
-#line 367 "<stdout>"
+#line 367 "cmmap.c"
 yy26:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -384,7 +384,7 @@ yy26:
 yy27:
 #line 198 "cmmap.re"
        { RET('.'); }
-#line 388 "<stdout>"
+#line 388 "cmmap.c"
 yy28:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -402,7 +402,7 @@ yy29:
 yy30:
 #line 208 "cmmap.re"
        { RET('>'); }
-#line 406 "<stdout>"
+#line 406 "cmmap.c"
 yy31:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -413,7 +413,7 @@ yy31:
 yy32:
 #line 207 "cmmap.re"
        { RET('<'); }
-#line 417 "<stdout>"
+#line 417 "cmmap.c"
 yy33:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -424,7 +424,7 @@ yy33:
 yy34:
 #line 203 "cmmap.re"
        { RET('+'); }
-#line 428 "<stdout>"
+#line 428 "cmmap.c"
 yy35:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -436,7 +436,7 @@ yy35:
 yy36:
 #line 202 "cmmap.re"
        { RET('-'); }
-#line 440 "<stdout>"
+#line 440 "cmmap.c"
 yy37:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -446,7 +446,7 @@ yy37:
 yy38:
 #line 204 "cmmap.re"
        { RET('*'); }
-#line 450 "<stdout>"
+#line 450 "cmmap.c"
 yy39:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -456,7 +456,7 @@ yy39:
 yy40:
 #line 206 "cmmap.re"
        { RET('%'); }
-#line 460 "<stdout>"
+#line 460 "cmmap.c"
 yy41:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -467,7 +467,7 @@ yy41:
 yy42:
 #line 199 "cmmap.re"
        { RET('&'); }
-#line 471 "<stdout>"
+#line 471 "cmmap.c"
 yy43:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -477,7 +477,7 @@ yy43:
 yy44:
 #line 209 "cmmap.re"
        { RET('^'); }
-#line 481 "<stdout>"
+#line 481 "cmmap.c"
 yy45:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -488,7 +488,7 @@ yy45:
 yy46:
 #line 210 "cmmap.re"
        { RET('|'); }
-#line 492 "<stdout>"
+#line 492 "cmmap.c"
 yy47:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -498,7 +498,7 @@ yy47:
 yy48:
 #line 193 "cmmap.re"
        { RET('='); }
-#line 502 "<stdout>"
+#line 502 "cmmap.c"
 yy49:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -508,62 +508,62 @@ yy49:
 yy50:
 #line 200 "cmmap.re"
        { RET('!'); }
-#line 512 "<stdout>"
+#line 512 "cmmap.c"
 yy51:
        ++YYCURSOR;
 #line 188 "cmmap.re"
        { RET(';'); }
-#line 517 "<stdout>"
+#line 517 "cmmap.c"
 yy53:
        ++YYCURSOR;
 #line 189 "cmmap.re"
        { RET('{'); }
-#line 522 "<stdout>"
+#line 522 "cmmap.c"
 yy55:
        ++YYCURSOR;
 #line 190 "cmmap.re"
        { RET('}'); }
-#line 527 "<stdout>"
+#line 527 "cmmap.c"
 yy57:
        ++YYCURSOR;
 #line 191 "cmmap.re"
        { RET(','); }
-#line 532 "<stdout>"
+#line 532 "cmmap.c"
 yy59:
        ++YYCURSOR;
 #line 192 "cmmap.re"
        { RET(':'); }
-#line 537 "<stdout>"
+#line 537 "cmmap.c"
 yy61:
        ++YYCURSOR;
 #line 194 "cmmap.re"
        { RET('('); }
-#line 542 "<stdout>"
+#line 542 "cmmap.c"
 yy63:
        ++YYCURSOR;
 #line 195 "cmmap.re"
        { RET(')'); }
-#line 547 "<stdout>"
+#line 547 "cmmap.c"
 yy65:
        ++YYCURSOR;
 #line 196 "cmmap.re"
        { RET('['); }
-#line 552 "<stdout>"
+#line 552 "cmmap.c"
 yy67:
        ++YYCURSOR;
 #line 197 "cmmap.re"
        { RET(']'); }
-#line 557 "<stdout>"
+#line 557 "cmmap.c"
 yy69:
        ++YYCURSOR;
 #line 201 "cmmap.re"
        { RET('~'); }
-#line 562 "<stdout>"
+#line 562 "cmmap.c"
 yy71:
        ++YYCURSOR;
 #line 211 "cmmap.re"
        { RET('?'); }
-#line 567 "<stdout>"
+#line 567 "cmmap.c"
 yy73:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -571,7 +571,7 @@ yy73:
 yy74:
 #line 214 "cmmap.re"
        { goto std; }
-#line 575 "<stdout>"
+#line 575 "cmmap.c"
 yy75:
        ++YYCURSOR;
 #line 217 "cmmap.re"
@@ -580,7 +580,7 @@ yy75:
                s->pos = cursor; s->line++;
                goto std;
            }
-#line 584 "<stdout>"
+#line 584 "cmmap.c"
 yy77:
        yych = *++YYCURSOR;
        goto yy25;
@@ -600,77 +600,77 @@ yy80:
        ++YYCURSOR;
 #line 187 "cmmap.re"
        { RET(NEQ); }
-#line 604 "<stdout>"
+#line 604 "cmmap.c"
 yy82:
        ++YYCURSOR;
 #line 186 "cmmap.re"
        { RET(EQL); }
-#line 609 "<stdout>"
+#line 609 "cmmap.c"
 yy84:
        ++YYCURSOR;
 #line 183 "cmmap.re"
        { RET(OROR); }
-#line 614 "<stdout>"
+#line 614 "cmmap.c"
 yy86:
        ++YYCURSOR;
 #line 176 "cmmap.re"
        { RET(OREQ); }
-#line 619 "<stdout>"
+#line 619 "cmmap.c"
 yy88:
        ++YYCURSOR;
 #line 175 "cmmap.re"
        { RET(XOREQ); }
-#line 624 "<stdout>"
+#line 624 "cmmap.c"
 yy90:
        ++YYCURSOR;
 #line 182 "cmmap.re"
        { RET(ANDAND); }
-#line 629 "<stdout>"
+#line 629 "cmmap.c"
 yy92:
        ++YYCURSOR;
 #line 174 "cmmap.re"
        { RET(ANDEQ); }
-#line 634 "<stdout>"
+#line 634 "cmmap.c"
 yy94:
        ++YYCURSOR;
 #line 173 "cmmap.re"
        { RET(MODEQ); }
-#line 639 "<stdout>"
+#line 639 "cmmap.c"
 yy96:
        ++YYCURSOR;
 #line 171 "cmmap.re"
        { RET(MULEQ); }
-#line 644 "<stdout>"
+#line 644 "cmmap.c"
 yy98:
        ++YYCURSOR;
 #line 181 "cmmap.re"
        { RET(DEREF); }
-#line 649 "<stdout>"
+#line 649 "cmmap.c"
 yy100:
        ++YYCURSOR;
 #line 180 "cmmap.re"
        { RET(DECR); }
-#line 654 "<stdout>"
+#line 654 "cmmap.c"
 yy102:
        ++YYCURSOR;
 #line 170 "cmmap.re"
        { RET(SUBEQ); }
-#line 659 "<stdout>"
+#line 659 "cmmap.c"
 yy104:
        ++YYCURSOR;
 #line 179 "cmmap.re"
        { RET(INCR); }
-#line 664 "<stdout>"
+#line 664 "cmmap.c"
 yy106:
        ++YYCURSOR;
 #line 169 "cmmap.re"
        { RET(ADDEQ); }
-#line 669 "<stdout>"
+#line 669 "cmmap.c"
 yy108:
        ++YYCURSOR;
 #line 184 "cmmap.re"
        { RET(LEQ); }
-#line 674 "<stdout>"
+#line 674 "cmmap.c"
 yy110:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -680,17 +680,17 @@ yy110:
 yy111:
 #line 178 "cmmap.re"
        { RET(LSHIFT); }
-#line 684 "<stdout>"
+#line 684 "cmmap.c"
 yy112:
        ++YYCURSOR;
 #line 168 "cmmap.re"
        { RET(LSHIFTEQ); }
-#line 689 "<stdout>"
+#line 689 "cmmap.c"
 yy114:
        ++YYCURSOR;
 #line 185 "cmmap.re"
        { RET(GEQ); }
-#line 694 "<stdout>"
+#line 694 "cmmap.c"
 yy116:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -700,12 +700,12 @@ yy116:
 yy117:
 #line 177 "cmmap.re"
        { RET(RSHIFT); }
-#line 704 "<stdout>"
+#line 704 "cmmap.c"
 yy118:
        ++YYCURSOR;
 #line 167 "cmmap.re"
        { RET(RSHIFTEQ); }
-#line 709 "<stdout>"
+#line 709 "cmmap.c"
 yy120:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -756,7 +756,7 @@ yy124:
        ++YYCURSOR;
 #line 164 "cmmap.re"
        { RET(SCON); }
-#line 760 "<stdout>"
+#line 760 "cmmap.c"
 yy126:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -869,7 +869,7 @@ yy132:
 yy134:
 #line 161 "cmmap.re"
        { RET(FCON); }
-#line 873 "<stdout>"
+#line 873 "cmmap.c"
 yy135:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -930,7 +930,7 @@ yy140:
        ++YYCURSOR;
 #line 166 "cmmap.re"
        { RET(ELLIPSIS); }
-#line 934 "<stdout>"
+#line 934 "cmmap.c"
 yy142:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1548,7 +1548,7 @@ yy184:
 yy185:
 #line 152 "cmmap.re"
        { RET(WHILE); }
-#line 1552 "<stdout>"
+#line 1552 "cmmap.c"
 yy186:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1663,7 +1663,7 @@ yy193:
 yy194:
 #line 151 "cmmap.re"
        { RET(VOLATILE); }
-#line 1667 "<stdout>"
+#line 1667 "cmmap.c"
 yy195:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1735,7 +1735,7 @@ yy195:
 yy196:
 #line 150 "cmmap.re"
        { RET(VOID); }
-#line 1739 "<stdout>"
+#line 1739 "cmmap.c"
 yy197:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1850,7 +1850,7 @@ yy204:
 yy205:
 #line 149 "cmmap.re"
        { RET(UNSIGNED); }
-#line 1854 "<stdout>"
+#line 1854 "cmmap.c"
 yy206:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1928,7 +1928,7 @@ yy207:
 yy208:
 #line 148 "cmmap.re"
        { RET(UNION); }
-#line 1932 "<stdout>"
+#line 1932 "cmmap.c"
 yy209:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2030,7 +2030,7 @@ yy214:
 yy215:
 #line 147 "cmmap.re"
        { RET(TYPEDEF); }
-#line 2034 "<stdout>"
+#line 2034 "cmmap.c"
 yy216:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2146,7 +2146,7 @@ yy223:
 yy224:
 #line 146 "cmmap.re"
        { RET(SWITCH); }
-#line 2150 "<stdout>"
+#line 2150 "cmmap.c"
 yy225:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2242,7 +2242,7 @@ yy229:
 yy230:
 #line 145 "cmmap.re"
        { RET(STRUCT); }
-#line 2246 "<stdout>"
+#line 2246 "cmmap.c"
 yy231:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2326,7 +2326,7 @@ yy233:
 yy234:
 #line 144 "cmmap.re"
        { RET(STATIC); }
-#line 2330 "<stdout>"
+#line 2330 "cmmap.c"
 yy235:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2422,7 +2422,7 @@ yy239:
 yy240:
 #line 143 "cmmap.re"
        { RET(SIZEOF); }
-#line 2426 "<stdout>"
+#line 2426 "cmmap.c"
 yy241:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2506,7 +2506,7 @@ yy243:
 yy244:
 #line 142 "cmmap.re"
        { RET(SIGNED); }
-#line 2510 "<stdout>"
+#line 2510 "cmmap.c"
 yy245:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2590,7 +2590,7 @@ yy247:
 yy248:
 #line 141 "cmmap.re"
        { RET(SHORT); }
-#line 2594 "<stdout>"
+#line 2594 "cmmap.c"
 yy249:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2693,7 +2693,7 @@ yy254:
 yy255:
 #line 140 "cmmap.re"
        { RET(RETURN); }
-#line 2697 "<stdout>"
+#line 2697 "cmmap.c"
 yy256:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2789,7 +2789,7 @@ yy260:
 yy261:
 #line 139 "cmmap.re"
        { RET(REGISTER); }
-#line 2793 "<stdout>"
+#line 2793 "cmmap.c"
 yy262:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2873,7 +2873,7 @@ yy264:
 yy265:
 #line 138 "cmmap.re"
        { RET(LONG); }
-#line 2877 "<stdout>"
+#line 2877 "cmmap.c"
 yy266:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2945,7 +2945,7 @@ yy266:
 yy267:
 #line 136 "cmmap.re"
        { RET(IF); }
-#line 2949 "<stdout>"
+#line 2949 "cmmap.c"
 yy268:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3023,7 +3023,7 @@ yy269:
 yy270:
 #line 137 "cmmap.re"
        { RET(INT); }
-#line 3027 "<stdout>"
+#line 3027 "cmmap.c"
 yy271:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3107,7 +3107,7 @@ yy273:
 yy274:
 #line 135 "cmmap.re"
        { RET(GOTO); }
-#line 3111 "<stdout>"
+#line 3111 "cmmap.c"
 yy275:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3191,7 +3191,7 @@ yy277:
 yy278:
 #line 134 "cmmap.re"
        { RET(FOR); }
-#line 3195 "<stdout>"
+#line 3195 "cmmap.c"
 yy279:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3275,7 +3275,7 @@ yy281:
 yy282:
 #line 133 "cmmap.re"
        { RET(FLOAT); }
-#line 3279 "<stdout>"
+#line 3279 "cmmap.c"
 yy283:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3383,7 +3383,7 @@ yy289:
 yy290:
 #line 132 "cmmap.re"
        { RET(EXTERN); }
-#line 3387 "<stdout>"
+#line 3387 "cmmap.c"
 yy291:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3461,7 +3461,7 @@ yy292:
 yy293:
 #line 131 "cmmap.re"
        { RET(ENUM); }
-#line 3465 "<stdout>"
+#line 3465 "cmmap.c"
 yy294:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3539,7 +3539,7 @@ yy295:
 yy296:
 #line 130 "cmmap.re"
        { RET(ELSE); }
-#line 3543 "<stdout>"
+#line 3543 "cmmap.c"
 yy297:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3617,7 +3617,7 @@ yy298:
 yy299:
 #line 128 "cmmap.re"
        { RET(DO); }
-#line 3621 "<stdout>"
+#line 3621 "cmmap.c"
 yy300:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3707,7 +3707,7 @@ yy303:
 yy304:
 #line 129 "cmmap.re"
        { RET(DOUBLE); }
-#line 3711 "<stdout>"
+#line 3711 "cmmap.c"
 yy305:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3803,7 +3803,7 @@ yy309:
 yy310:
 #line 127 "cmmap.re"
        { RET(DEFAULT); }
-#line 3807 "<stdout>"
+#line 3807 "cmmap.c"
 yy311:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3930,7 +3930,7 @@ yy320:
 yy321:
 #line 126 "cmmap.re"
        { RET(CONTINUE); }
-#line 3934 "<stdout>"
+#line 3934 "cmmap.c"
 yy322:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4002,7 +4002,7 @@ yy322:
 yy323:
 #line 125 "cmmap.re"
        { RET(CONST); }
-#line 4006 "<stdout>"
+#line 4006 "cmmap.c"
 yy324:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4080,7 +4080,7 @@ yy325:
 yy326:
 #line 124 "cmmap.re"
        { RET(CHAR); }
-#line 4084 "<stdout>"
+#line 4084 "cmmap.c"
 yy327:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4158,7 +4158,7 @@ yy328:
 yy329:
 #line 123 "cmmap.re"
        { RET(CASE); }
-#line 4162 "<stdout>"
+#line 4162 "cmmap.c"
 yy330:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4248,7 +4248,7 @@ yy333:
 yy334:
 #line 122 "cmmap.re"
        { RET(BREAK); }
-#line 4252 "<stdout>"
+#line 4252 "cmmap.c"
 yy335:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4332,24 +4332,24 @@ yy337:
 yy338:
 #line 121 "cmmap.re"
        { RET(AUTO); }
-#line 4336 "<stdout>"
+#line 4336 "cmmap.c"
 yy339:
        ++YYCURSOR;
 #line 172 "cmmap.re"
        { RET(DIVEQ); }
-#line 4341 "<stdout>"
+#line 4341 "cmmap.c"
 yy341:
        ++YYCURSOR;
 #line 119 "cmmap.re"
        { goto comment; }
-#line 4346 "<stdout>"
+#line 4346 "cmmap.c"
 }
 #line 228 "cmmap.re"
 
 
 comment:
 
-#line 4353 "<stdout>"
+#line 4353 "cmmap.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -4368,7 +4368,7 @@ yy345:
 yy346:
 #line 239 "cmmap.re"
        { goto comment; }
-#line 4372 "<stdout>"
+#line 4372 "cmmap.c"
 yy347:
        ++YYCURSOR;
 #line 234 "cmmap.re"
@@ -4377,7 +4377,7 @@ yy347:
                s->tok = s->pos = cursor; s->line++;
                goto comment;
            }
-#line 4381 "<stdout>"
+#line 4381 "cmmap.c"
 yy349:
        yych = *++YYCURSOR;
        goto yy346;
@@ -4385,7 +4385,7 @@ yy350:
        ++YYCURSOR;
 #line 232 "cmmap.re"
        { goto std; }
-#line 4389 "<stdout>"
+#line 4389 "cmmap.c"
 }
 #line 240 "cmmap.re"
 
index e5fe654fa2457e99eb466298c7ff584b4238e183..36e068827b66c63f54985c12628b9165c97fca40 100644 (file)
@@ -126,7 +126,7 @@ std:
 
 
 
-#line 130 "<stdout>"
+#line 130 "cnokw.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -239,7 +239,7 @@ yy2:
 yy3:
 #line 189 "cnokw.re"
        { RET('/'); }
-#line 243 "<stdout>"
+#line 243 "cnokw.c"
 yy4:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -247,7 +247,7 @@ yy4:
 yy5:
 #line 138 "cnokw.re"
        { RET(ID); }
-#line 251 "<stdout>"
+#line 251 "cnokw.c"
 yy6:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -263,7 +263,7 @@ yy6:
 yy7:
 #line 142 "cnokw.re"
        { RET(ICON); }
-#line 267 "<stdout>"
+#line 267 "cnokw.c"
 yy8:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -281,7 +281,7 @@ yy10:
                printf("unexpected character: %c\n", *s->tok);
                goto std;
            }
-#line 285 "<stdout>"
+#line 285 "cnokw.c"
 yy11:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -302,7 +302,7 @@ yy11:
 yy12:
 #line 182 "cnokw.re"
        { RET('.'); }
-#line 306 "<stdout>"
+#line 306 "cnokw.c"
 yy13:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -320,7 +320,7 @@ yy14:
 yy15:
 #line 192 "cnokw.re"
        { RET('>'); }
-#line 324 "<stdout>"
+#line 324 "cnokw.c"
 yy16:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -331,7 +331,7 @@ yy16:
 yy17:
 #line 191 "cnokw.re"
        { RET('<'); }
-#line 335 "<stdout>"
+#line 335 "cnokw.c"
 yy18:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -342,7 +342,7 @@ yy18:
 yy19:
 #line 187 "cnokw.re"
        { RET('+'); }
-#line 346 "<stdout>"
+#line 346 "cnokw.c"
 yy20:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -354,7 +354,7 @@ yy20:
 yy21:
 #line 186 "cnokw.re"
        { RET('-'); }
-#line 358 "<stdout>"
+#line 358 "cnokw.c"
 yy22:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -364,7 +364,7 @@ yy22:
 yy23:
 #line 188 "cnokw.re"
        { RET('*'); }
-#line 368 "<stdout>"
+#line 368 "cnokw.c"
 yy24:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -374,7 +374,7 @@ yy24:
 yy25:
 #line 190 "cnokw.re"
        { RET('%'); }
-#line 378 "<stdout>"
+#line 378 "cnokw.c"
 yy26:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -385,7 +385,7 @@ yy26:
 yy27:
 #line 183 "cnokw.re"
        { RET('&'); }
-#line 389 "<stdout>"
+#line 389 "cnokw.c"
 yy28:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -395,7 +395,7 @@ yy28:
 yy29:
 #line 193 "cnokw.re"
        { RET('^'); }
-#line 399 "<stdout>"
+#line 399 "cnokw.c"
 yy30:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -406,7 +406,7 @@ yy30:
 yy31:
 #line 194 "cnokw.re"
        { RET('|'); }
-#line 410 "<stdout>"
+#line 410 "cnokw.c"
 yy32:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -416,7 +416,7 @@ yy32:
 yy33:
 #line 177 "cnokw.re"
        { RET('='); }
-#line 420 "<stdout>"
+#line 420 "cnokw.c"
 yy34:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -426,62 +426,62 @@ yy34:
 yy35:
 #line 184 "cnokw.re"
        { RET('!'); }
-#line 430 "<stdout>"
+#line 430 "cnokw.c"
 yy36:
        ++YYCURSOR;
 #line 172 "cnokw.re"
        { RET(';'); }
-#line 435 "<stdout>"
+#line 435 "cnokw.c"
 yy38:
        ++YYCURSOR;
 #line 173 "cnokw.re"
        { RET('{'); }
-#line 440 "<stdout>"
+#line 440 "cnokw.c"
 yy40:
        ++YYCURSOR;
 #line 174 "cnokw.re"
        { RET('}'); }
-#line 445 "<stdout>"
+#line 445 "cnokw.c"
 yy42:
        ++YYCURSOR;
 #line 175 "cnokw.re"
        { RET(','); }
-#line 450 "<stdout>"
+#line 450 "cnokw.c"
 yy44:
        ++YYCURSOR;
 #line 176 "cnokw.re"
        { RET(':'); }
-#line 455 "<stdout>"
+#line 455 "cnokw.c"
 yy46:
        ++YYCURSOR;
 #line 178 "cnokw.re"
        { RET('('); }
-#line 460 "<stdout>"
+#line 460 "cnokw.c"
 yy48:
        ++YYCURSOR;
 #line 179 "cnokw.re"
        { RET(')'); }
-#line 465 "<stdout>"
+#line 465 "cnokw.c"
 yy50:
        ++YYCURSOR;
 #line 180 "cnokw.re"
        { RET('['); }
-#line 470 "<stdout>"
+#line 470 "cnokw.c"
 yy52:
        ++YYCURSOR;
 #line 181 "cnokw.re"
        { RET(']'); }
-#line 475 "<stdout>"
+#line 475 "cnokw.c"
 yy54:
        ++YYCURSOR;
 #line 185 "cnokw.re"
        { RET('~'); }
-#line 480 "<stdout>"
+#line 480 "cnokw.c"
 yy56:
        ++YYCURSOR;
 #line 195 "cnokw.re"
        { RET('?'); }
-#line 485 "<stdout>"
+#line 485 "cnokw.c"
 yy58:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -489,7 +489,7 @@ yy58:
 yy59:
 #line 198 "cnokw.re"
        { goto std; }
-#line 493 "<stdout>"
+#line 493 "cnokw.c"
 yy60:
        ++YYCURSOR;
 #line 201 "cnokw.re"
@@ -498,7 +498,7 @@ yy60:
                s->pos = cursor; s->line++;
                goto std;
            }
-#line 502 "<stdout>"
+#line 502 "cnokw.c"
 yy62:
        yych = *++YYCURSOR;
        goto yy10;
@@ -518,77 +518,77 @@ yy65:
        ++YYCURSOR;
 #line 171 "cnokw.re"
        { RET(NEQ); }
-#line 522 "<stdout>"
+#line 522 "cnokw.c"
 yy67:
        ++YYCURSOR;
 #line 170 "cnokw.re"
        { RET(EQL); }
-#line 527 "<stdout>"
+#line 527 "cnokw.c"
 yy69:
        ++YYCURSOR;
 #line 167 "cnokw.re"
        { RET(OROR); }
-#line 532 "<stdout>"
+#line 532 "cnokw.c"
 yy71:
        ++YYCURSOR;
 #line 160 "cnokw.re"
        { RET(OREQ); }
-#line 537 "<stdout>"
+#line 537 "cnokw.c"
 yy73:
        ++YYCURSOR;
 #line 159 "cnokw.re"
        { RET(XOREQ); }
-#line 542 "<stdout>"
+#line 542 "cnokw.c"
 yy75:
        ++YYCURSOR;
 #line 166 "cnokw.re"
        { RET(ANDAND); }
-#line 547 "<stdout>"
+#line 547 "cnokw.c"
 yy77:
        ++YYCURSOR;
 #line 158 "cnokw.re"
        { RET(ANDEQ); }
-#line 552 "<stdout>"
+#line 552 "cnokw.c"
 yy79:
        ++YYCURSOR;
 #line 157 "cnokw.re"
        { RET(MODEQ); }
-#line 557 "<stdout>"
+#line 557 "cnokw.c"
 yy81:
        ++YYCURSOR;
 #line 155 "cnokw.re"
        { RET(MULEQ); }
-#line 562 "<stdout>"
+#line 562 "cnokw.c"
 yy83:
        ++YYCURSOR;
 #line 165 "cnokw.re"
        { RET(DEREF); }
-#line 567 "<stdout>"
+#line 567 "cnokw.c"
 yy85:
        ++YYCURSOR;
 #line 164 "cnokw.re"
        { RET(DECR); }
-#line 572 "<stdout>"
+#line 572 "cnokw.c"
 yy87:
        ++YYCURSOR;
 #line 154 "cnokw.re"
        { RET(SUBEQ); }
-#line 577 "<stdout>"
+#line 577 "cnokw.c"
 yy89:
        ++YYCURSOR;
 #line 163 "cnokw.re"
        { RET(INCR); }
-#line 582 "<stdout>"
+#line 582 "cnokw.c"
 yy91:
        ++YYCURSOR;
 #line 153 "cnokw.re"
        { RET(ADDEQ); }
-#line 587 "<stdout>"
+#line 587 "cnokw.c"
 yy93:
        ++YYCURSOR;
 #line 168 "cnokw.re"
        { RET(LEQ); }
-#line 592 "<stdout>"
+#line 592 "cnokw.c"
 yy95:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -598,17 +598,17 @@ yy95:
 yy96:
 #line 162 "cnokw.re"
        { RET(LSHIFT); }
-#line 602 "<stdout>"
+#line 602 "cnokw.c"
 yy97:
        ++YYCURSOR;
 #line 152 "cnokw.re"
        { RET(LSHIFTEQ); }
-#line 607 "<stdout>"
+#line 607 "cnokw.c"
 yy99:
        ++YYCURSOR;
 #line 169 "cnokw.re"
        { RET(GEQ); }
-#line 612 "<stdout>"
+#line 612 "cnokw.c"
 yy101:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -618,12 +618,12 @@ yy101:
 yy102:
 #line 161 "cnokw.re"
        { RET(RSHIFT); }
-#line 622 "<stdout>"
+#line 622 "cnokw.c"
 yy103:
        ++YYCURSOR;
 #line 151 "cnokw.re"
        { RET(RSHIFTEQ); }
-#line 627 "<stdout>"
+#line 627 "cnokw.c"
 yy105:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -674,7 +674,7 @@ yy109:
        ++YYCURSOR;
 #line 148 "cnokw.re"
        { RET(SCON); }
-#line 678 "<stdout>"
+#line 678 "cnokw.c"
 yy111:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -787,7 +787,7 @@ yy117:
 yy119:
 #line 145 "cnokw.re"
        { RET(FCON); }
-#line 791 "<stdout>"
+#line 791 "cnokw.c"
 yy120:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -848,7 +848,7 @@ yy125:
        ++YYCURSOR;
 #line 150 "cnokw.re"
        { RET(ELLIPSIS); }
-#line 852 "<stdout>"
+#line 852 "cnokw.c"
 yy127:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1381,19 +1381,19 @@ yy166:
        ++YYCURSOR;
 #line 156 "cnokw.re"
        { RET(DIVEQ); }
-#line 1385 "<stdout>"
+#line 1385 "cnokw.c"
 yy168:
        ++YYCURSOR;
 #line 136 "cnokw.re"
        { goto comment; }
-#line 1390 "<stdout>"
+#line 1390 "cnokw.c"
 }
 #line 212 "cnokw.re"
 
 
 comment:
 
-#line 1397 "<stdout>"
+#line 1397 "cnokw.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -1412,7 +1412,7 @@ yy172:
 yy173:
 #line 223 "cnokw.re"
        { goto comment; }
-#line 1416 "<stdout>"
+#line 1416 "cnokw.c"
 yy174:
        ++YYCURSOR;
 #line 218 "cnokw.re"
@@ -1421,7 +1421,7 @@ yy174:
                s->tok = s->pos = cursor; s->line++;
                goto comment;
            }
-#line 1425 "<stdout>"
+#line 1425 "cnokw.c"
 yy176:
        yych = *++YYCURSOR;
        goto yy173;
@@ -1429,7 +1429,7 @@ yy177:
        ++YYCURSOR;
 #line 216 "cnokw.re"
        { goto std; }
-#line 1433 "<stdout>"
+#line 1433 "cnokw.c"
 }
 #line 224 "cnokw.re"
 
index 3b5f9097b25be6d1d6ae56e928f8da72b38567fd..8f67ab54e8c52d0f45050bbed1c90d00d0afae59 100644 (file)
@@ -35,7 +35,7 @@ re2c: warning: line 15: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "code_points.8.re"
 
-#line 5 "<stdout>"
+#line 5 "code_points.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 382) YYFILL(382);
@@ -2335,13 +2335,13 @@ yy384:
        ++YYCURSOR;
 #line 2 "code_points.8.re"
        {}
-#line 2305 "<stdout>"
+#line 2305 "code_points.8.c"
 }
 #line 3 "code_points.8.re"
 
 
 
-#line 2311 "<stdout>"
+#line 2311 "code_points.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 382) YYFILL(382);
@@ -4693,13 +4693,13 @@ yy770:
        ++YYCURSOR;
 #line 6 "code_points.8.re"
        {}
-#line 4663 "<stdout>"
+#line 4663 "code_points.8.c"
 }
 #line 7 "code_points.8.re"
 
 
 
-#line 4669 "<stdout>"
+#line 4669 "code_points.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -4840,7 +4840,7 @@ yy775:
        ++YYCURSOR;
 #line 10 "code_points.8.re"
        {}
-#line 4810 "<stdout>"
+#line 4810 "code_points.8.c"
 yy777:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4915,7 +4915,7 @@ yy777:
 
 
 
-#line 4885 "<stdout>"
+#line 4885 "code_points.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -4979,7 +4979,7 @@ yy781:
        ++YYCURSOR;
 #line 14 "code_points.8.re"
        {}
-#line 4949 "<stdout>"
+#line 4949 "code_points.8.c"
 yy783:
        yych = *++YYCURSOR;
        switch (yych) {
index f2f03a9085fd62420472504b05110481a08ac4f9..b47e3396d08d6247acd3ddda8511254e88b6fad7 100644 (file)
@@ -23,7 +23,7 @@ re2c: warning: line 15: control flow is undefined for strings that match '[\x1-\
 /* Generated by re2c */
 #line 1 "code_points.re"
 
-#line 5 "<stdout>"
+#line 5 "code_points.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -1551,13 +1551,13 @@ yy255:
        ++YYCURSOR;
 #line 2 "code_points.re"
        {}
-#line 1533 "<stdout>"
+#line 1533 "code_points.c"
 }
 #line 3 "code_points.re"
 
 
 
-#line 1539 "<stdout>"
+#line 1539 "code_points.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -3137,13 +3137,13 @@ yy513:
        ++YYCURSOR;
 #line 6 "code_points.re"
        {}
-#line 3119 "<stdout>"
+#line 3119 "code_points.c"
 }
 #line 7 "code_points.re"
 
 
 
-#line 3125 "<stdout>"
+#line 3125 "code_points.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -3158,13 +3158,13 @@ yy519:
        ++YYCURSOR;
 #line 10 "code_points.re"
        {}
-#line 3140 "<stdout>"
+#line 3140 "code_points.c"
 }
 #line 11 "code_points.re"
 
 
 
-#line 3146 "<stdout>"
+#line 3146 "code_points.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -3179,7 +3179,7 @@ yy524:
        ++YYCURSOR;
 #line 14 "code_points.re"
        {}
-#line 3161 "<stdout>"
+#line 3161 "code_points.c"
 }
 #line 15 "code_points.re"
 
index 8ff72a56a75687b6e0796562675797a13e1c93bb..682679a89806d055aafcd33182c9d9bd5510b4ba 100644 (file)
@@ -23,7 +23,7 @@ re2c: warning: line 15: control flow is undefined for strings that match '[\x1-\
 /* Generated by re2c */
 #line 1 "code_points.e.re"
 
-#line 5 "<stdout>"
+#line 5 "code_points.e.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -1551,13 +1551,13 @@ yy256:
        ++YYCURSOR;
 #line 2 "code_points.e.re"
        {}
-#line 1533 "<stdout>"
+#line 1533 "code_points.e.c"
 }
 #line 3 "code_points.e.re"
 
 
 
-#line 1539 "<stdout>"
+#line 1539 "code_points.e.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -3137,13 +3137,13 @@ yy514:
        ++YYCURSOR;
 #line 6 "code_points.e.re"
        {}
-#line 3119 "<stdout>"
+#line 3119 "code_points.e.c"
 }
 #line 7 "code_points.e.re"
 
 
 
-#line 3125 "<stdout>"
+#line 3125 "code_points.e.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -3158,13 +3158,13 @@ yy519:
        ++YYCURSOR;
 #line 10 "code_points.e.re"
        {}
-#line 3140 "<stdout>"
+#line 3140 "code_points.e.c"
 }
 #line 11 "code_points.e.re"
 
 
 
-#line 3146 "<stdout>"
+#line 3146 "code_points.e.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -3179,7 +3179,7 @@ yy524:
        ++YYCURSOR;
 #line 14 "code_points.e.re"
        {}
-#line 3161 "<stdout>"
+#line 3161 "code_points.e.c"
 }
 #line 15 "code_points.e.re"
 
index 570f6281868fd8b0c73a468fc658ae3a45c5de10..985c4e0a0b816a4192d41fe1e2b38c45223cb3fa 100644 (file)
@@ -23,7 +23,7 @@ re2c: warning: line 15: control flow is undefined for strings that match '[\x1-\
 /* Generated by re2c */
 #line 1 "code_points.u.re"
 
-#line 5 "<stdout>"
+#line 5 "code_points.u.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -540,13 +540,13 @@ yy3:
        ++YYCURSOR;
 #line 2 "code_points.u.re"
        {}
-#line 522 "<stdout>"
+#line 522 "code_points.u.c"
 }
 #line 3 "code_points.u.re"
 
 
 
-#line 528 "<stdout>"
+#line 528 "code_points.u.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -1167,13 +1167,13 @@ yy381:
        ++YYCURSOR;
 #line 6 "code_points.u.re"
        {}
-#line 1149 "<stdout>"
+#line 1149 "code_points.u.c"
 }
 #line 7 "code_points.u.re"
 
 
 
-#line 1155 "<stdout>"
+#line 1155 "code_points.u.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1186,13 +1186,13 @@ yy519:
        ++YYCURSOR;
 #line 10 "code_points.u.re"
        {}
-#line 1168 "<stdout>"
+#line 1168 "code_points.u.c"
 }
 #line 11 "code_points.u.re"
 
 
 
-#line 1174 "<stdout>"
+#line 1174 "code_points.u.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1204,7 +1204,7 @@ yy524:
        ++YYCURSOR;
 #line 14 "code_points.u.re"
        {}
-#line 1186 "<stdout>"
+#line 1186 "code_points.u.c"
 }
 #line 15 "code_points.u.re"
 
index c721a01132982e33302ca904c2d1f0e728393c58..b10ad3d9fbe8a27f1a22ffc46a252806e0761826 100644 (file)
@@ -23,7 +23,7 @@ re2c: warning: line 15: control flow is undefined for strings that match '[\x1-\
 /* Generated by re2c */
 #line 1 "code_points.w.re"
 
-#line 5 "<stdout>"
+#line 5 "code_points.w.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -540,13 +540,13 @@ yy3:
        ++YYCURSOR;
 #line 2 "code_points.w.re"
        {}
-#line 522 "<stdout>"
+#line 522 "code_points.w.c"
 }
 #line 3 "code_points.w.re"
 
 
 
-#line 528 "<stdout>"
+#line 528 "code_points.w.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -1167,13 +1167,13 @@ yy381:
        ++YYCURSOR;
 #line 6 "code_points.w.re"
        {}
-#line 1149 "<stdout>"
+#line 1149 "code_points.w.c"
 }
 #line 7 "code_points.w.re"
 
 
 
-#line 1155 "<stdout>"
+#line 1155 "code_points.w.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1186,13 +1186,13 @@ yy519:
        ++YYCURSOR;
 #line 10 "code_points.w.re"
        {}
-#line 1168 "<stdout>"
+#line 1168 "code_points.w.c"
 }
 #line 11 "code_points.w.re"
 
 
 
-#line 1174 "<stdout>"
+#line 1174 "code_points.w.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1204,7 +1204,7 @@ yy524:
        ++YYCURSOR;
 #line 14 "code_points.w.re"
        {}
-#line 1186 "<stdout>"
+#line 1186 "code_points.w.c"
 }
 #line 15 "code_points.w.re"
 
index 2aafa4aa164d461c08342cb9c730083582aae4eb..c973185653d2d13ba7b759881256cb41e03c18ca 100644 (file)
@@ -23,7 +23,7 @@ re2c: warning: line 15: control flow is undefined for strings that match '[\x1-\
 /* Generated by re2c */
 #line 1 "code_points.x.re"
 
-#line 5 "<stdout>"
+#line 5 "code_points.x.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -540,13 +540,13 @@ yy3:
        ++YYCURSOR;
 #line 2 "code_points.x.re"
        {}
-#line 522 "<stdout>"
+#line 522 "code_points.x.c"
 }
 #line 3 "code_points.x.re"
 
 
 
-#line 528 "<stdout>"
+#line 528 "code_points.x.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 254) YYFILL(254);
@@ -1167,13 +1167,13 @@ yy381:
        ++YYCURSOR;
 #line 6 "code_points.x.re"
        {}
-#line 1149 "<stdout>"
+#line 1149 "code_points.x.c"
 }
 #line 7 "code_points.x.re"
 
 
 
-#line 1155 "<stdout>"
+#line 1155 "code_points.x.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1186,13 +1186,13 @@ yy519:
        ++YYCURSOR;
 #line 10 "code_points.x.re"
        {}
-#line 1168 "<stdout>"
+#line 1168 "code_points.x.c"
 }
 #line 11 "code_points.x.re"
 
 
 
-#line 1174 "<stdout>"
+#line 1174 "code_points.x.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -1212,7 +1212,7 @@ yy524:
 yy525:
 #line 14 "code_points.x.re"
        {}
-#line 1194 "<stdout>"
+#line 1194 "code_points.x.c"
 yy526:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= 0xDBFF) goto yy525;
index 556be794c25be5769e21f93f1b0ae9d413e8ebcd..486b62abdbc83de877b847b86f1183d3bdfe8835 100644 (file)
@@ -9,7 +9,7 @@ re2c: warning: line 5: control flow in condition 'b' is undefined for strings th
 /* Generated by re2c */
 #line 1 "condition_01.c.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_01.c.c"
 {
        YYCTYPE yych;
        switch (YYGETCONDITION()) {
@@ -35,7 +35,7 @@ yy5:
        ++YYCURSOR;
 #line 3 "condition_01.c.re"
        { }
-#line 31 "<stdout>"
+#line 31 "condition_01.c.c"
 /* *********************************** */
 yyc_b:
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -55,7 +55,7 @@ yy11:
        ++YYCURSOR;
 #line 3 "condition_01.c.re"
        { }
-#line 51 "<stdout>"
+#line 51 "condition_01.c.c"
 }
 #line 5 "condition_01.c.re"
 
index 14ea2934ec0eb48f71bd093ea5389e47a3e71592..f3f88ea40decfa0ecbbe947e6ff6aa383612e770 100644 (file)
@@ -10,7 +10,7 @@ re2c: warning: line 5: control flow in condition 'b' is undefined for strings th
 /* Generated by re2c */
 #line 1 "condition_01a.c.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_01a.c.c"
 {
        YYCTYPE yych;
        switch (YYGETCONDITION()) {
@@ -36,7 +36,7 @@ yy5:
        ++YYCURSOR;
 #line 3 "condition_01a.c.re"
        { }
-#line 31 "<stdout>"
+#line 31 "condition_01a.c.c"
 /**** State b ***/
 yyc_b:
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -56,7 +56,7 @@ yy11:
        ++YYCURSOR;
 #line 3 "condition_01a.c.re"
        { }
-#line 51 "<stdout>"
+#line 51 "condition_01a.c.c"
 }
 #line 5 "condition_01a.c.re"
 
index e448ef30ec849b5f0860b10383ad8d7f915f4bb1..edc464d8e555ae5231c262bd19c88cbbc2c3f65f 100644 (file)
@@ -9,7 +9,7 @@ re2c: warning: line 5: control flow in condition 'b' is undefined for strings th
 /* Generated by re2c */
 #line 1 "condition_01b.c.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_01b.c.c"
 {
        YYCTYPE yych;
        switch (YYGETCONDITION()) {
@@ -34,7 +34,7 @@ yy5:
        ++YYCURSOR;
 #line 3 "condition_01b.c.re"
        { }
-#line 30 "<stdout>"
+#line 30 "condition_01b.c.c"
 yyc_b:
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
        yych = *YYCURSOR;
@@ -53,7 +53,7 @@ yy11:
        ++YYCURSOR;
 #line 3 "condition_01b.c.re"
        { }
-#line 49 "<stdout>"
+#line 49 "condition_01b.c.c"
 }
 #line 5 "condition_01b.c.re"
 
index 28feb3d9a4f94af472e8acf93fe6fc0b165003a3..1ff594229c5a39cae9b8e534dee7a419ff021a86 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 7: control flow in condition 'r2' is undefined for strings t
 /* Generated by re2c */
 #line 1 "condition_02.c.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_02.c.c"
 {
        YYCTYPE yych;
        switch (YYGETCONDITION()) {
@@ -16,7 +16,7 @@ re2c: warning: line 7: control flow in condition 'r2' is undefined for strings t
 yyc_0:
 #line 3 "condition_02.c.re"
        { return NULL; }
-#line 17 "<stdout>"
+#line 17 "condition_02.c.c"
 /* *********************************** */
 yyc_r1:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -31,12 +31,12 @@ yy7:
        ++YYCURSOR;
 #line 4 "condition_02.c.re"
        { return "a"; }
-#line 32 "<stdout>"
+#line 32 "condition_02.c.c"
 yy9:
        ++YYCURSOR;
 #line 5 "condition_02.c.re"
        { return "b"; }
-#line 37 "<stdout>"
+#line 37 "condition_02.c.c"
 /* *********************************** */
 yyc_r2:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -50,7 +50,7 @@ yy14:
        ++YYCURSOR;
 #line 5 "condition_02.c.re"
        { return "b"; }
-#line 51 "<stdout>"
+#line 51 "condition_02.c.c"
 }
 #line 7 "condition_02.c.re"
 
index 82188eca37b50197f67a224ff934c662cad3487b..ec8c8f8dc677955b4dc159603f38d90f5165b776 100644 (file)
@@ -5,7 +5,7 @@ re2c: warning: line 7: looks like you use hardcoded numbers instead of autogener
 /* Generated by re2c */
 #line 1 "condition_02.cg.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_02.cg.c"
 {
        YYCTYPE yych;
        static void *yyctable[3] = {
@@ -18,7 +18,7 @@ re2c: warning: line 7: looks like you use hardcoded numbers instead of autogener
 yyc_0:
 #line 3 "condition_02.cg.re"
        { return NULL; }
-#line 18 "<stdout>"
+#line 18 "condition_02.cg.c"
 /* *********************************** */
 yyc_r1:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -31,12 +31,12 @@ yy7:
        ++YYCURSOR;
 #line 4 "condition_02.cg.re"
        { return "a"; }
-#line 31 "<stdout>"
+#line 31 "condition_02.cg.c"
 yy9:
        ++YYCURSOR;
 #line 5 "condition_02.cg.re"
        { return "b"; }
-#line 36 "<stdout>"
+#line 36 "condition_02.cg.c"
 /* *********************************** */
 yyc_r2:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -46,7 +46,7 @@ yy14:
        ++YYCURSOR;
 #line 5 "condition_02.cg.re"
        { return "b"; }
-#line 46 "<stdout>"
+#line 46 "condition_02.cg.c"
 }
 #line 7 "condition_02.cg.re"
 
index 9ef2e4eedbaa129dba54c94753f9ec4fd430dec1..1a81b450186d40684c04305628496b6333df5e6a 100644 (file)
@@ -5,7 +5,7 @@ re2c: warning: line 9: looks like you use hardcoded numbers instead of autogener
 /* Generated by re2c */
 #line 1 "condition_03.cg.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_03.cg.c"
 {
        YYCTYPE yych;
        static void *yyctable[3] = {
@@ -18,7 +18,7 @@ re2c: warning: line 9: looks like you use hardcoded numbers instead of autogener
 yyc_0:
 #line 3 "condition_03.cg.re"
        { return NULL; }
-#line 18 "<stdout>"
+#line 18 "condition_03.cg.c"
 /* *********************************** */
 yyc_r1:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -37,22 +37,22 @@ yy7:
        ++YYCURSOR;
 #line 5 "condition_03.cg.re"
        { return "2"; }
-#line 37 "<stdout>"
+#line 37 "condition_03.cg.c"
 yy9:
        ++YYCURSOR;
 #line 4 "condition_03.cg.re"
        { return "1"; }
-#line 42 "<stdout>"
+#line 42 "condition_03.cg.c"
 yy11:
        ++YYCURSOR;
 #line 6 "condition_03.cg.re"
        { return "a"; }
-#line 47 "<stdout>"
+#line 47 "condition_03.cg.c"
 yy13:
        ++YYCURSOR;
 #line 7 "condition_03.cg.re"
        { return "b"; }
-#line 52 "<stdout>"
+#line 52 "condition_03.cg.c"
 /* *********************************** */
 yyc_r2:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -69,17 +69,17 @@ yy18:
        ++YYCURSOR;
 #line 5 "condition_03.cg.re"
        { return "2"; }
-#line 69 "<stdout>"
+#line 69 "condition_03.cg.c"
 yy20:
        ++YYCURSOR;
 #line 4 "condition_03.cg.re"
        { return "1"; }
-#line 74 "<stdout>"
+#line 74 "condition_03.cg.c"
 yy22:
        ++YYCURSOR;
 #line 7 "condition_03.cg.re"
        { return "b"; }
-#line 79 "<stdout>"
+#line 79 "condition_03.cg.c"
 }
 #line 9 "condition_03.cg.re"
 
index 6bdbafbfb67778ab52980c5026e666dcf5e1c978..a9139eaae15f5b8547408370f85c8475b9950bfc 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 8: looks like you use hardcoded numbers instead of autogener
 /* Generated by re2c */
 #line 1 "condition_04.cg.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_04.cg.c"
 {
        YYCTYPE yych;
        static void *yyctable[2] = {
@@ -30,22 +30,22 @@ yy4:
        ++YYCURSOR;
 #line 4 "condition_04.cg.re"
        { return "2"; }
-#line 31 "<stdout>"
+#line 31 "condition_04.cg.c"
 yy6:
        ++YYCURSOR;
 #line 3 "condition_04.cg.re"
        { return "1"; }
-#line 36 "<stdout>"
+#line 36 "condition_04.cg.c"
 yy8:
        ++YYCURSOR;
 #line 5 "condition_04.cg.re"
        { return "a"; }
-#line 41 "<stdout>"
+#line 41 "condition_04.cg.c"
 yy10:
        ++YYCURSOR;
 #line 6 "condition_04.cg.re"
        { return "b"; }
-#line 46 "<stdout>"
+#line 46 "condition_04.cg.c"
 /* *********************************** */
 yyc_r2:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -62,17 +62,17 @@ yy15:
        ++YYCURSOR;
 #line 4 "condition_04.cg.re"
        { return "2"; }
-#line 63 "<stdout>"
+#line 63 "condition_04.cg.c"
 yy17:
        ++YYCURSOR;
 #line 3 "condition_04.cg.re"
        { return "1"; }
-#line 68 "<stdout>"
+#line 68 "condition_04.cg.c"
 yy19:
        ++YYCURSOR;
 #line 6 "condition_04.cg.re"
        { return "b"; }
-#line 73 "<stdout>"
+#line 73 "condition_04.cg.c"
 }
 #line 8 "condition_04.cg.re"
 
index 5865f8ade3c2ea469a0929a566e571509f32b8ea..b166b53b0af88bfb860b1242e6817bfdfc782429 100644 (file)
@@ -56,7 +56,7 @@ char scan(Scanner *s)
        {
                s->tok = s->cur;
 
-#line 59 "<stdout>"
+#line 59 "condition_05.cg.c"
                {
                        unsigned char yych;
                        static void *yyctable[2] = {
@@ -76,7 +76,7 @@ yy4:
                        {
                                goto yyc_comment;
                        }
-#line 79 "<stdout>"
+#line 79 "condition_05.cg.c"
 yy5:
                        yych = *++s->cur;
                        goto yy4;
@@ -86,7 +86,7 @@ yy6:
                        {
                                continue;
                        }
-#line 89 "<stdout>"
+#line 89 "condition_05.cg.c"
 /* *********************************** */
 yyc_normal:
                        if ((s->lim - s->cur) < 2) { if(fill(s, 2) >= 0) break; }
@@ -100,7 +100,7 @@ yy11:
                                fputc(*s->tok, stdout);
                                continue;
                        }
-#line 103 "<stdout>"
+#line 103 "condition_05.cg.c"
 yy12:
                        yych = *++s->cur;
                        goto yy11;
@@ -110,7 +110,7 @@ yy13:
                        {
                                goto yyc_comment;
                        }
-#line 113 "<stdout>"
+#line 113 "condition_05.cg.c"
                }
 #line 87 "condition_05.cg.re"
 
index 569f71c1fb0fc8d8b7881e2de4610a0590aef5b0..814419126501ac035dc60620189352258bbec604 100644 (file)
@@ -55,7 +55,7 @@ char scan(Scanner *s)
        {
                s->tok = s->cur;
 
-#line 59 "<stdout>"
+#line 59 "condition_05.cgtcondition_05.cgt.h.c"
                {
                        unsigned char yych;
                        static void *yyctable[2] = {
@@ -75,7 +75,7 @@ yy4:
                        {
                                goto yyc_comment;
                        }
-#line 79 "<stdout>"
+#line 79 "condition_05.cgtcondition_05.cgt.h.c"
 yy5:
                        yych = *++s->cur;
                        goto yy4;
@@ -85,7 +85,7 @@ yy6:
                        {
                                continue;
                        }
-#line 89 "<stdout>"
+#line 89 "condition_05.cgtcondition_05.cgt.h.c"
 /* *********************************** */
 yyc_normal:
                        if ((s->lim - s->cur) < 2) { if(fill(s, 2) >= 0) break; }
@@ -99,7 +99,7 @@ yy11:
                                fputc(*s->tok, stdout);
                                continue;
                        }
-#line 103 "<stdout>"
+#line 103 "condition_05.cgtcondition_05.cgt.h.c"
 yy12:
                        yych = *++s->cur;
                        goto yy11;
@@ -109,7 +109,7 @@ yy13:
                        {
                                goto yyc_comment;
                        }
-#line 113 "<stdout>"
+#line 113 "condition_05.cgtcondition_05.cgt.h.c"
                }
 #line 87 "condition_05.cgtcondition_05.cgt.h.re"
 
index 52387f514f5d8f0341013f7df0fcfd07b00adbcd..485860f5ce489f2f10cb7d16790d43d7f40d8768 100644 (file)
@@ -56,7 +56,7 @@ char scan(Scanner *s)
        {
                s->tok = s->cur;
 
-#line 59 "<stdout>"
+#line 59 "condition_05.cs.c"
                {
                        unsigned char yych;
                        if (cond < 1) {
@@ -76,7 +76,7 @@ yy4:
                        {
                                goto yyc_comment;
                        }
-#line 79 "<stdout>"
+#line 79 "condition_05.cs.c"
 yy5:
                        yych = *++s->cur;
                        goto yy4;
@@ -86,7 +86,7 @@ yy6:
                        {
                                continue;
                        }
-#line 89 "<stdout>"
+#line 89 "condition_05.cs.c"
 /* *********************************** */
 yyc_normal:
                        if ((s->lim - s->cur) < 2) { if(fill(s, 2) >= 0) break; }
@@ -100,7 +100,7 @@ yy11:
                                fputc(*s->tok, stdout);
                                continue;
                        }
-#line 103 "<stdout>"
+#line 103 "condition_05.cs.c"
 yy12:
                        yych = *++s->cur;
                        goto yy11;
@@ -110,7 +110,7 @@ yy13:
                        {
                                goto yyc_comment;
                        }
-#line 113 "<stdout>"
+#line 113 "condition_05.cs.c"
                }
 #line 87 "condition_05.cs.re"
 
index 7258ca027fe68175e208cbfa91bc17cd65b5b364..502bef60ce0d827541bcc2964882586df6d0454b 100644 (file)
@@ -53,7 +53,7 @@ void fputl(const char *s, size_t len, FILE *stream)
        }
 }
 
-#line 57 "<stdout>"
+#line 57 "condition_06.cs.c"
 
 enum YYCONDTYPE {
        EStateNormal,
@@ -74,7 +74,7 @@ void scan(Scanner *s)
        {
                s->tok = s->cur;
 
-#line 78 "<stdout>"
+#line 78 "condition_06.cs.c"
                {
                        unsigned char yych;
                        if (cond < 2) {
@@ -102,7 +102,7 @@ yy4:
                        {
                                goto yyc_Comment;
                        }
-#line 106 "<stdout>"
+#line 106 "condition_06.cs.c"
 yy5:
                        yych = *++s->cur;
                        goto yy4;
@@ -112,7 +112,7 @@ yy6:
                        {
                                continue;
                        }
-#line 116 "<stdout>"
+#line 116 "condition_06.cs.c"
 /* *********************************** */
 yyc_Normal:
                        if ((s->lim - s->cur) < 3) { if(fill(s, 3) >= 0) break; }
@@ -132,7 +132,7 @@ yy11:
                                fputc(*s->tok, stdout);
                                continue;
                        }
-#line 136 "<stdout>"
+#line 136 "condition_06.cs.c"
 yy12:
                        yych = *++s->cur;
                        if (yych == '*') goto yy18;
@@ -146,7 +146,7 @@ yy13:
                                state = EStateString;
                                continue;
                        }
-#line 150 "<stdout>"
+#line 150 "condition_06.cs.c"
 yy15:
                        yych = *++s->cur;
                        goto yy11;
@@ -156,14 +156,14 @@ yy16:
                        {
                                goto yyc_Skiptoeol;
                        }
-#line 160 "<stdout>"
+#line 160 "condition_06.cs.c"
 yy18:
                        ++s->cur;
 #line 126 "condition_06.cs.re"
                        {
                                goto yyc_Comment;
                        }
-#line 167 "<stdout>"
+#line 167 "condition_06.cs.c"
 yy20:
                        yych = *++s->cur;
                        switch (yych) {
@@ -188,7 +188,7 @@ yy22:
                                fputc('[', stdout);
                                continue;
                        }
-#line 192 "<stdout>"
+#line 192 "condition_06.cs.c"
 yy24:
                        ++s->cur;
 #line 86 "condition_06.cs.re"
@@ -196,7 +196,7 @@ yy24:
                                fputc(']', stdout);
                                continue;
                        }
-#line 200 "<stdout>"
+#line 200 "condition_06.cs.c"
 yy26:
                        ++s->cur;
 #line 91 "condition_06.cs.re"
@@ -204,7 +204,7 @@ yy26:
                                fputc('{', stdout);
                                continue;
                        }
-#line 208 "<stdout>"
+#line 208 "condition_06.cs.c"
 yy28:
                        ++s->cur;
 #line 96 "condition_06.cs.re"
@@ -212,7 +212,7 @@ yy28:
                                fputc('}', stdout);
                                continue;
                        }
-#line 216 "<stdout>"
+#line 216 "condition_06.cs.c"
 yy30:
                        ++s->cur;
 #line 101 "condition_06.cs.re"
@@ -220,7 +220,7 @@ yy30:
                                fputc('#', stdout);
                                continue;
                        }
-#line 224 "<stdout>"
+#line 224 "condition_06.cs.c"
 yy32:
                        ++s->cur;
 #line 106 "condition_06.cs.re"
@@ -228,7 +228,7 @@ yy32:
                                fputc('\\', stdout);
                                continue;
                        }
-#line 232 "<stdout>"
+#line 232 "condition_06.cs.c"
 yy34:
                        ++s->cur;
 #line 111 "condition_06.cs.re"
@@ -236,7 +236,7 @@ yy34:
                                fputc('^', stdout);
                                continue;
                        }
-#line 240 "<stdout>"
+#line 240 "condition_06.cs.c"
 yy36:
                        ++s->cur;
 #line 116 "condition_06.cs.re"
@@ -244,7 +244,7 @@ yy36:
                                fputc('|', stdout);
                                continue;
                        }
-#line 248 "<stdout>"
+#line 248 "condition_06.cs.c"
 yy38:
                        ++s->cur;
 #line 121 "condition_06.cs.re"
@@ -252,7 +252,7 @@ yy38:
                                fputc('~', stdout);
                                continue;
                        }
-#line 256 "<stdout>"
+#line 256 "condition_06.cs.c"
 /* *********************************** */
 yyc_Skiptoeol:
                        if ((s->lim - s->cur) < 5) { if(fill(s, 5) >= 0) break; }
@@ -273,7 +273,7 @@ yy43:
                        {
                                goto yyc_Skiptoeol;
                        }
-#line 277 "<stdout>"
+#line 277 "condition_06.cs.c"
 yy44:
                        yych = *(s->tok = ++s->cur);
                        if (yych == '\n') goto yy50;
@@ -285,7 +285,7 @@ yy45:
                        {
                                continue;
                        }
-#line 289 "<stdout>"
+#line 289 "condition_06.cs.c"
 yy47:
                        yych = *++s->cur;
                        goto yy43;
@@ -301,7 +301,7 @@ yy50:
                        {
                                goto yyc_Skiptoeol;
                        }
-#line 305 "<stdout>"
+#line 305 "condition_06.cs.c"
 yy52:
                        yych = *++s->cur;
                        if (yych != '/') goto yy49;
@@ -316,7 +316,7 @@ yy55:
                        {
                                goto yyc_Skiptoeol;
                        }
-#line 320 "<stdout>"
+#line 320 "condition_06.cs.c"
 /* *********************************** */
 yyc_String:
                        if ((s->lim - s->cur) < 2) { if(fill(s, 2) >= 0) break; }
@@ -331,7 +331,7 @@ yy60:
                                fputc(*s->tok, stdout);
                                continue;
                        }
-#line 335 "<stdout>"
+#line 335 "condition_06.cs.c"
 yy61:
                        ++s->cur;
 #line 174 "condition_06.cs.re"
@@ -339,7 +339,7 @@ yy61:
                                fputc(*s->tok, stdout);
                                continue;
                        }
-#line 343 "<stdout>"
+#line 343 "condition_06.cs.c"
 yy63:
                        yych = *++s->cur;
                        goto yy60;
@@ -350,7 +350,7 @@ yy64:
                                fputl((const char*)s->tok, 2, stdout);
                                continue;
                        }
-#line 354 "<stdout>"
+#line 354 "condition_06.cs.c"
                }
 #line 183 "condition_06.cs.re"
 
index 49b6f2161ef2202c0ade0679e8f3f19e785a4d3e..5dc6ca82ee28a8f3350d42d3becfe0f145222ddf 100644 (file)
@@ -128,7 +128,7 @@ int lex_line126_Comment ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line126_Comment.input"
+        ("condition_10.Scgif.c.line126_Comment.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -140,7 +140,7 @@ int lex_line126_Comment ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line126_Comment.keys"
+        ("condition_10.Scgif.c.line126_Comment.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -277,7 +277,7 @@ int lex_line126_Normal ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line126_Normal.input"
+        ("condition_10.Scgif.c.line126_Normal.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -289,7 +289,7 @@ int lex_line126_Normal ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line126_Normal.keys"
+        ("condition_10.Scgif.c.line126_Normal.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -583,7 +583,7 @@ int lex_line126_Skiptoeol ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line126_Skiptoeol.input"
+        ("condition_10.Scgif.c.line126_Skiptoeol.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -595,7 +595,7 @@ int lex_line126_Skiptoeol ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line126_Skiptoeol.keys"
+        ("condition_10.Scgif.c.line126_Skiptoeol.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -814,7 +814,7 @@ int lex_line126_String ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line126_String.input"
+        ("condition_10.Scgif.c.line126_String.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -826,7 +826,7 @@ int lex_line126_String ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line126_String.keys"
+        ("condition_10.Scgif.c.line126_String.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 6f252ef4868b4214f09dda2f41b6e2913e322587..45b6312442e10b1cc521a6665ebbe5721b3f1f67 100644 (file)
@@ -5,7 +5,7 @@ re2c: warning: line 9: looks like you use hardcoded numbers instead of autogener
 /* Generated by re2c */
 #line 1 "condition_11.cg.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_11.cg.c"
 {
        YYCTYPE yych;
        static void *yyctable[3] = {
@@ -19,7 +19,7 @@ yyc_0:
        YYSETCONDITION(yycr1);
 #line 3 "condition_11.cg.re"
        { return NULL; }
-#line 19 "<stdout>"
+#line 19 "condition_11.cg.c"
 /* *********************************** */
 yyc_r1:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -38,24 +38,24 @@ yy7:
        ++YYCURSOR;
 #line 5 "condition_11.cg.re"
        { return "2"; }
-#line 38 "<stdout>"
+#line 38 "condition_11.cg.c"
 yy9:
        ++YYCURSOR;
 #line 4 "condition_11.cg.re"
        { return "1"; }
-#line 43 "<stdout>"
+#line 43 "condition_11.cg.c"
 yy11:
        ++YYCURSOR;
        YYSETCONDITION(yycr2);
 #line 6 "condition_11.cg.re"
        { return "a"; }
-#line 49 "<stdout>"
+#line 49 "condition_11.cg.c"
 yy13:
        ++YYCURSOR;
        YYSETCONDITION(yycr2);
 #line 7 "condition_11.cg.re"
        { return "b"; }
-#line 55 "<stdout>"
+#line 55 "condition_11.cg.c"
 /* *********************************** */
 yyc_r2:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -73,18 +73,18 @@ yy18:
        YYSETCONDITION(yycr1);
 #line 5 "condition_11.cg.re"
        { return "2"; }
-#line 73 "<stdout>"
+#line 73 "condition_11.cg.c"
 yy20:
        ++YYCURSOR;
        YYSETCONDITION(yycr1);
 #line 4 "condition_11.cg.re"
        { return "1"; }
-#line 79 "<stdout>"
+#line 79 "condition_11.cg.c"
 yy22:
        ++YYCURSOR;
 #line 7 "condition_11.cg.re"
        { return "b"; }
-#line 84 "<stdout>"
+#line 84 "condition_11.cg.c"
 }
 #line 9 "condition_11.cg.re"
 
index 305b05f676ffb6bbc5f9a2bdfaf29271d55264e3..fa338e1e171caa15e8bff1823203d65628f6f0eb 100644 (file)
@@ -5,7 +5,7 @@ re2c: warning: line 9: looks like you use hardcoded numbers instead of autogener
 /* Generated by re2c */
 #line 1 "condition_13.cg.re"
 
-#line 5 "<stdout>"
+#line 5 "condition_13.cg.c"
 {
        YYCTYPE yych;
        static void *yyctable[3] = {
index 6e42f587c097ee206f5df69662d5672855ce0747..7aed951e5a9ab525a2e8fc876771716464358e72 100644 (file)
@@ -8,7 +8,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 10 "<stdout>"
+#line 10 "condtype.c.c"
 {
        unsigned char yych;
        switch (YYGETCONDITION()) {
@@ -27,7 +27,7 @@ yy4:
        ++YYCURSOR;
 #line 9 "condtype.c.re"
        {}
-#line 29 "<stdout>"
+#line 29 "condtype.c.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -40,7 +40,7 @@ yy9:
        ++YYCURSOR;
 #line 10 "condtype.c.re"
        {}
-#line 42 "<stdout>"
+#line 42 "condtype.c.c"
 }
 #line 11 "condtype.c.re"
 
index f03cc4d3322c95dc9af18c1272510afcf175b2c3..1834baab53fc134d008af3d6f5c29e28d39f4432 100644 (file)
@@ -9,7 +9,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 10 "<stdout>"
+#line 10 "condtype.cg.c"
 {
        unsigned char yych;
        static void *yyctable[2] = {
@@ -25,7 +25,7 @@ yy4:
        ++YYCURSOR;
 #line 9 "condtype.cg.re"
        {}
-#line 26 "<stdout>"
+#line 26 "condtype.cg.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy9:
        ++YYCURSOR;
 #line 10 "condtype.cg.re"
        {}
-#line 35 "<stdout>"
+#line 35 "condtype.cg.c"
 }
 #line 11 "condtype.cg.re"
 
index 427c7cf8d22f5b94cef64a6ba24793876bfb9072..aee0d3ae1deed15fca2f26116b4d4f7b3cd82264 100644 (file)
@@ -8,7 +8,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 10 "<stdout>"
+#line 10 "condtype.cgtcondtype.cg.h.c"
 {
        unsigned char yych;
        static void *yyctable[2] = {
@@ -24,7 +24,7 @@ yy4:
        ++YYCURSOR;
 #line 9 "condtype.cgtcondtype.cg.h.re"
        {}
-#line 26 "<stdout>"
+#line 26 "condtype.cgtcondtype.cg.h.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -33,7 +33,7 @@ yy9:
        ++YYCURSOR;
 #line 10 "condtype.cgtcondtype.cg.h.re"
        {}
-#line 35 "<stdout>"
+#line 35 "condtype.cgtcondtype.cg.h.c"
 }
 #line 11 "condtype.cgtcondtype.cg.h.re"
 
index 919443cbdc9380848df14b774f7fafbdcd419910..5c6faaa0f544da155fca22200a76a85d05864908 100644 (file)
@@ -9,7 +9,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 10 "<stdout>"
+#line 10 "condtype.cs.c"
 {
        unsigned char yych;
        if (YYGETCONDITION() < 1) {
@@ -25,7 +25,7 @@ yy4:
        ++YYCURSOR;
 #line 9 "condtype.cs.re"
        {}
-#line 26 "<stdout>"
+#line 26 "condtype.cs.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy9:
        ++YYCURSOR;
 #line 10 "condtype.cs.re"
        {}
-#line 35 "<stdout>"
+#line 35 "condtype.cs.c"
 }
 #line 11 "condtype.cs.re"
 
index f2b7795d1678e1e022272ff8dbd1fe257b1a3d93..7d391a231a9921dbd3d9d2352b6eb1d2783109a5 100644 (file)
@@ -8,7 +8,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 10 "<stdout>"
+#line 10 "condtype.cstcondtype.cs.h.c"
 {
        unsigned char yych;
        if (YYGETCONDITION() < 1) {
@@ -24,7 +24,7 @@ yy4:
        ++YYCURSOR;
 #line 9 "condtype.cstcondtype.cs.h.re"
        {}
-#line 26 "<stdout>"
+#line 26 "condtype.cstcondtype.cs.h.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -33,7 +33,7 @@ yy9:
        ++YYCURSOR;
 #line 10 "condtype.cstcondtype.cs.h.re"
        {}
-#line 35 "<stdout>"
+#line 35 "condtype.cstcondtype.cs.h.c"
 }
 #line 11 "condtype.cstcondtype.cs.h.re"
 
index c4bb7e0c15b0fa1ed397cad8ace69d626b604e02..222f1a0bca07709a6fe034beb9702231e347c6ab 100644 (file)
@@ -8,7 +8,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 10 "<stdout>"
+#line 10 "condtype.ctcondtype.c.h.c"
 {
        unsigned char yych;
        switch (YYGETCONDITION()) {
@@ -27,7 +27,7 @@ yy4:
        ++YYCURSOR;
 #line 9 "condtype.ctcondtype.c.h.re"
        {}
-#line 29 "<stdout>"
+#line 29 "condtype.ctcondtype.c.h.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -40,7 +40,7 @@ yy9:
        ++YYCURSOR;
 #line 10 "condtype.ctcondtype.c.h.re"
        {}
-#line 42 "<stdout>"
+#line 42 "condtype.ctcondtype.c.h.c"
 }
 #line 11 "condtype.ctcondtype.c.h.re"
 
index 6d98baa2e18051b3ba5646b9c298707b1c9866c2..5e43f3f0b8f52f254be960ccc9f5ca243bead1c6 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 13: control flow in condition 'a' is undefined for strings t
 re2c: warning: line 13: control flow in condition 'b' is undefined for strings that match '[\x0-\x61\x63-\xFF]', use default rule '*' [-Wundefined-control-flow]
 /* Generated by re2c */
 #line 1 "condtype_decl.c.re"
-#line 4 "<stdout>"
+#line 4 "condtype_decl.c.c"
 
 enum YYCONDTYPE {
        yyca,
@@ -17,7 +17,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 19 "<stdout>"
+#line 19 "condtype_decl.c.c"
 {
        unsigned char yych;
        switch (YYGETCONDITION()) {
@@ -36,7 +36,7 @@ yy4:
        ++YYCURSOR;
 #line 11 "condtype_decl.c.re"
        {}
-#line 38 "<stdout>"
+#line 38 "condtype_decl.c.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -49,7 +49,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "condtype_decl.c.re"
        {}
-#line 51 "<stdout>"
+#line 51 "condtype_decl.c.c"
 }
 #line 13 "condtype_decl.c.re"
 
index 7bc8de3e9a30adb5b027c2e0c65c9ad5d1a738dc..ec4fbe75863e6ff9b04df5efae3805044b6cd846 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 13: control flow in condition 'a' is undefined for strings t
 re2c: warning: line 13: control flow in condition 'b' is undefined for strings that match '[\x0-\x61\x63-\xFF]', use default rule '*' [-Wundefined-control-flow]
 /* Generated by re2c */
 #line 1 "condtype_decl.cg.re"
-#line 4 "<stdout>"
+#line 4 "condtype_decl.cg.c"
 
 enum YYCONDTYPE {
        yyca,
@@ -17,7 +17,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 19 "<stdout>"
+#line 19 "condtype_decl.cg.c"
 {
        unsigned char yych;
        static void *yyctable[2] = {
@@ -33,7 +33,7 @@ yy4:
        ++YYCURSOR;
 #line 11 "condtype_decl.cg.re"
        {}
-#line 35 "<stdout>"
+#line 35 "condtype_decl.cg.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -42,7 +42,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "condtype_decl.cg.re"
        {}
-#line 44 "<stdout>"
+#line 44 "condtype_decl.cg.c"
 }
 #line 13 "condtype_decl.cg.re"
 
index a5159a93f4440e10cc5e216b67544cbade13911b..65c806589b0e25a1a9ed21a73d7d09debb73f261 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 13: control flow in condition 'a' is undefined for strings t
 re2c: warning: line 13: control flow in condition 'b' is undefined for strings that match '[\x0-\x61\x63-\xFF]', use default rule '*' [-Wundefined-control-flow]
 /* Generated by re2c */
 #line 1 "condtype_decl.cs.re"
-#line 4 "<stdout>"
+#line 4 "condtype_decl.cs.c"
 
 enum YYCONDTYPE {
        yyca,
@@ -17,7 +17,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 19 "<stdout>"
+#line 19 "condtype_decl.cs.c"
 {
        unsigned char yych;
        if (YYGETCONDITION() < 1) {
@@ -33,7 +33,7 @@ yy4:
        ++YYCURSOR;
 #line 11 "condtype_decl.cs.re"
        {}
-#line 35 "<stdout>"
+#line 35 "condtype_decl.cs.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -42,7 +42,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "condtype_decl.cs.re"
        {}
-#line 44 "<stdout>"
+#line 44 "condtype_decl.cs.c"
 }
 #line 13 "condtype_decl.cs.re"
 
index 377fdbc82adae35777b8ab715eabf796d9405111..0722dbd9737ee1ed78f26c6e7518e72aefde4b86 100644 (file)
@@ -10,7 +10,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 12 "<stdout>"
+#line 12 "condtype_forwdecl.cg.c"
 {
        unsigned char yych;
        static void *yyctable[2] = {
@@ -26,7 +26,7 @@ yy4:
        ++YYCURSOR;
 #line 12 "condtype_forwdecl.cg.re"
        {}
-#line 28 "<stdout>"
+#line 28 "condtype_forwdecl.cg.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -35,14 +35,14 @@ yy9:
        ++YYCURSOR;
 #line 13 "condtype_forwdecl.cg.re"
        {}
-#line 37 "<stdout>"
+#line 37 "condtype_forwdecl.cg.c"
 }
 #line 14 "condtype_forwdecl.cg.re"
 
        return 0;
 }
 
-#line 44 "<stdout>"
+#line 44 "condtype_forwdecl.cg.c"
 
 enum cond_t : int {
        yyca,
index 1e45991245413809965cb611032cfc0cf90643da..cc5f8503d55bf53b48fa49305ae9718ceaca274f 100644 (file)
@@ -10,7 +10,7 @@ int main ()
        char * YYCURSOR;
 #define YYGETCONDITION() cond
 
-#line 12 "<stdout>"
+#line 12 "condtype_forwdecl.cs.c"
 {
        unsigned char yych;
        if (YYGETCONDITION() < 1) {
@@ -26,7 +26,7 @@ yy4:
        ++YYCURSOR;
 #line 12 "condtype_forwdecl.cs.re"
        {}
-#line 28 "<stdout>"
+#line 28 "condtype_forwdecl.cs.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
@@ -35,14 +35,14 @@ yy9:
        ++YYCURSOR;
 #line 13 "condtype_forwdecl.cs.re"
        {}
-#line 37 "<stdout>"
+#line 37 "condtype_forwdecl.cs.c"
 }
 #line 14 "condtype_forwdecl.cs.re"
 
        return 0;
 }
 
-#line 44 "<stdout>"
+#line 44 "condtype_forwdecl.cs.c"
 
 enum cond_t : int {
        yyca,
index 080954ec784cb5be6fae14b50ddbfe6a693d01d7..c9a3fabee1114d8d91aba7d832b4e2443929a154 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow in condition 'a' is undefined for strings th
 /* Generated by re2c */
 #line 1 "condtype_single.c.re"
 
-#line 5 "<stdout>"
+#line 5 "condtype_single.c.c"
 {
        YYCTYPE yych;
        switch (YYGETCONDITION()) {
@@ -21,7 +21,7 @@ yy4:
        ++YYCURSOR;
 #line 2 "condtype_single.c.re"
        {}
-#line 24 "<stdout>"
+#line 24 "condtype_single.c.c"
 }
 #line 3 "condtype_single.c.re"
 
index f8167d9a2acb1bb50701d53605ceea53a0ead041..160be3435a49e4c5db6004e19c6f306622be2077 100644 (file)
@@ -3,7 +3,7 @@ re2c: warning: line 3: looks like you use hardcoded numbers instead of autogener
 /* Generated by re2c */
 #line 1 "condtype_single.cg.re"
 
-#line 5 "<stdout>"
+#line 5 "condtype_single.cg.c"
 {
        YYCTYPE yych;
        static void *yyctable[1] = {
@@ -19,7 +19,7 @@ yy4:
        ++YYCURSOR;
 #line 2 "condtype_single.cg.re"
        {}
-#line 21 "<stdout>"
+#line 21 "condtype_single.cg.c"
 }
 #line 3 "condtype_single.cg.re"
 
index e1d191b807220a4a3188c761b6150863c0951626..9a427579cef81958456e664d21f1a2394cdb74de 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow in condition 'a' is undefined for strings th
 /* Generated by re2c */
 #line 1 "condtype_single.cs.re"
 
-#line 5 "<stdout>"
+#line 5 "condtype_single.cs.c"
 {
        YYCTYPE yych;
        goto yyc_a;
@@ -15,7 +15,7 @@ yy4:
        ++YYCURSOR;
 #line 2 "condtype_single.cs.re"
        {}
-#line 18 "<stdout>"
+#line 18 "condtype_single.cs.c"
 }
 #line 3 "condtype_single.cs.re"
 
index a10216b37300e8c71ef31794ca1b1a7d6e256fe2..5261926d46534df850f91eafa8e74a000224dbaf 100644 (file)
@@ -21,7 +21,7 @@ int main ()
        for (;;)
        {
 
-#line 24 "<stdout>"
+#line 24 "condtype_yysetcondition.cg.c"
 {
        unsigned char yych;
        static void *yyctable[2] = {
@@ -36,20 +36,20 @@ yyc_a:
        ++YYCURSOR;
 #line 26 "condtype_yysetcondition.cg.re"
        { printf ("a\n");      continue; }
-#line 39 "<stdout>"
+#line 39 "condtype_yysetcondition.cg.c"
 yy5:
        ++YYCURSOR;
        YYSETCONDITION(yycb);
 #line 27 "condtype_yysetcondition.cg.re"
        { printf ("a => b\n"); continue; }
-#line 45 "<stdout>"
+#line 45 "condtype_yysetcondition.cg.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
        ++YYCURSOR;
 #line 24 "condtype_yysetcondition.cg.re"
        { printf ("b\n"); break; }
-#line 52 "<stdout>"
+#line 52 "condtype_yysetcondition.cg.c"
 }
 #line 28 "condtype_yysetcondition.cg.re"
 
index 569dbafe17af44bd64d00cfa1b234a3a4da4864c..07622a5efd50218b99c20c28a66cebe67f164252 100644 (file)
@@ -21,7 +21,7 @@ int main ()
        for (;;)
        {
 
-#line 24 "<stdout>"
+#line 24 "condtype_yysetcondition.cs.c"
 {
        unsigned char yych;
        if (YYGETCONDITION() < 1) {
@@ -36,20 +36,20 @@ yyc_a:
        ++YYCURSOR;
 #line 26 "condtype_yysetcondition.cs.re"
        { printf ("a\n");      continue; }
-#line 39 "<stdout>"
+#line 39 "condtype_yysetcondition.cs.c"
 yy5:
        ++YYCURSOR;
        YYSETCONDITION(yycb);
 #line 27 "condtype_yysetcondition.cs.re"
        { printf ("a => b\n"); continue; }
-#line 45 "<stdout>"
+#line 45 "condtype_yysetcondition.cs.c"
 /* *********************************** */
 yyc_b:
        yych = *YYCURSOR;
        ++YYCURSOR;
 #line 24 "condtype_yysetcondition.cs.re"
        { printf ("b\n"); break; }
-#line 52 "<stdout>"
+#line 52 "condtype_yysetcondition.cs.c"
 }
 #line 28 "condtype_yysetcondition.cs.re"
 
index fabcdb4f00e01b1cdbc7d67931253c79e74a9d18..76e36819172aa3adf6c73db4278dcab34c9b2f78 100644 (file)
@@ -11,7 +11,7 @@ char *scan0(char *p)
 {
        char *q;
 
-#line 15 "<stdout>"
+#line 15 "config1.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -36,12 +36,12 @@ yy2:
 yy3:
 #line 13 "config1.re"
        { return YYCURSOR; }
-#line 40 "<stdout>"
+#line 40 "config1.c"
 yy4:
        ++YYCURSOR;
 #line 14 "config1.re"
        { return NULL; }
-#line 45 "<stdout>"
+#line 45 "config1.c"
 yy6:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -69,7 +69,7 @@ char *scan1(char *p)
 {
        char *q;
 
-#line 73 "<stdout>"
+#line 73 "config1.c"
        {
                YYCTYPE yych;
                if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -94,12 +94,12 @@ yy10:
 yy11:
 #line 23 "config1.re"
                { return YYCURSOR; }
-#line 98 "<stdout>"
+#line 98 "config1.c"
 yy12:
                ++YYCURSOR;
 #line 24 "config1.re"
                { return NULL; }
-#line 103 "<stdout>"
+#line 103 "config1.c"
 yy14:
                ++YYCURSOR;
                if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -127,7 +127,7 @@ char *scan(char *p)
 {
        char *q;
 
-#line 131 "<stdout>"
+#line 131 "config1.c"
        {
                YYCTYPE yych;
                if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -152,12 +152,12 @@ yy18:
 yy19:
 #line 32 "config1.re"
                { return YYCURSOR; }
-#line 156 "<stdout>"
+#line 156 "config1.c"
 yy20:
                ++YYCURSOR;
 #line 33 "config1.re"
                { return NULL; }
-#line 161 "<stdout>"
+#line 161 "config1.c"
 yy22:
                ++YYCURSOR;
                if (YYLIMIT <= YYCURSOR) YYFILL(1);
index c24e91c7539354278307257968690231051769f0..4e679d95cc37fde645acf995dd491703516d6704 100644 (file)
Binary files a/re2c/test/config10.S.c and b/re2c/test/config10.S.c differ
index bb38b3eef0f083f5431ceaaebc205560b0b57954..63c77b264f56e6555431d2820e3e249cc65670b1 100644 (file)
@@ -42,7 +42,7 @@ std:
        s.tok = cursor;
 
 
-#line 46 "<stdout>"
+#line 46 "config10.c"
 {
        char curr;
        if ((s.lim - s.cur) < 3) fill();
@@ -86,7 +86,7 @@ xx3:
        {
                return UNEXPECTED;
        }
-#line 90 "<stdout>"
+#line 90 "config10.c"
 xx4:
        ++s.cur;
        curr = *s.cur;
@@ -94,7 +94,7 @@ xx4:
 xx5:
 #line 57 "config10.re"
        { return NUMBER;  }
-#line 98 "<stdout>"
+#line 98 "config10.c"
 xx6:
        ++s.cur;
 xx7:
@@ -105,7 +105,7 @@ xx7:
                cursor = s.cur;
                goto std;
        }
-#line 109 "<stdout>"
+#line 109 "config10.c"
 xx8:
        curr = *++s.cur;
        goto xx7;
@@ -151,7 +151,7 @@ xx14:
        s.cur = s.ctx;
 #line 56 "config10.re"
        { return KEYWORD; }
-#line 155 "<stdout>"
+#line 155 "config10.c"
 xx15:
        ++s.cur;
        switch ((curr = *s.cur)) {
@@ -171,7 +171,7 @@ xx16:
        s.cur = s.ctx;
 #line 55 "config10.re"
        { return KEYWORD; }
-#line 175 "<stdout>"
+#line 175 "config10.c"
 }
 #line 70 "config10.re"
 
index d74992a1c13ec991c92432c6e2330d71d5599b3f..884f8230b1ec9004065d8f538df752e7c30ac2fa 100644 (file)
@@ -11,7 +11,7 @@ char *scan0(char *p)
 {
        char *q;
 
-#line 15 "<stdout>"
+#line 15 "config2.s.c"
 {
    YYCTYPE yych;
    if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -27,27 +27,27 @@ char *scan0(char *p)
    ++YYCURSOR;
 #line 13 "config2.s.re"
    { return YYCURSOR; }
-#line 31 "<stdout>"
+#line 31 "config2.s.c"
 yy4:
    ++YYCURSOR;
 #line 14 "config2.s.re"
    { return YYCURSOR; }
-#line 36 "<stdout>"
+#line 36 "config2.s.c"
 yy6:
    ++YYCURSOR;
 #line 15 "config2.s.re"
    { return YYCURSOR; }
-#line 41 "<stdout>"
+#line 41 "config2.s.c"
 yy8:
    ++YYCURSOR;
 #line 16 "config2.s.re"
    { return YYCURSOR; }
-#line 46 "<stdout>"
+#line 46 "config2.s.c"
 yy10:
    ++YYCURSOR;
 #line 17 "config2.s.re"
    { return NULL; }
-#line 51 "<stdout>"
+#line 51 "config2.s.c"
 }
 #line 18 "config2.s.re"
 
@@ -57,7 +57,7 @@ char *scan1(char *p)
 {
        char *q;
 
-#line 61 "<stdout>"
+#line 61 "config2.s.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -73,27 +73,27 @@ char *scan1(char *p)
        ++YYCURSOR;
 #line 26 "config2.s.re"
        { return YYCURSOR; }
-#line 77 "<stdout>"
+#line 77 "config2.s.c"
 yy16:
        ++YYCURSOR;
 #line 27 "config2.s.re"
        { return YYCURSOR; }
-#line 82 "<stdout>"
+#line 82 "config2.s.c"
 yy18:
        ++YYCURSOR;
 #line 28 "config2.s.re"
        { return YYCURSOR; }
-#line 87 "<stdout>"
+#line 87 "config2.s.c"
 yy20:
        ++YYCURSOR;
 #line 29 "config2.s.re"
        { return YYCURSOR; }
-#line 92 "<stdout>"
+#line 92 "config2.s.c"
 yy22:
        ++YYCURSOR;
 #line 30 "config2.s.re"
        { return NULL; }
-#line 97 "<stdout>"
+#line 97 "config2.s.c"
 }
 #line 31 "config2.s.re"
 
@@ -103,7 +103,7 @@ char *scan(char *p)
 {
        char *q;
 
-#line 107 "<stdout>"
+#line 107 "config2.s.c"
 {
 YYCTYPE yych;
 if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -119,27 +119,27 @@ goto yy34;
 ++YYCURSOR;
 #line 39 "config2.s.re"
 { return YYCURSOR; }
-#line 123 "<stdout>"
+#line 123 "config2.s.c"
 yy28:
 ++YYCURSOR;
 #line 40 "config2.s.re"
 { return YYCURSOR; }
-#line 128 "<stdout>"
+#line 128 "config2.s.c"
 yy30:
 ++YYCURSOR;
 #line 41 "config2.s.re"
 { return YYCURSOR; }
-#line 133 "<stdout>"
+#line 133 "config2.s.c"
 yy32:
 ++YYCURSOR;
 #line 42 "config2.s.re"
 { return YYCURSOR; }
-#line 138 "<stdout>"
+#line 138 "config2.s.c"
 yy34:
 ++YYCURSOR;
 #line 43 "config2.s.re"
 { return NULL; }
-#line 143 "<stdout>"
+#line 143 "config2.s.c"
 }
 #line 44 "config2.s.re"
 
index 5f8ad9d1ae0331d556736d7785258634b48af40d..750752d9814f38d4087af9c89296e3fa5005a43e 100644 (file)
@@ -11,7 +11,7 @@ char *scan0(char *p)
 {
        char *q;
 
-#line 15 "<stdout>"
+#line 15 "config3.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -36,12 +36,12 @@ yy2:
 yy3:
 #line 13 "config3.re"
        { return YYCURSOR; }
-#line 40 "<stdout>"
+#line 40 "config3.c"
 yy4:
        ++YYCURSOR;
 #line 14 "config3.re"
        { return NULL; }
-#line 45 "<stdout>"
+#line 45 "config3.c"
 yy6:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -69,7 +69,7 @@ char *scan1(char *p)
 {
        char *q;
 
-#line 73 "<stdout>"
+#line 73 "config3.c"
 {
        YYCTYPE yych;
 yy8:
@@ -95,12 +95,12 @@ yy10:
 yy11:
 #line 23 "config3.re"
        { return YYCURSOR; }
-#line 99 "<stdout>"
+#line 99 "config3.c"
 yy12:
        ++YYCURSOR;
 #line 24 "config3.re"
        { return NULL; }
-#line 104 "<stdout>"
+#line 104 "config3.c"
 yy14:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -128,7 +128,7 @@ char *scan2(char *p)
 {
        char *q;
 
-#line 132 "<stdout>"
+#line 132 "config3.c"
 {
        YYCTYPE yych;
 startLabel:
@@ -154,12 +154,12 @@ yy18:
 yy19:
 #line 33 "config3.re"
        { return YYCURSOR; }
-#line 158 "<stdout>"
+#line 158 "config3.c"
 yy20:
        ++YYCURSOR;
 #line 34 "config3.re"
        { return NULL; }
-#line 163 "<stdout>"
+#line 163 "config3.c"
 yy22:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -187,7 +187,7 @@ char *scan(char *p)
 {
        char *q;
 
-#line 191 "<stdout>"
+#line 191 "config3.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -212,12 +212,12 @@ yy26:
 yy27:
 #line 43 "config3.re"
        { return YYCURSOR; }
-#line 216 "<stdout>"
+#line 216 "config3.c"
 yy28:
        ++YYCURSOR;
 #line 44 "config3.re"
        { return NULL; }
-#line 221 "<stdout>"
+#line 221 "config3.c"
 yy30:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 46aed7978ce5bd43750d116856b722532b5c9f30..c100d36885ee03236cf913ed022ccdf5c2790e3b 100644 (file)
@@ -11,7 +11,7 @@ char *scan(char *p)
 {
        char *q;
 
-#line 15 "<stdout>"
+#line 15 "config4a.f.c"
 
        switch (YYGETSTATE()) {
        default: goto yy0;
@@ -43,12 +43,12 @@ yy2:
 yy3:
 #line 13 "config4a.f.re"
        { return YYCURSOR; }
-#line 47 "<stdout>"
+#line 47 "config4a.f.c"
 yy4:
        ++YYCURSOR;
 #line 14 "config4a.f.re"
        { return NULL; }
-#line 52 "<stdout>"
+#line 52 "config4a.f.c"
 yy6:
        ++YYCURSOR;
        YYSETSTATE(1);
index 10f92d355151075f8e6262605b24cd4272047f79..09fe71e39e3aaaca4acc2ae7120437a1b293ce01 100644 (file)
@@ -11,7 +11,7 @@ char *scan(char *p)
 {
        char *q;
 
-#line 15 "<stdout>"
+#line 15 "config4b.f.c"
 
        switch (YYGETSTATE()) {
        default: abort();
@@ -44,12 +44,12 @@ yy2:
 yy3:
 #line 13 "config4b.f.re"
        { return YYCURSOR; }
-#line 48 "<stdout>"
+#line 48 "config4b.f.c"
 yy4:
        ++YYCURSOR;
 #line 14 "config4b.f.re"
        { return NULL; }
-#line 53 "<stdout>"
+#line 53 "config4b.f.c"
 yy6:
        ++YYCURSOR;
        YYSETSTATE(1);
index b1ccb4e7854cf8c58ab81b094a707c416dff2316..c4549efd1f2b6cf503a60e7ff7fd7416848a06a6 100644 (file)
@@ -11,7 +11,7 @@ char *scan(char *p)
 {
        char *q;
 
-#line 15 "<stdout>"
+#line 15 "config4c.f.c"
 
        switch (YYGETSTATE()) {
        default: goto yy0;
@@ -44,12 +44,12 @@ yy2:
 yy3:
 #line 14 "config4c.f.re"
        { return YYCURSOR; }
-#line 48 "<stdout>"
+#line 48 "config4c.f.c"
 yy4:
        ++YYCURSOR;
 #line 15 "config4c.f.re"
        { return NULL; }
-#line 53 "<stdout>"
+#line 53 "config4c.f.c"
 yy6:
        ++YYCURSOR;
        YYSETSTATE(1);
index 5158016b6c384a436d1a1f4a370bbe537b0085d7..1abdc606adce7c91321aa8d81917c732f3b83222 100644 (file)
@@ -11,7 +11,7 @@ char *scan(char *p)
 {
        char *q;
 
-#line 15 "<stdout>"
+#line 15 "config4d.f.c"
 
        switch (YYGETSTATE()) {
        default: goto yy0;
@@ -45,12 +45,12 @@ yy2:
 yy3:
 #line 15 "config4d.f.re"
        { return YYCURSOR; }
-#line 49 "<stdout>"
+#line 49 "config4d.f.c"
 yy4:
        ++YYCURSOR;
 #line 16 "config4d.f.re"
        { return NULL; }
-#line 54 "<stdout>"
+#line 54 "config4d.f.c"
 yy6:
        ++YYCURSOR;
        YYSETSTATE(1);
index 6ff7afbd01332f9620dd8ad121f4e145c735c96a..fe0af9640263cf5d280fe92b1e430dc1021737b7 100644 (file)
@@ -11,7 +11,7 @@ char *scan(char *p)
 {
        char *q;
 
-#line 15 "<stdout>"
+#line 15 "config4e.f.c"
 
        switch (YYGETSTATE()) {
        default: goto yy0;
@@ -44,12 +44,12 @@ yy2:
 yy3:
 #line 15 "config4e.f.re"
        { return YYCURSOR; }
-#line 48 "<stdout>"
+#line 48 "config4e.f.c"
 yy4:
        ++YYCURSOR;
 #line 16 "config4e.f.re"
        { return NULL; }
-#line 53 "<stdout>"
+#line 53 "config4e.f.c"
 yy6:
        ++YYCURSOR;
        YYSETSTATE(1);
index 6b3a1acb5487b07339b859b55d8aef7a8c660fe9..97ffca22a2682245ad1e04297d480a1b50202f67 100644 (file)
@@ -21,7 +21,7 @@ char *scan(char *p)
        // after getstate
 
 
-#line 25 "<stdout>"
+#line 25 "config4f.f.c"
 
 yy0:
        YYSETSTATE(0);
@@ -48,12 +48,12 @@ yy2:
 yy3:
 #line 21 "config4f.f.re"
        { return YYCURSOR; }
-#line 52 "<stdout>"
+#line 52 "config4f.f.c"
 yy4:
        ++YYCURSOR;
 #line 22 "config4f.f.re"
        { return NULL; }
-#line 57 "<stdout>"
+#line 57 "config4f.f.c"
 yy6:
        ++YYCURSOR;
        YYSETSTATE(1);
index cc0a165b03a34fff14d1354ed4cde84701058c5b..ec9da6506ac2d624fbb76105e006ced24305c80b 100644 (file)
@@ -4,7 +4,7 @@
 #line 7 "config5.re"
 // code
 
-#line 8 "<stdout>"
+#line 8 "config5.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 11 "config5.re"
        { return 0; }
-#line 26 "<stdout>"
+#line 26 "config5.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -54,7 +54,7 @@ yy10:
        ++YYCURSOR;
 #line 10 "config5.re"
        { return 1; }
-#line 58 "<stdout>"
+#line 58 "config5.c"
 }
 #line 13 "config5.re"
 
index 60c5a85c9b0bb9b5a3f6096157746db035d50980..a9708f74490e69a3dab0b704ab1ae5ea36c02382 100644 (file)
@@ -14,7 +14,7 @@ int scan(char *s)
        for(;;)
        {
 
-#line 18 "<stdout>"
+#line 18 "config6.c"
                {
                        YYCTYPE yych;
                        yych = *YYCURSOR;
@@ -52,7 +52,7 @@ yy2:
 yy3:
 #line 20 "config6.re"
                        { printf("Num\n");      continue; }
-#line 56 "<stdout>"
+#line 56 "config6.c"
 yy4:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
@@ -60,27 +60,27 @@ yy4:
 yy5:
 #line 19 "config6.re"
                        { printf("Num\n");      continue; }
-#line 64 "<stdout>"
+#line 64 "config6.c"
 yy6:
                        ++YYCURSOR;
 #line 21 "config6.re"
                        { printf("+\n");        continue; }
-#line 69 "<stdout>"
+#line 69 "config6.c"
 yy8:
                        ++YYCURSOR;
 #line 22 "config6.re"
                        { printf("-\n");        continue; }
-#line 74 "<stdout>"
+#line 74 "config6.c"
 yy10:
                        ++YYCURSOR;
 #line 23 "config6.re"
                        { printf("EOF\n");      return 0; }
-#line 79 "<stdout>"
+#line 79 "config6.c"
 yy12:
                        ++YYCURSOR;
 #line 24 "config6.re"
                        { printf("ERR\n");      return 1; }
-#line 84 "<stdout>"
+#line 84 "config6.c"
 yy14:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
@@ -117,7 +117,7 @@ yy16:
 yy18:
 #line 18 "config6.re"
                        { printf("Oct\n");      continue; }
-#line 121 "<stdout>"
+#line 121 "config6.c"
                }
 #line 25 "config6.re"
 
index 5d055cf714adc4ab6e74ac02bb32204e9966c06a..42ba44158773450806f78d8cf42da5518bd1a4ff 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "config7a.g.re"
 
-#line 5 "<stdout>"
+#line 5 "config7a.g.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -18,12 +18,12 @@ yy2:
        ++YYCURSOR;
 #line 10 "config7a.g.re"
        { return 1; }
-#line 22 "<stdout>"
+#line 22 "config7a.g.c"
 yy4:
        ++YYCURSOR;
 #line 12 "config7a.g.re"
        { return -1; }
-#line 27 "<stdout>"
+#line 27 "config7a.g.c"
 }
 #line 14 "config7a.g.re"
 
index 2e60ec8171fc194bb26e9344c75446e0870f9468..be7108ad24e136ab8ba92c61d396f59295fdff54 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "config7b.g.re"
 
-#line 5 "<stdout>"
+#line 5 "config7b.g.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -47,12 +47,12 @@ yy2:
        ++YYCURSOR;
 #line 10 "config7b.g.re"
        { return 1; }
-#line 51 "<stdout>"
+#line 51 "config7b.g.c"
 yy4:
        ++YYCURSOR;
 #line 12 "config7b.g.re"
        { return -1; }
-#line 56 "<stdout>"
+#line 56 "config7b.g.c"
 }
 #line 14 "config7b.g.re"
 
index b767e07ecc6d3bd8069e80ab09d44b9aae8fa377..2d95b0055bcb10af7f78a2b78830ce2366fd4ec9 100644 (file)
@@ -42,7 +42,7 @@ std:
        s.tok = cursor;
 
 
-#line 46 "<stdout>"
+#line 46 "config8.c"
 {
        char curr;
        if ((s.lim - s.cur) < 3) fill(3);
@@ -86,7 +86,7 @@ xx3:
        {
                return UNEXPECTED;
        }
-#line 90 "<stdout>"
+#line 90 "config8.c"
 xx4:
        ++s.cur;
        curr = *s.cur;
@@ -94,7 +94,7 @@ xx4:
 xx5:
 #line 56 "config8.re"
        { return NUMBER;  }
-#line 98 "<stdout>"
+#line 98 "config8.c"
 xx6:
        ++s.cur;
 xx7:
@@ -105,7 +105,7 @@ xx7:
                cursor = s.cur;
                goto std;
        }
-#line 109 "<stdout>"
+#line 109 "config8.c"
 xx8:
        curr = *++s.cur;
        goto xx7;
@@ -151,7 +151,7 @@ xx14:
        s.cur = s.ctx;
 #line 55 "config8.re"
        { return KEYWORD; }
-#line 155 "<stdout>"
+#line 155 "config8.c"
 xx15:
        ++s.cur;
        switch ((curr = *s.cur)) {
@@ -171,7 +171,7 @@ xx16:
        s.cur = s.ctx;
 #line 54 "config8.re"
        { return KEYWORD; }
-#line 175 "<stdout>"
+#line 175 "config8.c"
 }
 #line 69 "config8.re"
 
index f7180dadef190fe11f06b6455ac6fefb21091f89..f381a1addf42c08bdf756342e672ae5ea1a2d573 100644 (file)
@@ -42,7 +42,7 @@ std:
        s.tok = cursor;
 
 
-#line 46 "<stdout>"
+#line 46 "config9.b.c"
 {
        unsigned char curr;
        static const unsigned char yybm[] = {
@@ -109,7 +109,7 @@ xx3:
        {
                return UNEXPECTED;
        }
-#line 113 "<stdout>"
+#line 113 "config9.b.c"
 xx4:
        ++s.cur;
        curr = (unsigned char)*s.cur;
@@ -117,7 +117,7 @@ xx4:
 xx5:
 #line 58 "config9.b.re"
        { return NUMBER;  }
-#line 121 "<stdout>"
+#line 121 "config9.b.c"
 xx6:
        ++s.cur;
 xx7:
@@ -128,7 +128,7 @@ xx7:
                cursor = s.cur;
                goto std;
        }
-#line 132 "<stdout>"
+#line 132 "config9.b.c"
 xx8:
        curr = (unsigned char)*++s.cur;
        goto xx7;
@@ -154,7 +154,7 @@ xx14:
        s.cur = s.ctx;
 #line 57 "config9.b.re"
        { return KEYWORD; }
-#line 158 "<stdout>"
+#line 158 "config9.b.c"
 xx15:
        ++s.cur;
        if ((curr = (unsigned char)*s.cur) <= '/') goto xx16;
@@ -163,7 +163,7 @@ xx16:
        s.cur = s.ctx;
 #line 56 "config9.b.re"
        { return KEYWORD; }
-#line 167 "<stdout>"
+#line 167 "config9.b.c"
 }
 #line 71 "config9.b.re"
 
index 50541d1e7f1323d1eede68c6162a5c1e982a93de..e0e4e495265786232d1971a7630bfeea0a3472c5 100644 (file)
Binary files a/re2c/test/control_flow_fail.S.c and b/re2c/test/control_flow_fail.S.c differ
index a974a32c9bea712a035047adf38966c8add9f8c4..ee494d2fd9b347aee22d023dbca55c63f18e5a40 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 6: control flow is undefined for strings that match '[\x0-\x
 /* Generated by re2c */
 #line 1 "control_flow_fail.re"
 
-#line 5 "<stdout>"
+#line 5 "control_flow_fail.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -21,7 +21,7 @@ yy3:
 yy4:
 #line 4 "control_flow_fail.re"
        { action2 }
-#line 24 "<stdout>"
+#line 24 "control_flow_fail.c"
 yy5:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -33,7 +33,7 @@ yy7:
        ++YYCURSOR;
 #line 3 "control_flow_fail.re"
        { action1 }
-#line 36 "<stdout>"
+#line 36 "control_flow_fail.c"
 }
 #line 6 "control_flow_fail.re"
 
index 5b1ad5f09f49c26652d7dae2aefb26eb9130ffb4..323ff01e6463a51c89e0f2a6733fc2def7ca27a0 100644 (file)
Binary files a/re2c/test/control_flow_ok.S.c and b/re2c/test/control_flow_ok.S.c differ
index 81a6b128dab5fd8f3b1982a1049d591ed99a0cc4..7b7d24dffc74a97baf74db9bcc9db3bf519ad12a 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "control_flow_ok.re"
 
-#line 5 "<stdout>"
+#line 5 "control_flow_ok.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
 yy4:
 #line 4 "control_flow_ok.re"
        { action2 }
-#line 19 "<stdout>"
+#line 19 "control_flow_ok.c"
 yy5:
        ++YYCURSOR;
 #line 3 "control_flow_ok.re"
        { action1 }
-#line 24 "<stdout>"
+#line 24 "control_flow_ok.c"
 }
 #line 6 "control_flow_ok.re"
 
index 7d264ec70a4307d23fd7c62e4204c9d006666d6a..4aec75a0018a6ac2411b41e273a11203f8b50c39 100644 (file)
Binary files a/re2c/test/control_flow_yymarker_fail.S.c and b/re2c/test/control_flow_yymarker_fail.S.c differ
index fce4e4c13d7ee299dd47ae641e0b362c50fcc11a..4a612467feb05807f8c2e9bbd354cff2e977ea97 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 6: control flow is undefined for strings that match '[\x0-\x
 /* Generated by re2c */
 #line 1 "control_flow_yymarker_fail.re"
 
-#line 5 "<stdout>"
+#line 5 "control_flow_yymarker_fail.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -18,7 +18,7 @@ yy3:
 yy4:
 #line 4 "control_flow_yymarker_fail.re"
        { action2 }
-#line 21 "<stdout>"
+#line 21 "control_flow_yymarker_fail.c"
 yy5:
        yych = *++YYCURSOR;
 yy6:
@@ -34,7 +34,7 @@ yy8:
        ++YYCURSOR;
 #line 3 "control_flow_yymarker_fail.re"
        { action1 }
-#line 37 "<stdout>"
+#line 37 "control_flow_yymarker_fail.c"
 }
 #line 6 "control_flow_yymarker_fail.re"
 
index 7f20da27aa74b58a2647cdb322b5616668c0360d..ab5c266f84dcebf08d7717bd13882a5821d373db 100644 (file)
Binary files a/re2c/test/control_flow_yymarker_ok.S.c and b/re2c/test/control_flow_yymarker_ok.S.c differ
index a5b0697a85989ffbbb9646cb7c0abf33dd2b611d..02eced950e47ff8f246fccec40238a5a8d51006b 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "control_flow_yymarker_ok.re"
 
-#line 5 "<stdout>"
+#line 5 "control_flow_yymarker_ok.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -12,7 +12,7 @@
 yy4:
 #line 4 "control_flow_yymarker_ok.re"
        { action2 }
-#line 16 "<stdout>"
+#line 16 "control_flow_yymarker_ok.c"
 yy5:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -26,7 +26,7 @@ yy7:
        ++YYCURSOR;
 #line 3 "control_flow_yymarker_ok.re"
        { action1 }
-#line 30 "<stdout>"
+#line 30 "control_flow_yymarker_ok.c"
 }
 #line 6 "control_flow_yymarker_ok.re"
 
index 63a8a6c3c405f1216ac83a3ca59c3a7f4d9ddf90..1f7262e30ad2fb140d2420aa2de275ca35fd0057 100644 (file)
Binary files a/re2c/test/control_flow_yymarker_yyaccept_fail.S.c and b/re2c/test/control_flow_yymarker_yyaccept_fail.S.c differ
index fa6db61f52a241ba0d3a6558dda60abe4a07af33..aa0ff3973b997761597198da4708065fad2e15d8 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 7: control flow is undefined for strings that match '[\x0-\x
 /* Generated by re2c */
 #line 1 "control_flow_yymarker_yyaccept_fail.re"
 
-#line 5 "<stdout>"
+#line 5 "control_flow_yymarker_yyaccept_fail.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -20,7 +20,7 @@ yy3:
 yy4:
 #line 5 "control_flow_yymarker_yyaccept_fail.re"
        { action3 }
-#line 23 "<stdout>"
+#line 23 "control_flow_yymarker_yyaccept_fail.c"
 yy5:
        yych = *++YYCURSOR;
 yy6:
@@ -36,7 +36,7 @@ yy7:
 yy8:
 #line 4 "control_flow_yymarker_yyaccept_fail.re"
        { action2 }
-#line 39 "<stdout>"
+#line 39 "control_flow_yymarker_yyaccept_fail.c"
 yy9:
        yych = *++YYCURSOR;
 yy10:
@@ -56,7 +56,7 @@ yy12:
        ++YYCURSOR;
 #line 3 "control_flow_yymarker_yyaccept_fail.re"
        { action1 }
-#line 59 "<stdout>"
+#line 59 "control_flow_yymarker_yyaccept_fail.c"
 }
 #line 7 "control_flow_yymarker_yyaccept_fail.re"
 
index 62477e1c72cc4b1b45c0e83bd9a767eaa979aa55..f4e01a02d726542197e826000e015a2489580fb6 100644 (file)
Binary files a/re2c/test/control_flow_yymarker_yyaccept_ok.S.c and b/re2c/test/control_flow_yymarker_yyaccept_ok.S.c differ
index 174c663ee13f8f269e9626e009295c9250563cbd..13f0dd81724e870fe5e54d3b1c4fc52bd8f926ba 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "control_flow_yymarker_yyaccept_ok.re"
 
-#line 5 "<stdout>"
+#line 5 "control_flow_yymarker_yyaccept_ok.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -14,7 +14,7 @@
 yy4:
 #line 5 "control_flow_yymarker_yyaccept_ok.re"
        { action3 }
-#line 18 "<stdout>"
+#line 18 "control_flow_yymarker_yyaccept_ok.c"
 yy5:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -28,7 +28,7 @@ yy6:
 yy7:
 #line 4 "control_flow_yymarker_yyaccept_ok.re"
        { action2 }
-#line 32 "<stdout>"
+#line 32 "control_flow_yymarker_yyaccept_ok.c"
 yy8:
        yych = *++YYCURSOR;
 yy9:
@@ -48,7 +48,7 @@ yy11:
        ++YYCURSOR;
 #line 3 "control_flow_yymarker_yyaccept_ok.re"
        { action1 }
-#line 52 "<stdout>"
+#line 52 "control_flow_yymarker_yyaccept_ok.c"
 }
 #line 7 "control_flow_yymarker_yyaccept_ok.re"
 
index a00b1ac9798db245373f05890914fb5b46f91b01..e5a3633e86dee0154bfc77a99c115f34582127b1 100644 (file)
Binary files a/re2c/test/ctx.S.c and b/re2c/test/ctx.S.c differ
index ac820bb9aa85d05ed27e72b1869ab00c81d3a25f..08a50810630f1829fd1027257a48563c03c3c356 100644 (file)
@@ -46,7 +46,7 @@ std:
        s.tok = cursor;
 
 
-#line 50 "<stdout>"
+#line 50 "ctx.b.c"
 {
        YYCTYPE yych;
        static const unsigned char yybm[] = {
@@ -113,7 +113,7 @@ yy3:
        {
                return UNEXPECTED;
        }
-#line 117 "<stdout>"
+#line 117 "ctx.b.c"
 yy4:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -121,7 +121,7 @@ yy4:
 yy5:
 #line 50 "ctx.b.re"
        { return NUMBER;  }
-#line 125 "<stdout>"
+#line 125 "ctx.b.c"
 yy6:
        ++YYCURSOR;
 yy7:
@@ -132,7 +132,7 @@ yy7:
                cursor = s.cur;
                goto std;
        }
-#line 136 "<stdout>"
+#line 136 "ctx.b.c"
 yy8:
        yych = *++YYCURSOR;
        goto yy7;
@@ -158,7 +158,7 @@ yy14:
        YYCURSOR = YYCTXMARKER;
 #line 49 "ctx.b.re"
        { return KEYWORD; }
-#line 162 "<stdout>"
+#line 162 "ctx.b.c"
 yy15:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= '/') goto yy16;
@@ -167,7 +167,7 @@ yy16:
        YYCURSOR = YYCTXMARKER;
 #line 48 "ctx.b.re"
        { return KEYWORD; }
-#line 171 "<stdout>"
+#line 171 "ctx.b.c"
 }
 #line 63 "ctx.b.re"
 
index bdbae3c936a29c2516d7f6fbc655ad6bcaad9df8..198d5aa09fe52cd3ec03aa58b68ce895dc46fe29 100644 (file)
@@ -46,7 +46,7 @@ std:
        s.tok = cursor;
 
 
-#line 50 "<stdout>"
+#line 50 "ctx.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -90,7 +90,7 @@ yy3:
        {
                return UNEXPECTED;
        }
-#line 94 "<stdout>"
+#line 94 "ctx.c"
 yy4:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -98,7 +98,7 @@ yy4:
 yy5:
 #line 50 "ctx.re"
        { return NUMBER;  }
-#line 102 "<stdout>"
+#line 102 "ctx.c"
 yy6:
        ++YYCURSOR;
 yy7:
@@ -109,7 +109,7 @@ yy7:
                cursor = s.cur;
                goto std;
        }
-#line 113 "<stdout>"
+#line 113 "ctx.c"
 yy8:
        yych = *++YYCURSOR;
        goto yy7;
@@ -155,7 +155,7 @@ yy14:
        YYCURSOR = YYCTXMARKER;
 #line 49 "ctx.re"
        { return KEYWORD; }
-#line 159 "<stdout>"
+#line 159 "ctx.c"
 yy15:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -175,7 +175,7 @@ yy16:
        YYCURSOR = YYCTXMARKER;
 #line 48 "ctx.re"
        { return KEYWORD; }
-#line 179 "<stdout>"
+#line 179 "ctx.c"
 }
 #line 63 "ctx.re"
 
index f9ab9309783f980bb7b15327c555cf1f4e192720..d2798d4468e29d167a2d97f41e9ad63686c4c282 100644 (file)
@@ -46,7 +46,7 @@ std:
        s.tok = cursor;
 
 
-#line 50 "<stdout>"
+#line 50 "ctx.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -79,7 +79,7 @@ yy3:
        {
                return UNEXPECTED;
        }
-#line 83 "<stdout>"
+#line 83 "ctx.s.c"
 yy4:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -87,7 +87,7 @@ yy4:
 yy5:
 #line 50 "ctx.s.re"
        { return NUMBER;  }
-#line 91 "<stdout>"
+#line 91 "ctx.s.c"
 yy6:
        ++YYCURSOR;
 yy7:
@@ -98,7 +98,7 @@ yy7:
                cursor = s.cur;
                goto std;
        }
-#line 102 "<stdout>"
+#line 102 "ctx.s.c"
 yy8:
        yych = *++YYCURSOR;
        goto yy7;
@@ -123,7 +123,7 @@ yy14:
        YYCURSOR = YYCTXMARKER;
 #line 49 "ctx.s.re"
        { return KEYWORD; }
-#line 127 "<stdout>"
+#line 127 "ctx.s.c"
 yy15:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= '/') goto yy16;
@@ -132,7 +132,7 @@ yy16:
        YYCURSOR = YYCTXMARKER;
 #line 48 "ctx.s.re"
        { return KEYWORD; }
-#line 136 "<stdout>"
+#line 136 "ctx.s.c"
 }
 #line 63 "ctx.s.re"
 
index 6cda0e54565ab46b46a1d87ed37bb6d9064d6e87..4630141750da2c1d57e00a593805740516bb27dd 100644 (file)
@@ -126,7 +126,7 @@ std:
 
 
 
-#line 130 "<stdout>"
+#line 130 "cunroll.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -239,7 +239,7 @@ yy2:
 yy3:
 #line 200 "cunroll.re"
        { RET('/'); }
-#line 243 "<stdout>"
+#line 243 "cunroll.c"
 yy4:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -311,7 +311,7 @@ yy4:
 yy5:
 #line 141 "cunroll.re"
        { RET(ID); }
-#line 315 "<stdout>"
+#line 315 "cunroll.c"
 yy6:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -327,7 +327,7 @@ yy6:
 yy7:
 #line 153 "cunroll.re"
        { RET(ICON); }
-#line 331 "<stdout>"
+#line 331 "cunroll.c"
 yy8:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -345,7 +345,7 @@ yy10:
                printf("unexpected character: %c\n", *s->tok);
                goto std;
            }
-#line 349 "<stdout>"
+#line 349 "cunroll.c"
 yy11:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -366,7 +366,7 @@ yy11:
 yy12:
 #line 193 "cunroll.re"
        { RET('.'); }
-#line 370 "<stdout>"
+#line 370 "cunroll.c"
 yy13:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -384,7 +384,7 @@ yy14:
 yy15:
 #line 203 "cunroll.re"
        { RET('>'); }
-#line 388 "<stdout>"
+#line 388 "cunroll.c"
 yy16:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -395,7 +395,7 @@ yy16:
 yy17:
 #line 202 "cunroll.re"
        { RET('<'); }
-#line 399 "<stdout>"
+#line 399 "cunroll.c"
 yy18:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -406,7 +406,7 @@ yy18:
 yy19:
 #line 198 "cunroll.re"
        { RET('+'); }
-#line 410 "<stdout>"
+#line 410 "cunroll.c"
 yy20:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -418,7 +418,7 @@ yy20:
 yy21:
 #line 197 "cunroll.re"
        { RET('-'); }
-#line 422 "<stdout>"
+#line 422 "cunroll.c"
 yy22:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -428,7 +428,7 @@ yy22:
 yy23:
 #line 199 "cunroll.re"
        { RET('*'); }
-#line 432 "<stdout>"
+#line 432 "cunroll.c"
 yy24:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -438,7 +438,7 @@ yy24:
 yy25:
 #line 201 "cunroll.re"
        { RET('%'); }
-#line 442 "<stdout>"
+#line 442 "cunroll.c"
 yy26:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -449,7 +449,7 @@ yy26:
 yy27:
 #line 194 "cunroll.re"
        { RET('&'); }
-#line 453 "<stdout>"
+#line 453 "cunroll.c"
 yy28:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -459,7 +459,7 @@ yy28:
 yy29:
 #line 204 "cunroll.re"
        { RET('^'); }
-#line 463 "<stdout>"
+#line 463 "cunroll.c"
 yy30:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -470,7 +470,7 @@ yy30:
 yy31:
 #line 205 "cunroll.re"
        { RET('|'); }
-#line 474 "<stdout>"
+#line 474 "cunroll.c"
 yy32:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -480,7 +480,7 @@ yy32:
 yy33:
 #line 188 "cunroll.re"
        { RET('='); }
-#line 484 "<stdout>"
+#line 484 "cunroll.c"
 yy34:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -490,62 +490,62 @@ yy34:
 yy35:
 #line 195 "cunroll.re"
        { RET('!'); }
-#line 494 "<stdout>"
+#line 494 "cunroll.c"
 yy36:
        ++YYCURSOR;
 #line 183 "cunroll.re"
        { RET(';'); }
-#line 499 "<stdout>"
+#line 499 "cunroll.c"
 yy38:
        ++YYCURSOR;
 #line 184 "cunroll.re"
        { RET('{'); }
-#line 504 "<stdout>"
+#line 504 "cunroll.c"
 yy40:
        ++YYCURSOR;
 #line 185 "cunroll.re"
        { RET('}'); }
-#line 509 "<stdout>"
+#line 509 "cunroll.c"
 yy42:
        ++YYCURSOR;
 #line 186 "cunroll.re"
        { RET(','); }
-#line 514 "<stdout>"
+#line 514 "cunroll.c"
 yy44:
        ++YYCURSOR;
 #line 187 "cunroll.re"
        { RET(':'); }
-#line 519 "<stdout>"
+#line 519 "cunroll.c"
 yy46:
        ++YYCURSOR;
 #line 189 "cunroll.re"
        { RET('('); }
-#line 524 "<stdout>"
+#line 524 "cunroll.c"
 yy48:
        ++YYCURSOR;
 #line 190 "cunroll.re"
        { RET(')'); }
-#line 529 "<stdout>"
+#line 529 "cunroll.c"
 yy50:
        ++YYCURSOR;
 #line 191 "cunroll.re"
        { RET('['); }
-#line 534 "<stdout>"
+#line 534 "cunroll.c"
 yy52:
        ++YYCURSOR;
 #line 192 "cunroll.re"
        { RET(']'); }
-#line 539 "<stdout>"
+#line 539 "cunroll.c"
 yy54:
        ++YYCURSOR;
 #line 196 "cunroll.re"
        { RET('~'); }
-#line 544 "<stdout>"
+#line 544 "cunroll.c"
 yy56:
        ++YYCURSOR;
 #line 206 "cunroll.re"
        { RET('?'); }
-#line 549 "<stdout>"
+#line 549 "cunroll.c"
 yy58:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -553,7 +553,7 @@ yy58:
 yy59:
 #line 209 "cunroll.re"
        { goto std; }
-#line 557 "<stdout>"
+#line 557 "cunroll.c"
 yy60:
        ++YYCURSOR;
 #line 212 "cunroll.re"
@@ -562,7 +562,7 @@ yy60:
                s->pos = cursor; s->line++;
                goto std;
            }
-#line 566 "<stdout>"
+#line 566 "cunroll.c"
 yy62:
        yych = *++YYCURSOR;
        goto yy10;
@@ -582,77 +582,77 @@ yy65:
        ++YYCURSOR;
 #line 182 "cunroll.re"
        { RET(NEQ); }
-#line 586 "<stdout>"
+#line 586 "cunroll.c"
 yy67:
        ++YYCURSOR;
 #line 181 "cunroll.re"
        { RET(EQL); }
-#line 591 "<stdout>"
+#line 591 "cunroll.c"
 yy69:
        ++YYCURSOR;
 #line 178 "cunroll.re"
        { RET(OROR); }
-#line 596 "<stdout>"
+#line 596 "cunroll.c"
 yy71:
        ++YYCURSOR;
 #line 171 "cunroll.re"
        { RET(OREQ); }
-#line 601 "<stdout>"
+#line 601 "cunroll.c"
 yy73:
        ++YYCURSOR;
 #line 170 "cunroll.re"
        { RET(XOREQ); }
-#line 606 "<stdout>"
+#line 606 "cunroll.c"
 yy75:
        ++YYCURSOR;
 #line 177 "cunroll.re"
        { RET(ANDAND); }
-#line 611 "<stdout>"
+#line 611 "cunroll.c"
 yy77:
        ++YYCURSOR;
 #line 169 "cunroll.re"
        { RET(ANDEQ); }
-#line 616 "<stdout>"
+#line 616 "cunroll.c"
 yy79:
        ++YYCURSOR;
 #line 168 "cunroll.re"
        { RET(MODEQ); }
-#line 621 "<stdout>"
+#line 621 "cunroll.c"
 yy81:
        ++YYCURSOR;
 #line 166 "cunroll.re"
        { RET(MULEQ); }
-#line 626 "<stdout>"
+#line 626 "cunroll.c"
 yy83:
        ++YYCURSOR;
 #line 176 "cunroll.re"
        { RET(DEREF); }
-#line 631 "<stdout>"
+#line 631 "cunroll.c"
 yy85:
        ++YYCURSOR;
 #line 175 "cunroll.re"
        { RET(DECR); }
-#line 636 "<stdout>"
+#line 636 "cunroll.c"
 yy87:
        ++YYCURSOR;
 #line 165 "cunroll.re"
        { RET(SUBEQ); }
-#line 641 "<stdout>"
+#line 641 "cunroll.c"
 yy89:
        ++YYCURSOR;
 #line 174 "cunroll.re"
        { RET(INCR); }
-#line 646 "<stdout>"
+#line 646 "cunroll.c"
 yy91:
        ++YYCURSOR;
 #line 164 "cunroll.re"
        { RET(ADDEQ); }
-#line 651 "<stdout>"
+#line 651 "cunroll.c"
 yy93:
        ++YYCURSOR;
 #line 179 "cunroll.re"
        { RET(LEQ); }
-#line 656 "<stdout>"
+#line 656 "cunroll.c"
 yy95:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -662,17 +662,17 @@ yy95:
 yy96:
 #line 173 "cunroll.re"
        { RET(LSHIFT); }
-#line 666 "<stdout>"
+#line 666 "cunroll.c"
 yy97:
        ++YYCURSOR;
 #line 163 "cunroll.re"
        { RET(LSHIFTEQ); }
-#line 671 "<stdout>"
+#line 671 "cunroll.c"
 yy99:
        ++YYCURSOR;
 #line 180 "cunroll.re"
        { RET(GEQ); }
-#line 676 "<stdout>"
+#line 676 "cunroll.c"
 yy101:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -682,12 +682,12 @@ yy101:
 yy102:
 #line 172 "cunroll.re"
        { RET(RSHIFT); }
-#line 686 "<stdout>"
+#line 686 "cunroll.c"
 yy103:
        ++YYCURSOR;
 #line 162 "cunroll.re"
        { RET(RSHIFTEQ); }
-#line 691 "<stdout>"
+#line 691 "cunroll.c"
 yy105:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -738,7 +738,7 @@ yy109:
        ++YYCURSOR;
 #line 159 "cunroll.re"
        { RET(SCON); }
-#line 742 "<stdout>"
+#line 742 "cunroll.c"
 yy111:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -851,7 +851,7 @@ yy117:
 yy119:
 #line 156 "cunroll.re"
        { RET(FCON); }
-#line 855 "<stdout>"
+#line 855 "cunroll.c"
 yy120:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -912,7 +912,7 @@ yy125:
        ++YYCURSOR;
 #line 161 "cunroll.re"
        { RET(ELLIPSIS); }
-#line 916 "<stdout>"
+#line 916 "cunroll.c"
 yy127:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1441,7 +1441,7 @@ yy164:
 yy165:
 #line 142 "cunroll.re"
        { RET(ID); }
-#line 1445 "<stdout>"
+#line 1445 "cunroll.c"
 yy166:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1513,7 +1513,7 @@ yy166:
 yy167:
 #line 143 "cunroll.re"
        { RET(ID); }
-#line 1517 "<stdout>"
+#line 1517 "cunroll.c"
 yy168:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1585,7 +1585,7 @@ yy168:
 yy169:
 #line 144 "cunroll.re"
        { RET(ID); }
-#line 1589 "<stdout>"
+#line 1589 "cunroll.c"
 yy170:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1657,7 +1657,7 @@ yy170:
 yy171:
 #line 145 "cunroll.re"
        { RET(ID); }
-#line 1661 "<stdout>"
+#line 1661 "cunroll.c"
 yy172:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1729,7 +1729,7 @@ yy172:
 yy173:
 #line 146 "cunroll.re"
        { RET(ID); }
-#line 1733 "<stdout>"
+#line 1733 "cunroll.c"
 yy174:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1801,7 +1801,7 @@ yy174:
 yy175:
 #line 147 "cunroll.re"
        { RET(ID); }
-#line 1805 "<stdout>"
+#line 1805 "cunroll.c"
 yy176:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1873,7 +1873,7 @@ yy176:
 yy177:
 #line 148 "cunroll.re"
        { RET(ID); }
-#line 1877 "<stdout>"
+#line 1877 "cunroll.c"
 yy178:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1947,24 +1947,24 @@ yy178:
 yy180:
 #line 149 "cunroll.re"
        { RET(ID); }
-#line 1951 "<stdout>"
+#line 1951 "cunroll.c"
 yy181:
        ++YYCURSOR;
 #line 167 "cunroll.re"
        { RET(DIVEQ); }
-#line 1956 "<stdout>"
+#line 1956 "cunroll.c"
 yy183:
        ++YYCURSOR;
 #line 138 "cunroll.re"
        { goto comment; }
-#line 1961 "<stdout>"
+#line 1961 "cunroll.c"
 }
 #line 223 "cunroll.re"
 
 
 comment:
 
-#line 1968 "<stdout>"
+#line 1968 "cunroll.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 8) YYFILL(8);
@@ -1984,7 +1984,7 @@ yy187:
 yy188:
 #line 242 "cunroll.re"
        { goto comment; }
-#line 1988 "<stdout>"
+#line 1988 "cunroll.c"
 yy189:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1999,7 +1999,7 @@ yy190:
                s->tok = s->pos = cursor; s->line++;
                goto comment;
            }
-#line 2003 "<stdout>"
+#line 2003 "cunroll.c"
 yy191:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2010,7 +2010,7 @@ yy191:
 yy192:
 #line 234 "cunroll.re"
        { goto comment; }
-#line 2014 "<stdout>"
+#line 2014 "cunroll.c"
 yy193:
        yych = *++YYCURSOR;
        goto yy188;
@@ -2024,7 +2024,7 @@ yy194:
 yy195:
 #line 235 "cunroll.re"
        { goto comment; }
-#line 2028 "<stdout>"
+#line 2028 "cunroll.c"
 yy196:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2035,7 +2035,7 @@ yy196:
 yy197:
 #line 236 "cunroll.re"
        { goto comment; }
-#line 2039 "<stdout>"
+#line 2039 "cunroll.c"
 yy198:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2046,7 +2046,7 @@ yy198:
 yy199:
 #line 237 "cunroll.re"
        { goto comment; }
-#line 2050 "<stdout>"
+#line 2050 "cunroll.c"
 yy200:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2057,7 +2057,7 @@ yy200:
 yy201:
 #line 238 "cunroll.re"
        { goto comment; }
-#line 2061 "<stdout>"
+#line 2061 "cunroll.c"
 yy202:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2068,7 +2068,7 @@ yy202:
 yy203:
 #line 239 "cunroll.re"
        { goto comment; }
-#line 2072 "<stdout>"
+#line 2072 "cunroll.c"
 yy204:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2079,17 +2079,17 @@ yy204:
 yy205:
 #line 240 "cunroll.re"
        { goto comment; }
-#line 2083 "<stdout>"
+#line 2083 "cunroll.c"
 yy206:
        ++YYCURSOR;
 #line 241 "cunroll.re"
        { goto comment; }
-#line 2088 "<stdout>"
+#line 2088 "cunroll.c"
 yy208:
        ++YYCURSOR;
 #line 227 "cunroll.re"
        { goto std; }
-#line 2093 "<stdout>"
+#line 2093 "cunroll.c"
 }
 #line 243 "cunroll.re"
 
index 71082cfdb037551ca04d66df07098aba97b90813..bfb66f60ac5be4c45272512e53ba07ce73558a84 100644 (file)
@@ -39,7 +39,7 @@ void scan(YYCTYPE *pText, size_t *pSize, int *pbChanged)
        while(1) {
 loop:
 
-#line 43 "<stdout>"
+#line 43 "cvsignore.b.c"
 {
        YYCTYPE yych;
        static const unsigned char yybm[] = {
@@ -91,7 +91,7 @@ loop:
 yy3:
 #line 53 "cvsignore.b.re"
        { output[outsize++] = cursor[-1]; if (cursor >= limit) break; goto loop; }
-#line 95 "<stdout>"
+#line 95 "cvsignore.b.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -130,7 +130,7 @@ yy15:
        ++YYCURSOR;
 #line 48 "cvsignore.b.re"
        { APPEND(L"$" L"Date$"); goto loop; }
-#line 134 "<stdout>"
+#line 134 "cvsignore.b.c"
 yy17:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -152,7 +152,7 @@ yy21:
        ++YYCURSOR;
 #line 49 "cvsignore.b.re"
        { APPEND(L"$" L"Id$"); goto loop; }
-#line 156 "<stdout>"
+#line 156 "cvsignore.b.c"
 yy23:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -174,7 +174,7 @@ yy28:
        ++YYCURSOR;
 #line 50 "cvsignore.b.re"
        { APPEND(L"$" L"Log$"); goto loop; }
-#line 178 "<stdout>"
+#line 178 "cvsignore.b.c"
 yy30:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -206,7 +206,7 @@ yy40:
        ++YYCURSOR;
 #line 51 "cvsignore.b.re"
        { APPEND(L"$" L"Revision$"); goto loop; }
-#line 210 "<stdout>"
+#line 210 "cvsignore.b.c"
 yy42:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -234,7 +234,7 @@ yy50:
        ++YYCURSOR;
 #line 52 "cvsignore.b.re"
        { APPEND(L"$" L"Source$"); goto loop; }
-#line 238 "<stdout>"
+#line 238 "cvsignore.b.c"
 yy52:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 64c7619f9706841b1283ebd66e861a535cdee4b5..a088e43bae27c46876366eddd6095b1b83eacd83 100644 (file)
@@ -39,7 +39,7 @@ void scan(YYCTYPE *pText, size_t *pSize, int *pbChanged)
        while(1) {
 loop:
 
-#line 43 "<stdout>"
+#line 43 "cvsignore.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 11) YYFILL(11);
@@ -61,7 +61,7 @@ yy2:
 yy3:
 #line 53 "cvsignore.re"
        { output[outsize++] = cursor[-1]; if (cursor >= limit) break; goto loop; }
-#line 65 "<stdout>"
+#line 65 "cvsignore.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -127,7 +127,7 @@ yy15:
        ++YYCURSOR;
 #line 48 "cvsignore.re"
        { APPEND(L"$" L"Date$"); goto loop; }
-#line 131 "<stdout>"
+#line 131 "cvsignore.c"
 yy17:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -155,7 +155,7 @@ yy21:
        ++YYCURSOR;
 #line 49 "cvsignore.re"
        { APPEND(L"$" L"Id$"); goto loop; }
-#line 159 "<stdout>"
+#line 159 "cvsignore.c"
 yy23:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -189,7 +189,7 @@ yy28:
        ++YYCURSOR;
 #line 50 "cvsignore.re"
        { APPEND(L"$" L"Log$"); goto loop; }
-#line 193 "<stdout>"
+#line 193 "cvsignore.c"
 yy30:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -253,7 +253,7 @@ yy40:
        ++YYCURSOR;
 #line 51 "cvsignore.re"
        { APPEND(L"$" L"Revision$"); goto loop; }
-#line 257 "<stdout>"
+#line 257 "cvsignore.c"
 yy42:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -305,7 +305,7 @@ yy50:
        ++YYCURSOR;
 #line 52 "cvsignore.re"
        { APPEND(L"$" L"Source$"); goto loop; }
-#line 309 "<stdout>"
+#line 309 "cvsignore.c"
 yy52:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index efdafbdb698ae50b7c259c6dcfc2452812562821..d5c82e0ab0a9cb048f66a85cbc9728acdec73c9b 100644 (file)
@@ -39,7 +39,7 @@ void scan(YYCTYPE *pText, size_t *pSize, int *pbChanged)
        while(1) {
 loop:
 
-#line 43 "<stdout>"
+#line 43 "cvsignore.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 11) YYFILL(11);
@@ -57,7 +57,7 @@ loop:
 yy3:
 #line 53 "cvsignore.s.re"
        { output[outsize++] = cursor[-1]; if (cursor >= limit) break; goto loop; }
-#line 61 "<stdout>"
+#line 61 "cvsignore.s.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -96,7 +96,7 @@ yy15:
        ++YYCURSOR;
 #line 48 "cvsignore.s.re"
        { APPEND(L"$" L"Date$"); goto loop; }
-#line 100 "<stdout>"
+#line 100 "cvsignore.s.c"
 yy17:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -116,7 +116,7 @@ yy21:
        ++YYCURSOR;
 #line 49 "cvsignore.s.re"
        { APPEND(L"$" L"Id$"); goto loop; }
-#line 120 "<stdout>"
+#line 120 "cvsignore.s.c"
 yy23:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -138,7 +138,7 @@ yy28:
        ++YYCURSOR;
 #line 50 "cvsignore.s.re"
        { APPEND(L"$" L"Log$"); goto loop; }
-#line 142 "<stdout>"
+#line 142 "cvsignore.s.c"
 yy30:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -170,7 +170,7 @@ yy40:
        ++YYCURSOR;
 #line 51 "cvsignore.s.re"
        { APPEND(L"$" L"Revision$"); goto loop; }
-#line 174 "<stdout>"
+#line 174 "cvsignore.s.c"
 yy42:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -198,7 +198,7 @@ yy50:
        ++YYCURSOR;
 #line 52 "cvsignore.s.re"
        { APPEND(L"$" L"Source$"); goto loop; }
-#line 202 "<stdout>"
+#line 202 "cvsignore.s.c"
 yy52:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 017526dcdfaa00a590f34e8560fd7eac700bfa9c..240eb6ac5194a120e063fab5b5c64ceb9ffc3929 100644 (file)
@@ -39,7 +39,7 @@ void scan(YYCTYPE *pText, size_t *pSize, int *pbChanged)
        while(1) {
 loop:
 
-#line 43 "<stdout>"
+#line 43 "cvsignore.u.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 11) YYFILL(11);
@@ -57,7 +57,7 @@ loop:
 yy3:
 #line 53 "cvsignore.u.re"
        { output[outsize++] = cursor[-1]; if (cursor >= limit) break; goto loop; }
-#line 61 "<stdout>"
+#line 61 "cvsignore.u.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -96,7 +96,7 @@ yy15:
        ++YYCURSOR;
 #line 48 "cvsignore.u.re"
        { APPEND(L"$" L"Date$"); goto loop; }
-#line 100 "<stdout>"
+#line 100 "cvsignore.u.c"
 yy17:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -116,7 +116,7 @@ yy21:
        ++YYCURSOR;
 #line 49 "cvsignore.u.re"
        { APPEND(L"$" L"Id$"); goto loop; }
-#line 120 "<stdout>"
+#line 120 "cvsignore.u.c"
 yy23:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -138,7 +138,7 @@ yy28:
        ++YYCURSOR;
 #line 50 "cvsignore.u.re"
        { APPEND(L"$" L"Log$"); goto loop; }
-#line 142 "<stdout>"
+#line 142 "cvsignore.u.c"
 yy30:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -170,7 +170,7 @@ yy40:
        ++YYCURSOR;
 #line 51 "cvsignore.u.re"
        { APPEND(L"$" L"Revision$"); goto loop; }
-#line 174 "<stdout>"
+#line 174 "cvsignore.u.c"
 yy42:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -198,7 +198,7 @@ yy50:
        ++YYCURSOR;
 #line 52 "cvsignore.u.re"
        { APPEND(L"$" L"Source$"); goto loop; }
-#line 202 "<stdout>"
+#line 202 "cvsignore.u.c"
 yy52:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 6cc89ff4666cb9a7217c2a36f6d9545d223aac2d..efe0e7ab974714af5a334d9cb665b455abb42c6a 100644 (file)
@@ -39,7 +39,7 @@ void scan(YYCTYPE *pText, size_t *pSize, int *pbChanged)
        while(1) {
 loop:
 
-#line 43 "<stdout>"
+#line 43 "cvsignore.ub.c"
 {
        YYCTYPE yych;
        static const unsigned char yybm[] = {
@@ -91,7 +91,7 @@ loop:
 yy3:
 #line 53 "cvsignore.ub.re"
        { output[outsize++] = cursor[-1]; if (cursor >= limit) break; goto loop; }
-#line 95 "<stdout>"
+#line 95 "cvsignore.ub.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -130,7 +130,7 @@ yy15:
        ++YYCURSOR;
 #line 48 "cvsignore.ub.re"
        { APPEND(L"$" L"Date$"); goto loop; }
-#line 134 "<stdout>"
+#line 134 "cvsignore.ub.c"
 yy17:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -154,7 +154,7 @@ yy21:
        ++YYCURSOR;
 #line 49 "cvsignore.ub.re"
        { APPEND(L"$" L"Id$"); goto loop; }
-#line 158 "<stdout>"
+#line 158 "cvsignore.ub.c"
 yy23:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -176,7 +176,7 @@ yy28:
        ++YYCURSOR;
 #line 50 "cvsignore.ub.re"
        { APPEND(L"$" L"Log$"); goto loop; }
-#line 180 "<stdout>"
+#line 180 "cvsignore.ub.c"
 yy30:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -208,7 +208,7 @@ yy40:
        ++YYCURSOR;
 #line 51 "cvsignore.ub.re"
        { APPEND(L"$" L"Revision$"); goto loop; }
-#line 212 "<stdout>"
+#line 212 "cvsignore.ub.c"
 yy42:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -236,7 +236,7 @@ yy50:
        ++YYCURSOR;
 #line 52 "cvsignore.ub.re"
        { APPEND(L"$" L"Source$"); goto loop; }
-#line 240 "<stdout>"
+#line 240 "cvsignore.ub.c"
 yy52:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 37c61d1d2c7aa415abad168e9207d2e5f4636c9c..a076f6f11b84d9aa570b549172100dc252fc792a 100644 (file)
@@ -39,7 +39,7 @@ void scan(YYCTYPE *pText, size_t *pSize, int *pbChanged)
        while(1) {
 loop:
 
-#line 43 "<stdout>"
+#line 43 "cvsignore.w.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 11) YYFILL(11);
@@ -57,7 +57,7 @@ loop:
 yy3:
 #line 53 "cvsignore.w.re"
        { output[outsize++] = cursor[-1]; if (cursor >= limit) break; goto loop; }
-#line 61 "<stdout>"
+#line 61 "cvsignore.w.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -96,7 +96,7 @@ yy15:
        ++YYCURSOR;
 #line 48 "cvsignore.w.re"
        { APPEND(L"$" L"Date$"); goto loop; }
-#line 100 "<stdout>"
+#line 100 "cvsignore.w.c"
 yy17:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -116,7 +116,7 @@ yy21:
        ++YYCURSOR;
 #line 49 "cvsignore.w.re"
        { APPEND(L"$" L"Id$"); goto loop; }
-#line 120 "<stdout>"
+#line 120 "cvsignore.w.c"
 yy23:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -138,7 +138,7 @@ yy28:
        ++YYCURSOR;
 #line 50 "cvsignore.w.re"
        { APPEND(L"$" L"Log$"); goto loop; }
-#line 142 "<stdout>"
+#line 142 "cvsignore.w.c"
 yy30:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -170,7 +170,7 @@ yy40:
        ++YYCURSOR;
 #line 51 "cvsignore.w.re"
        { APPEND(L"$" L"Revision$"); goto loop; }
-#line 174 "<stdout>"
+#line 174 "cvsignore.w.c"
 yy42:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -198,7 +198,7 @@ yy50:
        ++YYCURSOR;
 #line 52 "cvsignore.w.re"
        { APPEND(L"$" L"Source$"); goto loop; }
-#line 202 "<stdout>"
+#line 202 "cvsignore.w.c"
 yy52:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 0b015cbc9e90354b307bef23b1bfa6c6a99a95e6..6b2da6fe8ac43edafce94728eaf2f59524e373a1 100644 (file)
@@ -39,7 +39,7 @@ void scan(YYCTYPE *pText, size_t *pSize, int *pbChanged)
        while(1) {
 loop:
 
-#line 43 "<stdout>"
+#line 43 "cvsignore.wb.c"
 {
        YYCTYPE yych;
        static const unsigned char yybm[] = {
@@ -91,7 +91,7 @@ loop:
 yy3:
 #line 53 "cvsignore.wb.re"
        { output[outsize++] = cursor[-1]; if (cursor >= limit) break; goto loop; }
-#line 95 "<stdout>"
+#line 95 "cvsignore.wb.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -130,7 +130,7 @@ yy15:
        ++YYCURSOR;
 #line 48 "cvsignore.wb.re"
        { APPEND(L"$" L"Date$"); goto loop; }
-#line 134 "<stdout>"
+#line 134 "cvsignore.wb.c"
 yy17:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -154,7 +154,7 @@ yy21:
        ++YYCURSOR;
 #line 49 "cvsignore.wb.re"
        { APPEND(L"$" L"Id$"); goto loop; }
-#line 158 "<stdout>"
+#line 158 "cvsignore.wb.c"
 yy23:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -176,7 +176,7 @@ yy28:
        ++YYCURSOR;
 #line 50 "cvsignore.wb.re"
        { APPEND(L"$" L"Log$"); goto loop; }
-#line 180 "<stdout>"
+#line 180 "cvsignore.wb.c"
 yy30:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -208,7 +208,7 @@ yy40:
        ++YYCURSOR;
 #line 51 "cvsignore.wb.re"
        { APPEND(L"$" L"Revision$"); goto loop; }
-#line 212 "<stdout>"
+#line 212 "cvsignore.wb.c"
 yy42:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -236,7 +236,7 @@ yy50:
        ++YYCURSOR;
 #line 52 "cvsignore.wb.re"
        { APPEND(L"$" L"Source$"); goto loop; }
-#line 240 "<stdout>"
+#line 240 "cvsignore.wb.c"
 yy52:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index e30dd0fcd49d967c61f2eb17b69b655ff3f17644..4e63832aae955a20855448dc7cc1c320c4aa2c0d 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default.8.re"
 
-#line 5 "<stdout>"
+#line 5 "default.8.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "default.8.re"
        { return DEFAULT; }
-#line 13 "<stdout>"
+#line 13 "default.8.c"
 }
 #line 3 "default.8.re"
 
index e50377b4d7ef5c8face337ea388305ac1ec1e4fa..57b4a3eb701a6fa8bc681a07e08e9967d41b6a4d 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default.re"
 
-#line 5 "<stdout>"
+#line 5 "default.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "default.re"
        { return DEFAULT; }
-#line 13 "<stdout>"
+#line 13 "default.c"
 }
 #line 3 "default.re"
 
index c88bf3a4181d9d0ff113f50c19401bff81c3b4c0..4bcfbf3ceeabf6f9f0544fb0010115965e5acc41 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default.e.re"
 
-#line 5 "<stdout>"
+#line 5 "default.e.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "default.e.re"
        { return DEFAULT; }
-#line 13 "<stdout>"
+#line 13 "default.e.c"
 }
 #line 3 "default.e.re"
 
index 46c1aada8ca80d84e2e618adc1ac0e44fcd61f56..177685cd4b65b5027f637a36ec9124903cad126a 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default.u.re"
 
-#line 5 "<stdout>"
+#line 5 "default.u.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "default.u.re"
        { return DEFAULT; }
-#line 13 "<stdout>"
+#line 13 "default.u.c"
 }
 #line 3 "default.u.re"
 
index a66725a9217509fc4e91bd8c1af11ef22b562ea1..62e1b3399747ba005482a95157f184d174e6e107 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default.w.re"
 
-#line 5 "<stdout>"
+#line 5 "default.w.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "default.w.re"
        { return DEFAULT; }
-#line 13 "<stdout>"
+#line 13 "default.w.c"
 }
 #line 3 "default.w.re"
 
index 458db5b148071bc8bcc1c40f03f2fc9396636833..75acf6dbad97994c341015c0b82932efdec8b143 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default.x.re"
 
-#line 5 "<stdout>"
+#line 5 "default.x.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "default.x.re"
        { return DEFAULT; }
-#line 13 "<stdout>"
+#line 13 "default.x.c"
 }
 #line 3 "default.x.re"
 
index eb90f88e90ebe0fb4a96b74d63cc5289c8a78ce3..523f4cfb8c7cf5475e9a19c57583a21902b7405f 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_00.re"
 
-#line 5 "<stdout>"
+#line 5 "default_00.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -14,12 +14,12 @@ yy2:
        ++YYCURSOR;
 #line 2 "default_00.re"
        { return DEFAULT; }
-#line 18 "<stdout>"
+#line 18 "default_00.c"
 yy4:
        ++YYCURSOR;
 #line 3 "default_00.re"
        { return A; }
-#line 23 "<stdout>"
+#line 23 "default_00.c"
 }
 #line 4 "default_00.re"
 
index e83f7dc11f688bcdfe888678c7aa657c6e380e7b..af95222e3e65a9c57bcb6a77e3b9671961b8f39d 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.8--encoding-policy(fail).re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -193,13 +193,13 @@ yy2:
 yy3:
 #line 3 "default_full.8--encoding-policy(fail).re"
        { return FULL; }
-#line 197 "<stdout>"
+#line 197 "default_full.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 2 "default_full.8--encoding-policy(fail).re"
        { return DEFAULT; }
-#line 203 "<stdout>"
+#line 203 "default_full.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 8d031b7ec69da2c24abd202c5e0cca6f7f78bc9e..21dc0aabb6d896fb9a7f9fc5a6543942ab6cdfb0 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.8--encoding-policy(substitute).re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -193,13 +193,13 @@ yy2:
 yy3:
 #line 3 "default_full.8--encoding-policy(substitute).re"
        { return FULL; }
-#line 197 "<stdout>"
+#line 197 "default_full.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 2 "default_full.8--encoding-policy(substitute).re"
        { return DEFAULT; }
-#line 203 "<stdout>"
+#line 203 "default_full.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 77b5091c362ffc5d0b2ff84154bd815cdd481c1f..6217e4b8f7cdc638bd1a7028f77fa427dc4f89f1 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.8.re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -193,13 +193,13 @@ yy2:
 yy3:
 #line 3 "default_full.8.re"
        { return FULL; }
-#line 197 "<stdout>"
+#line 197 "default_full.8.c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 2 "default_full.8.re"
        { return DEFAULT; }
-#line 203 "<stdout>"
+#line 203 "default_full.8.c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 0e183fb74253d7d6eae300a70a8f17965b1bdb88..2104f656a852f2784fc1ea4d1f65e18b917b6daf 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 3 "default_full.re"
        { return FULL; }
-#line 13 "<stdout>"
+#line 13 "default_full.c"
 }
 #line 4 "default_full.re"
 
index 1aba9a472942e69f9f0efcbac3832b8375c873e9..de5a4fe67ecd7f7a1b65e8c2b061e231d0a93c0b 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.e.re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.e.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 3 "default_full.e.re"
        { return FULL; }
-#line 13 "<stdout>"
+#line 13 "default_full.e.c"
 }
 #line 4 "default_full.e.re"
 
index a4cf7828a656a8b9783b6fc2a90486f60416330b..f7a23bd566f6c20a7afeead6ca136f0801142db3 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.u--encoding-policy(fail).re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,12 +12,12 @@ yy2:
        ++YYCURSOR;
 #line 3 "default_full.u--encoding-policy(fail).re"
        { return FULL; }
-#line 16 "<stdout>"
+#line 16 "default_full.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 2 "default_full.u--encoding-policy(fail).re"
        { return DEFAULT; }
-#line 21 "<stdout>"
+#line 21 "default_full.u--encoding-policy(fail).c"
 }
 #line 4 "default_full.u--encoding-policy(fail).re"
 
index eb606b5430f12a20105b0d9967874f31e205e769..b293ebfd7507ee4b4f55a5fe4f13f8aed0db072d 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.u--encoding-policy(substitute).re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,12 +12,12 @@ yy2:
        ++YYCURSOR;
 #line 3 "default_full.u--encoding-policy(substitute).re"
        { return FULL; }
-#line 16 "<stdout>"
+#line 16 "default_full.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 2 "default_full.u--encoding-policy(substitute).re"
        { return DEFAULT; }
-#line 21 "<stdout>"
+#line 21 "default_full.u--encoding-policy(substitute).c"
 }
 #line 4 "default_full.u--encoding-policy(substitute).re"
 
index 6058ae46da297e5e67b03010b8e697666a1fb937..c5f9679a1fe39b650f3f2b5ef55ea295c6c0a647 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.u.re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.u.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 3 "default_full.u.re"
        { return FULL; }
-#line 13 "<stdout>"
+#line 13 "default_full.u.c"
 }
 #line 4 "default_full.u.re"
 
index 8cc215ec8a21de5ca040b0f7fe5087f27c06307f..a1ce48c56e5368ee0a98a56c1e1442313b8f9b27 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.w--encoding-policy(fail).re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.w--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,12 +12,12 @@ yy2:
        ++YYCURSOR;
 #line 3 "default_full.w--encoding-policy(fail).re"
        { return FULL; }
-#line 16 "<stdout>"
+#line 16 "default_full.w--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 2 "default_full.w--encoding-policy(fail).re"
        { return DEFAULT; }
-#line 21 "<stdout>"
+#line 21 "default_full.w--encoding-policy(fail).c"
 }
 #line 4 "default_full.w--encoding-policy(fail).re"
 
index 3f7757fa64ec3f0591387415632fb41fc623923f..67c38ccd644b6712d038f301292adeb0a6a68569 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.w--encoding-policy(substitute).re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.w--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,12 +12,12 @@ yy2:
        ++YYCURSOR;
 #line 3 "default_full.w--encoding-policy(substitute).re"
        { return FULL; }
-#line 16 "<stdout>"
+#line 16 "default_full.w--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 2 "default_full.w--encoding-policy(substitute).re"
        { return DEFAULT; }
-#line 21 "<stdout>"
+#line 21 "default_full.w--encoding-policy(substitute).c"
 }
 #line 4 "default_full.w--encoding-policy(substitute).re"
 
index d4cd79de31ffe115c21b129739fe326076a3da0b..3f81f8b3f7b472a2509b4b92f26a65fd517ba602 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.w.re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.w.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 3 "default_full.w.re"
        { return FULL; }
-#line 13 "<stdout>"
+#line 13 "default_full.w.c"
 }
 #line 4 "default_full.w.re"
 
index e2f2d63f119ba1cf9e04a70f4bca8c8277631d62..15ae9b99b6007a9097b74dc18ca3c1d298b3a384 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.x--encoding-policy(fail).re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -14,7 +14,7 @@ yy2:
 yy3:
 #line 3 "default_full.x--encoding-policy(fail).re"
        { return FULL; }
-#line 18 "<stdout>"
+#line 18 "default_full.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= 0xDBFF) goto yy5;
@@ -22,7 +22,7 @@ yy4:
 yy5:
 #line 2 "default_full.x--encoding-policy(fail).re"
        { return DEFAULT; }
-#line 26 "<stdout>"
+#line 26 "default_full.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        goto yy5;
index c408ed12cba7af3b49be3308a6b20b2ecde4c746..8eee10a214da8c10626c1ed8c0e82b8a0955bd9b 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.x--encoding-policy(substitute).re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -14,7 +14,7 @@ yy2:
 yy3:
 #line 3 "default_full.x--encoding-policy(substitute).re"
        { return FULL; }
-#line 18 "<stdout>"
+#line 18 "default_full.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= 0xDBFF) goto yy5;
@@ -22,7 +22,7 @@ yy4:
 yy5:
 #line 2 "default_full.x--encoding-policy(substitute).re"
        { return DEFAULT; }
-#line 26 "<stdout>"
+#line 26 "default_full.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        goto yy5;
index b46e7188ad3ff5ea2742d2461b1c3a863c05c39f..e8491741795dbe4310f2e18bcbf65185710a3986 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "default_full.x.re"
 
-#line 5 "<stdout>"
+#line 5 "default_full.x.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -13,7 +13,7 @@ yy2:
 yy3:
 #line 3 "default_full.x.re"
        { return FULL; }
-#line 17 "<stdout>"
+#line 17 "default_full.x.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
index 4c85986ea250b40add342cc65fc5a614828a584d..bbb887ecd15861ef39018e064f3a0dc8b172a200 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow in condition 'a' is undefined for strings th
 /* Generated by re2c */
 #line 1 "empty_code.c.re"
 
-#line 5 "<stdout>"
+#line 5 "empty_code.c.c"
 {
        YYCTYPE yych;
        switch (YYGETCONDITION()) {
@@ -21,7 +21,7 @@ yy4:
        ++YYCURSOR;
 #line 3 "empty_code.c.re"
        
-#line 24 "<stdout>"
+#line 24 "empty_code.c.c"
 }
 #line 3 "empty_code.c.re"
 
index 851136e2e99a606148780341a517f6cb7e5bddaf..14b6564bb852f86e1201eeef4a886491ec124846 100644 (file)
@@ -3,7 +3,7 @@
 #define YYMAXFILL 3
 
 
-#line 7 "<stdout>"
+#line 7 "error13.1.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -21,7 +21,7 @@ yy2:
 yy3:
 #line 6 "error13.1.re"
        { return 0; }
-#line 25 "<stdout>"
+#line 25 "error13.1.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -39,12 +39,12 @@ yy7:
        ++YYCURSOR;
 #line 4 "error13.1.re"
        { return 1; }
-#line 43 "<stdout>"
+#line 43 "error13.1.c"
 yy9:
        ++YYCURSOR;
 #line 5 "error13.1.re"
        { return 2; }
-#line 48 "<stdout>"
+#line 48 "error13.1.c"
 }
 #line 7 "error13.1.re"
 
index df8473e3a7297db6ac4591c41e3319ecd1e8829c..d781f32174d624c44d5351d489d217d4eba17e57 100644 (file)
@@ -3,7 +3,7 @@
 #define YYMAXFILL 3
 
 
-#line 7 "<stdout>"
+#line 7 "error13.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -21,7 +21,7 @@ yy2:
 yy3:
 #line 6 "error13.re"
        { return 0; }
-#line 25 "<stdout>"
+#line 25 "error13.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -39,12 +39,12 @@ yy7:
        ++YYCURSOR;
 #line 4 "error13.re"
        { return 1; }
-#line 43 "<stdout>"
+#line 43 "error13.c"
 yy9:
        ++YYCURSOR;
 #line 5 "error13.re"
        { return 2; }
-#line 48 "<stdout>"
+#line 48 "error13.c"
 }
 #line 7 "error13.re"
 
index 26d40a0f681de6ef19e837b8fd8d3976724a2387..4de0ccd12a831e317df20bc60f13a0775b77188f 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "error14.1.re"
 
-#line 5 "<stdout>"
+#line 5 "error14.1.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -19,7 +19,7 @@ yy2:
 yy3:
 #line 4 "error14.1.re"
        { return 0; }
-#line 23 "<stdout>"
+#line 23 "error14.1.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -37,12 +37,12 @@ yy7:
        ++YYCURSOR;
 #line 2 "error14.1.re"
        { return 1; }
-#line 41 "<stdout>"
+#line 41 "error14.1.c"
 yy9:
        ++YYCURSOR;
 #line 3 "error14.1.re"
        { return 2; }
-#line 46 "<stdout>"
+#line 46 "error14.1.c"
 }
 #line 5 "error14.1.re"
 
index 0d56c18937874e78721f57fd421686467ba5a1c6..7a6fe7122ac9a1f7b02ea939de0f0e087cdede05 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "error14.re"
 
-#line 5 "<stdout>"
+#line 5 "error14.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -19,7 +19,7 @@ yy2:
 yy3:
 #line 4 "error14.re"
        { return 0; }
-#line 23 "<stdout>"
+#line 23 "error14.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -37,12 +37,12 @@ yy7:
        ++YYCURSOR;
 #line 2 "error14.re"
        { return 1; }
-#line 41 "<stdout>"
+#line 41 "error14.c"
 yy9:
        ++YYCURSOR;
 #line 3 "error14.re"
        { return 2; }
-#line 46 "<stdout>"
+#line 46 "error14.c"
 }
 #line 5 "error14.re"
 
index 31ca5d98a4442f0a085db765806972210b5263b5..70982361565f22be593072154d2abca28fbeb9de 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input1.re"
 
-#line 5 "<stdout>"
+#line 5 "input1.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -19,7 +19,7 @@ yy2:
 yy3:
 #line 4 "input1.re"
        { return 0; }
-#line 23 "<stdout>"
+#line 23 "input1.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy3;
@@ -45,7 +45,7 @@ yy9:
        ++YYCURSOR;
 #line 3 "input1.re"
        { return 1; }
-#line 49 "<stdout>"
+#line 49 "input1.c"
 }
 #line 6 "input1.re"
 
index 6dc6d8c663f4857eeed6c5705cbe08e452fd4d32..4cc50047a07430a9920bfeb33cd7626dbd3fe71e 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input10.b.re"
 
-#line 5 "<stdout>"
+#line 5 "input10.b.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -18,12 +18,12 @@ yy2:
        ++YYCURSOR;
 #line 8 "input10.b.re"
        { return 1; }
-#line 22 "<stdout>"
+#line 22 "input10.b.c"
 yy4:
        ++YYCURSOR;
 #line 10 "input10.b.re"
        { return -1; }
-#line 27 "<stdout>"
+#line 27 "input10.b.c"
 }
 #line 12 "input10.b.re"
 
index 94e5fb0805328c813a36c3a21d55d50e584bdcee..22f23a22ebe35748499eb2e6ff0cd5450f819187 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input10.re"
 
-#line 5 "<stdout>"
+#line 5 "input10.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -26,12 +26,12 @@ yy2:
        ++YYCURSOR;
 #line 8 "input10.re"
        { return 1; }
-#line 30 "<stdout>"
+#line 30 "input10.c"
 yy4:
        ++YYCURSOR;
 #line 10 "input10.re"
        { return -1; }
-#line 35 "<stdout>"
+#line 35 "input10.c"
 }
 #line 12 "input10.re"
 
index ac62c9c717407c1e9f7425c9d6fa0e8adf55ef0d..2936e6cac9da0fa98c25e90eacb2525cee77fb95 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input10.s.re"
 
-#line 5 "<stdout>"
+#line 5 "input10.s.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -18,12 +18,12 @@ yy2:
        ++YYCURSOR;
 #line 8 "input10.s.re"
        { return 1; }
-#line 22 "<stdout>"
+#line 22 "input10.s.c"
 yy4:
        ++YYCURSOR;
 #line 10 "input10.s.re"
        { return -1; }
-#line 27 "<stdout>"
+#line 27 "input10.s.c"
 }
 #line 12 "input10.s.re"
 
index b6d70c52b6c6d2a0baf6d4629816945d787a9903..6ae026851cfb76692acf7a8b2b2e5762c2214899 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input11.b.re"
 
-#line 5 "<stdout>"
+#line 5 "input11.b.c"
 {
        YYCTYPE yych;
        static const unsigned char yybm[] = {
@@ -67,7 +67,7 @@ yy2:
 yy3:
 #line 12 "input11.b.re"
        { return 1; }
-#line 71 "<stdout>"
+#line 71 "input11.b.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy14;
@@ -76,7 +76,7 @@ yy5:
 yy6:
 #line 13 "input11.b.re"
        { return 2; }
-#line 80 "<stdout>"
+#line 80 "input11.b.c"
 yy7:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= '0') goto yy8;
@@ -84,7 +84,7 @@ yy7:
 yy8:
 #line 15 "input11.b.re"
        { return -1; }
-#line 88 "<stdout>"
+#line 88 "input11.b.c"
 yy9:
        yych = *++YYCURSOR;
        goto yy12;
@@ -136,7 +136,7 @@ yy20:
        }
 #line 11 "input11.b.re"
        { return 0; }
-#line 140 "<stdout>"
+#line 140 "input11.b.c"
 }
 #line 17 "input11.b.re"
 
index 560f15a2d49e0d8b0ccd809c185b12242361363f..3770edf8188da5e1b7af308d987c383af841b70a 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input11.re"
 
-#line 5 "<stdout>"
+#line 5 "input11.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
@@ -81,7 +81,7 @@ yy2:
 yy3:
 #line 10 "input11.re"
        { return 1; }
-#line 85 "<stdout>"
+#line 85 "input11.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy14;
@@ -90,7 +90,7 @@ yy5:
 yy6:
 #line 11 "input11.re"
        { return 2; }
-#line 94 "<stdout>"
+#line 94 "input11.c"
 yy7:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -108,7 +108,7 @@ yy7:
 yy8:
 #line 13 "input11.re"
        { return -1; }
-#line 112 "<stdout>"
+#line 112 "input11.c"
 yy9:
        yych = *++YYCURSOR;
        goto yy12;
@@ -356,7 +356,7 @@ yy20:
 yy22:
 #line 9 "input11.re"
        { return 0; }
-#line 360 "<stdout>"
+#line 360 "input11.c"
 }
 #line 15 "input11.re"
 
index b71fc62c97cd4bc68bde258cbbc115248e4ec500..5184cf73e9f892a27e742681b48e6d13dd49e5ef 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input11.s.re"
 
-#line 5 "<stdout>"
+#line 5 "input11.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
@@ -33,7 +33,7 @@ yy2:
 yy3:
 #line 10 "input11.s.re"
        { return 1; }
-#line 37 "<stdout>"
+#line 37 "input11.s.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy14;
@@ -42,7 +42,7 @@ yy5:
 yy6:
 #line 11 "input11.s.re"
        { return 2; }
-#line 46 "<stdout>"
+#line 46 "input11.s.c"
 yy7:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= '0') goto yy8;
@@ -50,7 +50,7 @@ yy7:
 yy8:
 #line 13 "input11.s.re"
        { return -1; }
-#line 54 "<stdout>"
+#line 54 "input11.s.c"
 yy9:
        yych = *++YYCURSOR;
        goto yy12;
@@ -117,7 +117,7 @@ yy20:
 yy22:
 #line 9 "input11.s.re"
        { return 0; }
-#line 121 "<stdout>"
+#line 121 "input11.s.c"
 }
 #line 15 "input11.s.re"
 
index 7e626463e4686ebb20cb683fc9677a40b3320402..d854e72c036d2466660a9e7e57a0a88251d86980 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input13.re"
 
-#line 5 "<stdout>"
+#line 5 "input13.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -17,27 +17,27 @@ yy2:
        ++YYCURSOR;
 #line 8 "input13.re"
        { return 'a'; }
-#line 21 "<stdout>"
+#line 21 "input13.c"
 yy4:
        ++YYCURSOR;
 #line 9 "input13.re"
        { return 'b'; }
-#line 26 "<stdout>"
+#line 26 "input13.c"
 yy6:
        ++YYCURSOR;
 #line 10 "input13.re"
        { return 'c'; }
-#line 31 "<stdout>"
+#line 31 "input13.c"
 yy8:
        ++YYCURSOR;
 #line 11 "input13.re"
        { return 'd'; }
-#line 36 "<stdout>"
+#line 36 "input13.c"
 yy10:
        ++YYCURSOR;
 #line 12 "input13.re"
        { return '\0'; }
-#line 41 "<stdout>"
+#line 41 "input13.c"
 }
 #line 14 "input13.re"
 
index 4d5aacc393e6d12e64ca510f6b49e03b149bbfb3..0084c035d886549f02a9a15e4b380880009279b4 100644 (file)
@@ -8,7 +8,7 @@ re2c: warning: line 5: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "input2.b.re"
 
-#line 5 "<stdout>"
+#line 5 "input2.b.c"
 {
        YYCTYPE yych;
        static const unsigned char yybm[] = {
@@ -65,7 +65,7 @@ yy3:
        ++YYCURSOR;
 #line 3 "input2.b.re"
        { return 1; }
-#line 62 "<stdout>"
+#line 62 "input2.b.c"
 }
 #line 5 "input2.b.re"
 
index 4c1dffc6b1190364de536f0c9d8b5cf962d4d3e1..c6701d420bed27886ea1b058bc9b817ca1a35efd 100644 (file)
@@ -8,7 +8,7 @@ re2c: warning: line 5: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "input2.re"
 
-#line 5 "<stdout>"
+#line 5 "input2.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -37,7 +37,7 @@ yy6:
        ++YYCURSOR;
 #line 3 "input2.re"
        { return 1; }
-#line 34 "<stdout>"
+#line 34 "input2.c"
 }
 #line 5 "input2.re"
 
index 7e7cbc71dfa9cdaf5278949c4325b4a0fbfb2387..5de5a8ee123db365c722febf47a686511e4e38fa 100644 (file)
@@ -8,7 +8,7 @@ re2c: warning: line 5: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "input3.re"
 
-#line 5 "<stdout>"
+#line 5 "input3.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -37,7 +37,7 @@ yy6:
        ++YYCURSOR;
 #line 3 "input3.re"
        { return 1; }
-#line 34 "<stdout>"
+#line 34 "input3.c"
 }
 #line 5 "input3.re"
 
index aa5e31106b0342be756a91b3c808d7bd1bce56e2..fe66752277bea17192aa814d1324c6505fd6ba2a 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 5: unreachable rule (shadowed by rule at line 4) [-Wunreacha
 /* Generated by re2c */
 #line 1 "input4.--empty-class(match-empty).re"
 
-#line 5 "<stdout>"
+#line 5 "input4.--empty-class(match-empty).c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,12 +12,12 @@ re2c: warning: line 5: unreachable rule (shadowed by rule at line 4) [-Wunreacha
        goto yy3;
 #line 3 "input4.--empty-class(match-empty).re"
        { return 0; }
-#line 13 "<stdout>"
+#line 13 "input4.--empty-class(match-empty).c"
 yy3:
        ++YYCURSOR;
 #line 4 "input4.--empty-class(match-empty).re"
        { return 1; }
-#line 18 "<stdout>"
+#line 18 "input4.--empty-class(match-empty).c"
 }
 #line 7 "input4.--empty-class(match-empty).re"
 
index 1a52fd347ee1b34ced7a01faa0ce2b6e41f4d020..221b2edffb225ed443b188b52512910d96fc93ca 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 5: unreachable rule (shadowed by rule at line 4) [-Wunreacha
 /* Generated by re2c */
 #line 1 "input4.--empty-class(match-none).re"
 
-#line 5 "<stdout>"
+#line 5 "input4.--empty-class(match-none).c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,7 +12,7 @@ re2c: warning: line 5: unreachable rule (shadowed by rule at line 4) [-Wunreacha
        ++YYCURSOR;
 #line 4 "input4.--empty-class(match-none).re"
        { return 1; }
-#line 13 "<stdout>"
+#line 13 "input4.--empty-class(match-none).c"
 }
 #line 7 "input4.--empty-class(match-none).re"
 
index fe8c1cbc2b0ea9e399b197ff321566bda838b747..103279e4ec4d3f9d152b9ecb011e81af5293438b 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 5: unreachable rule (shadowed by rule at line 4) [-Wunreacha
 /* Generated by re2c */
 #line 1 "input4.re"
 
-#line 5 "<stdout>"
+#line 5 "input4.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,12 +12,12 @@ re2c: warning: line 5: unreachable rule (shadowed by rule at line 4) [-Wunreacha
        goto yy3;
 #line 3 "input4.re"
        { return 0; }
-#line 13 "<stdout>"
+#line 13 "input4.c"
 yy3:
        ++YYCURSOR;
 #line 4 "input4.re"
        { return 1; }
-#line 18 "<stdout>"
+#line 18 "input4.c"
 }
 #line 7 "input4.re"
 
index abc123780728b4f31d13d048e986480732e8fd83..78390986bc149c6b5b6d57f5f39ce9bed01e473b 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input5.re"
 
-#line 5 "<stdout>"
+#line 5 "input5.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -14,12 +14,12 @@ yy2:
        ++YYCURSOR;
 #line 3 "input5.re"
        { return 0; }
-#line 18 "<stdout>"
+#line 18 "input5.c"
 yy4:
        ++YYCURSOR;
 #line 4 "input5.re"
        { return 1; }
-#line 23 "<stdout>"
+#line 23 "input5.c"
 }
 #line 6 "input5.re"
 
index 910ac11756f6d0865858c33b03f4dae45279bf0e..cedd44f8a44b6f1572a659dc76d1cab1b9c9aa90 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 3: unreachable rule (shadowed by rule at line 4) [-Wunreacha
 /* Generated by re2c */
 #line 1 "input6.--empty-class(match-empty).re"
 
-#line 5 "<stdout>"
+#line 5 "input6.--empty-class(match-empty).c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,12 +12,12 @@ re2c: warning: line 3: unreachable rule (shadowed by rule at line 4) [-Wunreacha
        goto yy3;
 #line 3 "input6.--empty-class(match-empty).re"
        { return 0; }
-#line 13 "<stdout>"
+#line 13 "input6.--empty-class(match-empty).c"
 yy3:
        ++YYCURSOR;
 #line 4 "input6.--empty-class(match-empty).re"
        { return 1; }
-#line 18 "<stdout>"
+#line 18 "input6.--empty-class(match-empty).c"
 }
 #line 6 "input6.--empty-class(match-empty).re"
 
index da0ca30330b7b3f02e3076d96f3998fe000de512..104d955bd44698d44b4b52aa40aef752a34eaa7f 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 3: unreachable rule  [-Wunreachable-rules]
 /* Generated by re2c */
 #line 1 "input6.--empty-class(match-none).re"
 
-#line 5 "<stdout>"
+#line 5 "input6.--empty-class(match-none).c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,7 +12,7 @@ re2c: warning: line 3: unreachable rule  [-Wunreachable-rules]
        ++YYCURSOR;
 #line 4 "input6.--empty-class(match-none).re"
        { return 1; }
-#line 13 "<stdout>"
+#line 13 "input6.--empty-class(match-none).c"
 }
 #line 6 "input6.--empty-class(match-none).re"
 
index 1c38ac1d1f4991cb54092e61a02abd5284885ebc..58ec3ac62522badda43988241ae4247c3be92cb2 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 3: unreachable rule (shadowed by rule at line 4) [-Wunreacha
 /* Generated by re2c */
 #line 1 "input6.re"
 
-#line 5 "<stdout>"
+#line 5 "input6.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,12 +12,12 @@ re2c: warning: line 3: unreachable rule (shadowed by rule at line 4) [-Wunreacha
        goto yy3;
 #line 3 "input6.re"
        { return 0; }
-#line 13 "<stdout>"
+#line 13 "input6.c"
 yy3:
        ++YYCURSOR;
 #line 4 "input6.re"
        { return 1; }
-#line 18 "<stdout>"
+#line 18 "input6.c"
 }
 #line 6 "input6.re"
 
index 0b4da4800afc91039b3c28829fe01017428bfa12..cff1eea26b8b70237015520ac517db0d704107ec 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input7.re"
 
-#line 5 "<stdout>"
+#line 5 "input7.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -14,12 +14,12 @@ yy2:
        ++YYCURSOR;
 #line 5 "input7.re"
        { return 0; }
-#line 18 "<stdout>"
+#line 18 "input7.c"
 yy4:
        ++YYCURSOR;
 #line 6 "input7.re"
        { return 1; }
-#line 23 "<stdout>"
+#line 23 "input7.c"
 }
 #line 8 "input7.re"
 
index aeeba92ddedd3603b063ab52391c985b8879b87e..cbb33ef1c1cc02cb3a464b5cd89cce3dabaa610a 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input8.b.re"
 
-#line 5 "<stdout>"
+#line 5 "input8.b.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
 yy3:
 #line 6 "input8.b.re"
        { return 1; }
-#line 19 "<stdout>"
+#line 19 "input8.b.c"
 yy4:
        ++YYCURSOR;
 #line 7 "input8.b.re"
        { return 2; }
-#line 24 "<stdout>"
+#line 24 "input8.b.c"
 yy6:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -29,7 +29,7 @@ yy6:
 yy7:
 #line 5 "input8.b.re"
        { return 0; }
-#line 33 "<stdout>"
+#line 33 "input8.b.c"
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy10;
index 76d1e08af25ff9c73ca6beaf5c6adcacec0510c6..ab8e41daea7a2bfb1a69b6218969e3a96689a654 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input8.re"
 
-#line 5 "<stdout>"
+#line 5 "input8.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -22,12 +22,12 @@ yy2:
 yy3:
 #line 6 "input8.re"
        { return 1; }
-#line 26 "<stdout>"
+#line 26 "input8.c"
 yy4:
        ++YYCURSOR;
 #line 7 "input8.re"
        { return 2; }
-#line 31 "<stdout>"
+#line 31 "input8.c"
 yy6:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -39,7 +39,7 @@ yy6:
 yy7:
 #line 5 "input8.re"
        { return 0; }
-#line 43 "<stdout>"
+#line 43 "input8.c"
 yy8:
        yych = *++YYCURSOR;
        switch (yych) {
index 5051076d1d3998030f98a52f6a3bca07a1b5a1a1..71f14653817214724853816215d523eef62da51a 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input8.g.re"
 
-#line 5 "<stdout>"
+#line 5 "input8.g.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
 yy3:
 #line 6 "input8.g.re"
        { return 1; }
-#line 19 "<stdout>"
+#line 19 "input8.g.c"
 yy4:
        ++YYCURSOR;
 #line 7 "input8.g.re"
        { return 2; }
-#line 24 "<stdout>"
+#line 24 "input8.g.c"
 yy6:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -29,7 +29,7 @@ yy6:
 yy7:
 #line 5 "input8.g.re"
        { return 0; }
-#line 33 "<stdout>"
+#line 33 "input8.g.c"
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy10;
index ced87d6aaf11d9c1a9da78601695f375e345711c..b7641830f56914d26167df125019af47874b50e1 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "input9.re"
 
-#line 5 "<stdout>"
+#line 5 "input9.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -25,32 +25,32 @@ yy2:
        ++YYCURSOR;
 #line 5 "input9.re"
        { return 1; }
-#line 29 "<stdout>"
+#line 29 "input9.c"
 yy4:
        ++YYCURSOR;
 #line 6 "input9.re"
        { return 2; }
-#line 34 "<stdout>"
+#line 34 "input9.c"
 yy6:
        ++YYCURSOR;
 #line 7 "input9.re"
        { return 3; }
-#line 39 "<stdout>"
+#line 39 "input9.c"
 yy8:
        ++YYCURSOR;
 #line 8 "input9.re"
        { return 4; }
-#line 44 "<stdout>"
+#line 44 "input9.c"
 yy10:
        ++YYCURSOR;
 #line 9 "input9.re"
        { return 5; }
-#line 49 "<stdout>"
+#line 49 "input9.c"
 yy12:
        ++YYCURSOR;
 #line 10 "input9.re"
        { return 6; }
-#line 54 "<stdout>"
+#line 54 "input9.c"
 yy14:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -60,32 +60,32 @@ yy14:
 yy15:
 #line 18 "input9.re"
        { return 0; }
-#line 64 "<stdout>"
+#line 64 "input9.c"
 yy16:
        ++YYCURSOR;
 #line 13 "input9.re"
        { return 8; }
-#line 69 "<stdout>"
+#line 69 "input9.c"
 yy18:
        ++YYCURSOR;
 #line 14 "input9.re"
        { return 9; }
-#line 74 "<stdout>"
+#line 74 "input9.c"
 yy20:
        ++YYCURSOR;
 #line 15 "input9.re"
        { return 10; }
-#line 79 "<stdout>"
+#line 79 "input9.c"
 yy22:
        ++YYCURSOR;
 #line 16 "input9.re"
        { return 11; }
-#line 84 "<stdout>"
+#line 84 "input9.c"
 yy24:
        ++YYCURSOR;
 #line 17 "input9.re"
        { return 12; }
-#line 89 "<stdout>"
+#line 89 "input9.c"
 yy26:
        yych = *++YYCURSOR;
        goto yy15;
@@ -93,7 +93,7 @@ yy27:
        ++YYCURSOR;
 #line 11 "input9.re"
        { return 7; }
-#line 97 "<stdout>"
+#line 97 "input9.c"
 }
 #line 20 "input9.re"
 
index 93a916d78105382e01be8faf51f228fe1c2a4424..d1e1bc9c1b1c168866d9a21311324a64b6f9cba0 100644 (file)
@@ -14,7 +14,7 @@ bool lex (const char * cursor, const char * const limit)
 #   define YYLESSTHAN(n)  limit - cursor < n
 #   define YYFILL(n)      {}
     
-#line 18 "<stdout>"
+#line 18 "input_custom_default.--input(custom).c"
 {
        YYCTYPE yych;
        if (YYLESSTHAN (13)) YYFILL(13);
@@ -28,7 +28,7 @@ yy2:
 yy3:
 #line 16 "input_custom_default.--input(custom).re"
        { return false; }
-#line 32 "<stdout>"
+#line 32 "input_custom_default.--input(custom).c"
 yy4:
        YYSKIP ();
        YYBACKUP ();
@@ -150,7 +150,7 @@ yy19:
        YYRESTORECTX ();
 #line 15 "input_custom_default.--input(custom).re"
        { return true; }
-#line 154 "<stdout>"
+#line 154 "input_custom_default.--input(custom).c"
 }
 #line 17 "input_custom_default.--input(custom).re"
 
index 77c150f86991e6f2c57c511b2bb8b96858d2fb6f..02e820ccb1bc6099821896893f71c023a185354e 100644 (file)
Binary files a/re2c/test/input_custom_default.S--input(custom).c and b/re2c/test/input_custom_default.S--input(custom).c differ
index 46b250310a87c55166d4648955abd02b86499f85..095c6591f321b49487e64f6791987d8fdd182304 100644 (file)
@@ -23,7 +23,7 @@ bool lex (FILE * f, const long limit)
 #   define YYLESSTHAN(n)  limit - ftell (f) < n
 #   define YYFILL(n)      {}
     
-#line 27 "<stdout>"
+#line 27 "input_custom_fgetc.--input(custom).c"
 {
        YYCTYPE yych;
        if (YYLESSTHAN (13)) YYFILL(13);
@@ -37,7 +37,7 @@ yy2:
 yy3:
 #line 25 "input_custom_fgetc.--input(custom).re"
        { return false; }
-#line 41 "<stdout>"
+#line 41 "input_custom_fgetc.--input(custom).c"
 yy4:
        YYSKIP ();
        YYBACKUP ();
@@ -159,7 +159,7 @@ yy19:
        YYRESTORECTX ();
 #line 24 "input_custom_fgetc.--input(custom).re"
        { return true; }
-#line 163 "<stdout>"
+#line 163 "input_custom_fgetc.--input(custom).c"
 }
 #line 26 "input_custom_fgetc.--input(custom).re"
 
index 70cc4a65dad0472eca8c68bbdd60eadd28ed2aa5..2703a89936df94876ff79d073fbb6e25d60f30da 100644 (file)
Binary files a/re2c/test/input_custom_fgetc.S--input(custom).c and b/re2c/test/input_custom_fgetc.S--input(custom).c differ
index f9c8b85a2c0d4a3080370e9e800ea55470d96404..b13f47d8f048c9c58315e27b21c1945f2df85f9b 100644 (file)
@@ -16,7 +16,7 @@ bool lex (std::istringstream & is, const std::streampos limit)
 #   define YYLESSTHAN(n)  limit - is.tellg () < n
 #   define YYFILL(n)      {}
     
-#line 20 "<stdout>"
+#line 20 "input_custom_istringstream.--input(custom).c"
 {
        YYCTYPE yych;
        if (YYLESSTHAN (13)) YYFILL(13);
@@ -30,7 +30,7 @@ yy2:
 yy3:
 #line 18 "input_custom_istringstream.--input(custom).re"
        { return false; }
-#line 34 "<stdout>"
+#line 34 "input_custom_istringstream.--input(custom).c"
 yy4:
        YYSKIP ();
        YYBACKUP ();
@@ -152,7 +152,7 @@ yy19:
        YYRESTORECTX ();
 #line 17 "input_custom_istringstream.--input(custom).re"
        { return true; }
-#line 156 "<stdout>"
+#line 156 "input_custom_istringstream.--input(custom).c"
 }
 #line 19 "input_custom_istringstream.--input(custom).re"
 
index 58cb387dd6090c23dcee6b73f63601d85da32b92..2b39e16a41e42bda525fedfb90519753cf5934b4 100644 (file)
Binary files a/re2c/test/input_custom_istringstream.S--input(custom).c and b/re2c/test/input_custom_istringstream.S--input(custom).c differ
index e0a2728c3e32046e42c03b8bdb66557d26a0069d..0890d176f401fe2b53d58035ac76856f498dda7e 100644 (file)
@@ -490,7 +490,7 @@ static void parsectx_next_token(mjson_parser_t* context)
         s = c;
 
 
-#line 491 "<stdout>"
+#line 491 "input_custom_mjson.--input(custom).c"
         {
             YYCTYPE yych;
             unsigned int yyaccept = 0;
@@ -587,7 +587,7 @@ yy3:
             {
                 continue; 
             }
-#line 588 "<stdout>"
+#line 588 "input_custom_mjson.--input(custom).c"
 yy4:
             yyaccept = 0;
             YYSKIP ();
@@ -604,7 +604,7 @@ yy5:
                 context->token = TOK_INVALID;
                 return;
             }
-#line 605 "<stdout>"
+#line 605 "input_custom_mjson.--input(custom).c"
 yy6:
             YYSKIP ();
 #line 527 "input_custom_mjson.--input(custom).re"
@@ -612,7 +612,7 @@ yy6:
                 token = TOK_LEFT_CURLY_BRACKET;
                 goto done;
             }
-#line 613 "<stdout>"
+#line 613 "input_custom_mjson.--input(custom).c"
 yy8:
             YYSKIP ();
 #line 532 "input_custom_mjson.--input(custom).re"
@@ -620,7 +620,7 @@ yy8:
                 token = TOK_RIGHT_CURLY_BRACKET;
                 goto done;
             }
-#line 621 "<stdout>"
+#line 621 "input_custom_mjson.--input(custom).c"
 yy10:
             YYSKIP ();
 #line 537 "input_custom_mjson.--input(custom).re"
@@ -628,7 +628,7 @@ yy10:
                 token = TOK_LEFT_BRACKET;
                 goto done;
             }
-#line 629 "<stdout>"
+#line 629 "input_custom_mjson.--input(custom).c"
 yy12:
             YYSKIP ();
 #line 542 "input_custom_mjson.--input(custom).re"
@@ -636,7 +636,7 @@ yy12:
                 token = TOK_RIGHT_BRACKET;
                 goto done;
             }
-#line 637 "<stdout>"
+#line 637 "input_custom_mjson.--input(custom).c"
 yy14:
             YYSKIP ();
 #line 547 "input_custom_mjson.--input(custom).re"
@@ -644,7 +644,7 @@ yy14:
                 token = TOK_COLON;
                 goto done;
             }
-#line 645 "<stdout>"
+#line 645 "input_custom_mjson.--input(custom).c"
 yy16:
             YYSKIP ();
 #line 552 "input_custom_mjson.--input(custom).re"
@@ -652,7 +652,7 @@ yy16:
                 token = TOK_EQUAL;
                 goto done;
             }
-#line 653 "<stdout>"
+#line 653 "input_custom_mjson.--input(custom).c"
 yy18:
             YYSKIP ();
 #line 557 "input_custom_mjson.--input(custom).re"
@@ -660,7 +660,7 @@ yy18:
                 token = TOK_COMMA;
                 goto done;
             }
-#line 661 "<stdout>"
+#line 661 "input_custom_mjson.--input(custom).c"
 yy20:
             YYSKIP ();
             switch ((yych = YYPEEK ())) {
@@ -736,7 +736,7 @@ yy21:
                 token = TOK_DEC_NUMBER;
                 goto done;
             }
-#line 737 "<stdout>"
+#line 737 "input_custom_mjson.--input(custom).c"
 yy22:
             yyaccept = 0;
             YYSKIP ();
@@ -788,7 +788,7 @@ yy26:
                 token = TOK_IDENTIFIER;
                 goto done;
             }
-#line 789 "<stdout>"
+#line 789 "input_custom_mjson.--input(custom).c"
 yy27:
             YYSKIP ();
             yych = YYPEEK ();
@@ -821,7 +821,7 @@ yy31:
                 context->token = TOK_NONE;
                 return;
             }
-#line 822 "<stdout>"
+#line 822 "input_custom_mjson.--input(custom).c"
 yy33:
             YYSKIP ();
             yych = YYPEEK ();
@@ -867,7 +867,7 @@ yy38:
                 token = TOK_NOESC_STRING;
                 goto done;
             }
-#line 868 "<stdout>"
+#line 868 "input_custom_mjson.--input(custom).c"
 yy40:
             YYSKIP ();
             yych = YYPEEK ();
@@ -912,7 +912,7 @@ yy43:
                 token = TOK_STRING;
                 goto done;
             }
-#line 913 "<stdout>"
+#line 913 "input_custom_mjson.--input(custom).c"
 yy45:
             YYSKIP ();
             yych = YYPEEK ();
@@ -1155,7 +1155,7 @@ yy53:
                 token = TOK_NULL;
                 goto done;
             }
-#line 1156 "<stdout>"
+#line 1156 "input_custom_mjson.--input(custom).c"
 yy54:
             YYSKIP ();
             yych = YYPEEK ();
@@ -1251,7 +1251,7 @@ yy58:
                 token = TOK_FALSE;
                 goto done;
             }
-#line 1252 "<stdout>"
+#line 1252 "input_custom_mjson.--input(custom).c"
 yy59:
             YYSKIP ();
             yych = YYPEEK ();
@@ -1340,7 +1340,7 @@ yy62:
                 token = TOK_TRUE;
                 goto done;
             }
-#line 1341 "<stdout>"
+#line 1341 "input_custom_mjson.--input(custom).c"
 yy63:
             yyaccept = 1;
             YYSKIP ();
@@ -1367,7 +1367,7 @@ yy65:
                 token = TOK_FLOAT_NUMBER;
                 goto done;
             }
-#line 1368 "<stdout>"
+#line 1368 "input_custom_mjson.--input(custom).c"
 yy66:
             YYSKIP ();
             yych = YYPEEK ();
@@ -1564,7 +1564,7 @@ yy74:
                 context->token = TOK_INVALID;
                 return;
             }
-#line 1565 "<stdout>"
+#line 1565 "input_custom_mjson.--input(custom).c"
 yy75:
             yyaccept = 2;
             YYSKIP ();
@@ -2042,7 +2042,7 @@ yy101:
                 token = TOK_OCT_NUMBER;
                 goto done;
             }
-#line 2043 "<stdout>"
+#line 2043 "input_custom_mjson.--input(custom).c"
 yy102:
             YYSKIP ();
             yych = YYPEEK ();
@@ -2258,7 +2258,7 @@ yy107:
                 token = TOK_HEX_NUMBER;
                 goto done;
             }
-#line 2259 "<stdout>"
+#line 2259 "input_custom_mjson.--input(custom).c"
 yy108:
             YYSKIP ();
             yych = YYPEEK ();
@@ -2281,7 +2281,7 @@ yy112:
             {
                 continue; 
             }
-#line 2282 "<stdout>"
+#line 2282 "input_custom_mjson.--input(custom).c"
 yy114:
             YYSKIP ();
             yych = YYPEEK ();
@@ -2315,7 +2315,7 @@ yy120:
             {
                 continue; 
             }
-#line 2316 "<stdout>"
+#line 2316 "input_custom_mjson.--input(custom).c"
 yy121:
             yyaccept = 4;
             YYSKIP ();
@@ -2476,7 +2476,7 @@ static int parse_string(mjson_parser_t *context, uint32_t id)
         s = c;
 
 
-#line 2477 "<stdout>"
+#line 2477 "input_custom_mjson.--input(custom).c"
         {
             YYCTYPE yych;
             yych = YYPEEK ();
@@ -2501,7 +2501,7 @@ yy130:
 
                 continue;
             }
-#line 2502 "<stdout>"
+#line 2502 "input_custom_mjson.--input(custom).c"
 yy131:
             YYSKIP ();
             YYBACKUP ();
@@ -2523,7 +2523,7 @@ yy132:
             { 
                 assert(!"reachable");
             }
-#line 2524 "<stdout>"
+#line 2524 "input_custom_mjson.--input(custom).c"
 yy133:
             YYSKIP ();
 #line 801 "input_custom_mjson.--input(custom).re"
@@ -2535,7 +2535,7 @@ yy133:
 
                 return 1;
             }
-#line 2536 "<stdout>"
+#line 2536 "input_custom_mjson.--input(custom).c"
 yy135:
             YYSKIP ();
             yych = YYPEEK ();
@@ -2604,7 +2604,7 @@ yy138:
                 
                 continue;
             }
-#line 2605 "<stdout>"
+#line 2605 "input_custom_mjson.--input(custom).c"
 yy140:
             YYSKIP ();
             yych = YYPEEK ();
@@ -2705,7 +2705,7 @@ yy143:
 
                 continue;
             }
-#line 2706 "<stdout>"
+#line 2706 "input_custom_mjson.--input(custom).c"
 yy145:
             YYSKIP ();
             yych = YYPEEK ();
index 4a4b269c87a24fac73acb5e65ef3267ffdf7d194..edbce6e3823674391ada00efdb6fee44a1fbe7b4 100644 (file)
@@ -125,7 +125,7 @@ int lex_line626 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line626.input"
+        ("input_custom_mjson.S--input(custom).c.line626.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -137,7 +137,7 @@ int lex_line626 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line626.keys"
+        ("input_custom_mjson.S--input(custom).c.line626.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2065,7 +2065,7 @@ int lex_line813 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line813.input"
+        ("input_custom_mjson.S--input(custom).c.line813.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2077,7 +2077,7 @@ int lex_line813 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line813.keys"
+        ("input_custom_mjson.S--input(custom).c.line813.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index f3c540d47ce36279ad660035d76d44ad93949757..95a0bb883b7ee9ce6fe698296dc7c476f7be5d96 100644 (file)
@@ -4,7 +4,7 @@ re2c: warning: line 1: control flow is undefined for strings that match '\xA', u
 const char* scan(unsigned char* in)
 {
 
-#line 7 "<stdout>"
+#line 7 "line-01.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -24,35 +24,35 @@ yy3:
        {
                return "a";
        }
-#line 27 "<stdout>"
+#line 27 "line-01.c"
 yy5:
        ++YYCURSOR;
 #line 2 "b"
        {
                return "b";
        }
-#line 34 "<stdout>"
+#line 34 "line-01.c"
 yy7:
        ++YYCURSOR;
 #line 5 "b"
        {
                return "c";
        }
-#line 41 "<stdout>"
+#line 41 "line-01.c"
 yy9:
        ++YYCURSOR;
 #line 2 "d"
        {
                return "d";
        }
-#line 48 "<stdout>"
+#line 48 "line-01.c"
 yy11:
        ++YYCURSOR;
 #line 6 "d"
        {
                return ".";
        }
-#line 55 "<stdout>"
+#line 55 "line-01.c"
 }
 #line 1 "e"
 
index 4112cd7337e579c83a1dc50f883ed4e800a1c96c..a6647bcb65b8a1b68cdab333ca0e07676849ba22 100644 (file)
@@ -51,7 +51,7 @@ int ScanFullSpeed(char *pzStrToScan, size_t lenStrToScan)
        for(;;)
        {
 
-#line 55 "<stdout>"
+#line 55 "main.b.c"
                {
                        YYCTYPE yych;
                        static const unsigned char yybm[] = {
@@ -109,7 +109,7 @@ int ScanFullSpeed(char *pzStrToScan, size_t lenStrToScan)
 yy3:
 #line 93 "main.b.re"
                        { continue; }
-#line 113 "<stdout>"
+#line 113 "main.b.c"
 yy4:
                        ++YYCURSOR;
                        if (yybm[0+(yych = *YYCURSOR)] & 128) {
@@ -118,22 +118,22 @@ yy4:
 yy5:
 #line 98 "main.b.re"
                        { return 1; }
-#line 122 "<stdout>"
+#line 122 "main.b.c"
 yy6:
                        ++YYCURSOR;
 #line 95 "main.b.re"
                        { continue; }
-#line 127 "<stdout>"
+#line 127 "main.b.c"
 yy8:
                        ++YYCURSOR;
 #line 96 "main.b.re"
                        { continue; }
-#line 132 "<stdout>"
+#line 132 "main.b.c"
 yy10:
                        ++YYCURSOR;
 #line 97 "main.b.re"
                        { return 0; }
-#line 137 "<stdout>"
+#line 137 "main.b.c"
 yy12:
                        yych = *++YYCURSOR;
                        goto yy5;
@@ -146,7 +146,7 @@ yy13:
                        }
 #line 94 "main.b.re"
                        { continue; }
-#line 150 "<stdout>"
+#line 150 "main.b.c"
 yy16:
                        ++YYCURSOR;
                        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -177,7 +177,7 @@ int scan(char *pzStrToScan, size_t lenStrToScan)
        for(;;)
        {
 
-#line 181 "<stdout>"
+#line 181 "main.b.c"
                {
                        YYCTYPE yych;
                        static const unsigned char yybm[] = {
@@ -235,7 +235,7 @@ int scan(char *pzStrToScan, size_t lenStrToScan)
 yy21:
 #line 120 "main.b.re"
                        { printf("Num\n"); strcat(gTestBuf, "Num "); continue; }
-#line 239 "<stdout>"
+#line 239 "main.b.c"
 yy22:
                        ++YYCURSOR;
                        if (yybm[0+(yych = *YYCURSOR)] & 128) {
@@ -244,22 +244,22 @@ yy22:
 yy23:
 #line 125 "main.b.re"
                        { printf("ERR\n"); strcat(gTestBuf, "ERR "); return 1; }
-#line 248 "<stdout>"
+#line 248 "main.b.c"
 yy24:
                        ++YYCURSOR;
 #line 122 "main.b.re"
                        { printf("+\n");   strcat(gTestBuf, "+ ");   continue; }
-#line 253 "<stdout>"
+#line 253 "main.b.c"
 yy26:
                        ++YYCURSOR;
 #line 123 "main.b.re"
                        { printf("-\n");   strcat(gTestBuf, "- ");   continue; }
-#line 258 "<stdout>"
+#line 258 "main.b.c"
 yy28:
                        ++YYCURSOR;
 #line 124 "main.b.re"
                        { printf("EOF\n");                           return 0; }
-#line 263 "<stdout>"
+#line 263 "main.b.c"
 yy30:
                        yych = *++YYCURSOR;
                        goto yy23;
@@ -272,7 +272,7 @@ yy31:
                        }
 #line 121 "main.b.re"
                        { printf("Oct\n"); strcat(gTestBuf, "Oct "); continue; }
-#line 276 "<stdout>"
+#line 276 "main.b.c"
 yy34:
                        ++YYCURSOR;
                        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 7c36b1f1be3b437e016e51efde10ecf3e62318d2..9e4e2ab0d2b22505a807ee84a7299766a729b00e 100644 (file)
@@ -64,7 +64,7 @@ std:
 
 
 
-#line 68 "<stdout>"
+#line 68 "modula.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -171,7 +171,7 @@ yy2:
 yy3:
 #line 80 "modula.re"
        {RETURN(9);}
-#line 175 "<stdout>"
+#line 175 "modula.c"
 yy4:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -180,7 +180,7 @@ yy4:
 yy5:
 #line 70 "modula.re"
        {RETURN(1);}
-#line 184 "<stdout>"
+#line 184 "modula.c"
 yy6:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -199,7 +199,7 @@ yy8:
                printf("unexpected character: %c\n", *s->tok);
                goto std;
            }
-#line 203 "<stdout>"
+#line 203 "modula.c"
 yy9:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -211,37 +211,37 @@ yy10:
        ++YYCURSOR;
 #line 78 "modula.re"
        {RETURN(7);}
-#line 215 "<stdout>"
+#line 215 "modula.c"
 yy12:
        ++YYCURSOR;
 #line 79 "modula.re"
        {RETURN(8);}
-#line 220 "<stdout>"
+#line 220 "modula.c"
 yy14:
        ++YYCURSOR;
 #line 81 "modula.re"
        {RETURN(10);}
-#line 225 "<stdout>"
+#line 225 "modula.c"
 yy16:
        ++YYCURSOR;
 #line 82 "modula.re"
        {RETURN(11);}
-#line 230 "<stdout>"
+#line 230 "modula.c"
 yy18:
        ++YYCURSOR;
 #line 83 "modula.re"
        {RETURN(12);}
-#line 235 "<stdout>"
+#line 235 "modula.c"
 yy20:
        ++YYCURSOR;
 #line 84 "modula.re"
        {RETURN(13);}
-#line 240 "<stdout>"
+#line 240 "modula.c"
 yy22:
        ++YYCURSOR;
 #line 85 "modula.re"
        {RETURN(14);}
-#line 245 "<stdout>"
+#line 245 "modula.c"
 yy24:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -251,12 +251,12 @@ yy24:
 yy25:
 #line 86 "modula.re"
        {RETURN(15);}
-#line 255 "<stdout>"
+#line 255 "modula.c"
 yy26:
        ++YYCURSOR;
 #line 88 "modula.re"
        {RETURN(17);}
-#line 260 "<stdout>"
+#line 260 "modula.c"
 yy28:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -266,12 +266,12 @@ yy28:
 yy29:
 #line 89 "modula.re"
        {RETURN(18);}
-#line 270 "<stdout>"
+#line 270 "modula.c"
 yy30:
        ++YYCURSOR;
 #line 91 "modula.re"
        {RETURN(20);}
-#line 275 "<stdout>"
+#line 275 "modula.c"
 yy32:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -282,12 +282,12 @@ yy32:
 yy33:
 #line 92 "modula.re"
        {RETURN(21);}
-#line 286 "<stdout>"
+#line 286 "modula.c"
 yy34:
        ++YYCURSOR;
 #line 95 "modula.re"
        {RETURN(24);}
-#line 291 "<stdout>"
+#line 291 "modula.c"
 yy36:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -297,42 +297,42 @@ yy36:
 yy37:
 #line 96 "modula.re"
        {RETURN(25);}
-#line 301 "<stdout>"
+#line 301 "modula.c"
 yy38:
        ++YYCURSOR;
 #line 98 "modula.re"
        {RETURN(27);}
-#line 306 "<stdout>"
+#line 306 "modula.c"
 yy40:
        ++YYCURSOR;
 #line 99 "modula.re"
        {RETURN(28);}
-#line 311 "<stdout>"
+#line 311 "modula.c"
 yy42:
        ++YYCURSOR;
 #line 100 "modula.re"
        {RETURN(29);}
-#line 316 "<stdout>"
+#line 316 "modula.c"
 yy44:
        ++YYCURSOR;
 #line 101 "modula.re"
        {RETURN(30);}
-#line 321 "<stdout>"
+#line 321 "modula.c"
 yy46:
        ++YYCURSOR;
 #line 102 "modula.re"
        {RETURN(31);}
-#line 326 "<stdout>"
+#line 326 "modula.c"
 yy48:
        ++YYCURSOR;
 #line 103 "modula.re"
        {RETURN(32);}
-#line 331 "<stdout>"
+#line 331 "modula.c"
 yy50:
        ++YYCURSOR;
 #line 104 "modula.re"
        {RETURN(33);}
-#line 336 "<stdout>"
+#line 336 "modula.c"
 yy52:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -343,7 +343,7 @@ yy52:
 yy53:
 #line 147 "modula.re"
        {RETURN(74);}
-#line 347 "<stdout>"
+#line 347 "modula.c"
 yy54:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -476,7 +476,7 @@ yy73:
 yy74:
 #line 149 "modula.re"
        { goto std; }
-#line 480 "<stdout>"
+#line 480 "modula.c"
 yy75:
        ++YYCURSOR;
 #line 152 "modula.re"
@@ -485,7 +485,7 @@ yy75:
                s->pos = cursor; s->line++;
                goto std;
            }
-#line 489 "<stdout>"
+#line 489 "modula.c"
 yy77:
        yych = *++YYCURSOR;
        goto yy8;
@@ -657,7 +657,7 @@ yy85:
 yy86:
 #line 145 "modula.re"
        {RETURN(73);}
-#line 661 "<stdout>"
+#line 661 "modula.c"
 yy87:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -740,7 +740,7 @@ yy89:
 yy90:
 #line 144 "modula.re"
        {RETURN(72);}
-#line 744 "<stdout>"
+#line 744 "modula.c"
 yy91:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -817,7 +817,7 @@ yy92:
 yy93:
 #line 143 "modula.re"
        {RETURN(71);}
-#line 821 "<stdout>"
+#line 821 "modula.c"
 yy94:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -906,7 +906,7 @@ yy97:
 yy98:
 #line 142 "modula.re"
        {RETURN(70);}
-#line 910 "<stdout>"
+#line 910 "modula.c"
 yy99:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -983,7 +983,7 @@ yy100:
 yy101:
 #line 140 "modula.re"
        {RETURN(68);}
-#line 987 "<stdout>"
+#line 987 "modula.c"
 yy102:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1066,7 +1066,7 @@ yy104:
 yy105:
 #line 141 "modula.re"
        {RETURN(69);}
-#line 1070 "<stdout>"
+#line 1070 "modula.c"
 yy106:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1143,7 +1143,7 @@ yy107:
 yy108:
 #line 139 "modula.re"
        {RETURN(67);}
-#line 1147 "<stdout>"
+#line 1147 "modula.c"
 yy109:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1220,7 +1220,7 @@ yy110:
 yy111:
 #line 138 "modula.re"
        {RETURN(66);}
-#line 1224 "<stdout>"
+#line 1224 "modula.c"
 yy112:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1329,7 +1329,7 @@ yy118:
 yy119:
 #line 137 "modula.re"
        {RETURN(65);}
-#line 1333 "<stdout>"
+#line 1333 "modula.c"
 yy120:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1412,7 +1412,7 @@ yy122:
 yy123:
 #line 136 "modula.re"
        {RETURN(64);}
-#line 1416 "<stdout>"
+#line 1416 "modula.c"
 yy124:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1495,7 +1495,7 @@ yy126:
 yy127:
 #line 135 "modula.re"
        {RETURN(63);}
-#line 1499 "<stdout>"
+#line 1499 "modula.c"
 yy128:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1608,7 +1608,7 @@ yy135:
 yy136:
 #line 134 "modula.re"
        {RETURN(62);}
-#line 1612 "<stdout>"
+#line 1612 "modula.c"
 yy137:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1727,7 +1727,7 @@ yy145:
 yy146:
 #line 133 "modula.re"
        {RETURN(61);}
-#line 1731 "<stdout>"
+#line 1731 "modula.c"
 yy147:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1822,7 +1822,7 @@ yy151:
 yy152:
 #line 132 "modula.re"
        {RETURN(60);}
-#line 1826 "<stdout>"
+#line 1826 "modula.c"
 yy153:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1893,7 +1893,7 @@ yy153:
 yy154:
 #line 130 "modula.re"
        {RETURN(58);}
-#line 1897 "<stdout>"
+#line 1897 "modula.c"
 yy155:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1964,7 +1964,7 @@ yy155:
 yy156:
 #line 131 "modula.re"
        {RETURN(59);}
-#line 1968 "<stdout>"
+#line 1968 "modula.c"
 yy157:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2041,7 +2041,7 @@ yy158:
 yy159:
 #line 129 "modula.re"
        {RETURN(57);}
-#line 2045 "<stdout>"
+#line 2045 "modula.c"
 yy160:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2118,7 +2118,7 @@ yy161:
 yy162:
 #line 127 "modula.re"
        {RETURN(55);}
-#line 2122 "<stdout>"
+#line 2122 "modula.c"
 yy163:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2201,7 +2201,7 @@ yy165:
 yy166:
 #line 128 "modula.re"
        {RETURN(56);}
-#line 2205 "<stdout>"
+#line 2205 "modula.c"
 yy167:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2284,7 +2284,7 @@ yy169:
 yy170:
 #line 126 "modula.re"
        {RETURN(54);}
-#line 2288 "<stdout>"
+#line 2288 "modula.c"
 yy171:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2355,7 +2355,7 @@ yy171:
 yy172:
 #line 122 "modula.re"
        {RETURN(50);}
-#line 2359 "<stdout>"
+#line 2359 "modula.c"
 yy173:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2432,7 +2432,7 @@ yy174:
 yy175:
 #line 125 "modula.re"
        {RETURN(53);}
-#line 2436 "<stdout>"
+#line 2436 "modula.c"
 yy176:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2528,7 +2528,7 @@ yy180:
 yy181:
 #line 124 "modula.re"
        {RETURN(52);}
-#line 2532 "<stdout>"
+#line 2532 "modula.c"
 yy182:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2653,7 +2653,7 @@ yy191:
 yy192:
 #line 123 "modula.re"
        {RETURN(51);}
-#line 2657 "<stdout>"
+#line 2657 "modula.c"
 yy193:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2742,7 +2742,7 @@ yy196:
 yy197:
 #line 121 "modula.re"
        {RETURN(49);}
-#line 2746 "<stdout>"
+#line 2746 "modula.c"
 yy198:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2813,7 +2813,7 @@ yy198:
 yy199:
 #line 120 "modula.re"
        {RETURN(48);}
-#line 2817 "<stdout>"
+#line 2817 "modula.c"
 yy200:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2927,7 +2927,7 @@ yy207:
 yy208:
 #line 119 "modula.re"
        {RETURN(47);}
-#line 2931 "<stdout>"
+#line 2931 "modula.c"
 yy209:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2998,7 +2998,7 @@ yy209:
 yy210:
 #line 118 "modula.re"
        {RETURN(46);}
-#line 3002 "<stdout>"
+#line 3002 "modula.c"
 yy211:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3069,7 +3069,7 @@ yy211:
 yy212:
 #line 117 "modula.re"
        {RETURN(45);}
-#line 3073 "<stdout>"
+#line 3073 "modula.c"
 yy213:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3147,7 +3147,7 @@ yy214:
 yy215:
 #line 115 "modula.re"
        {RETURN(43);}
-#line 3151 "<stdout>"
+#line 3151 "modula.c"
 yy216:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3224,7 +3224,7 @@ yy217:
 yy218:
 #line 116 "modula.re"
        {RETURN(44);}
-#line 3228 "<stdout>"
+#line 3228 "modula.c"
 yy219:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3307,7 +3307,7 @@ yy221:
 yy222:
 #line 114 "modula.re"
        {RETURN(42);}
-#line 3311 "<stdout>"
+#line 3311 "modula.c"
 yy223:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3378,7 +3378,7 @@ yy223:
 yy224:
 #line 113 "modula.re"
        {RETURN(41);}
-#line 3382 "<stdout>"
+#line 3382 "modula.c"
 yy225:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3491,7 +3491,7 @@ yy232:
 yy233:
 #line 112 "modula.re"
        {RETURN(40);}
-#line 3495 "<stdout>"
+#line 3495 "modula.c"
 yy234:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3586,7 +3586,7 @@ yy238:
 yy239:
 #line 111 "modula.re"
        {RETURN(39);}
-#line 3590 "<stdout>"
+#line 3590 "modula.c"
 yy240:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3663,7 +3663,7 @@ yy241:
 yy242:
 #line 110 "modula.re"
        {RETURN(38);}
-#line 3667 "<stdout>"
+#line 3667 "modula.c"
 yy243:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3740,7 +3740,7 @@ yy244:
 yy245:
 #line 109 "modula.re"
        {RETURN(37);}
-#line 3744 "<stdout>"
+#line 3744 "modula.c"
 yy246:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3823,7 +3823,7 @@ yy248:
 yy249:
 #line 108 "modula.re"
        {RETURN(36);}
-#line 3827 "<stdout>"
+#line 3827 "modula.c"
 yy250:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3918,7 +3918,7 @@ yy254:
 yy255:
 #line 107 "modula.re"
        {RETURN(35);}
-#line 3922 "<stdout>"
+#line 3922 "modula.c"
 yy256:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3989,32 +3989,32 @@ yy256:
 yy257:
 #line 106 "modula.re"
        {RETURN(34);}
-#line 3993 "<stdout>"
+#line 3993 "modula.c"
 yy258:
        ++YYCURSOR;
 #line 97 "modula.re"
        {RETURN(26);}
-#line 3998 "<stdout>"
+#line 3998 "modula.c"
 yy260:
        ++YYCURSOR;
 #line 94 "modula.re"
        {RETURN(23);}
-#line 4003 "<stdout>"
+#line 4003 "modula.c"
 yy262:
        ++YYCURSOR;
 #line 93 "modula.re"
        {RETURN(22);}
-#line 4008 "<stdout>"
+#line 4008 "modula.c"
 yy264:
        ++YYCURSOR;
 #line 90 "modula.re"
        {RETURN(19);}
-#line 4013 "<stdout>"
+#line 4013 "modula.c"
 yy266:
        ++YYCURSOR;
 #line 87 "modula.re"
        {RETURN(16);}
-#line 4018 "<stdout>"
+#line 4018 "modula.c"
 yy268:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -4038,7 +4038,7 @@ yy271:
        ++YYCURSOR;
 #line 76 "modula.re"
        {RETURN(6);}
-#line 4042 "<stdout>"
+#line 4042 "modula.c"
 yy273:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -4059,7 +4059,7 @@ yy275:
 yy276:
 #line 75 "modula.re"
        {RETURN(5);}
-#line 4063 "<stdout>"
+#line 4063 "modula.c"
 yy277:
        yyaccept = 0;
        YYMARKER = ++YYCURSOR;
@@ -4116,13 +4116,13 @@ yy281:
        ++YYCURSOR;
 #line 74 "modula.re"
        {RETURN(4);}
-#line 4120 "<stdout>"
+#line 4120 "modula.c"
 yy283:
        ++YYCURSOR;
        YYCURSOR = YYCTXMARKER;
 #line 71 "modula.re"
        {RETURN(1);}
-#line 4126 "<stdout>"
+#line 4126 "modula.c"
 yy285:
        yyaccept = 2;
        YYMARKER = ++YYCURSOR;
@@ -4246,7 +4246,7 @@ yy293:
 yy294:
 #line 72 "modula.re"
        {RETURN(2);}
-#line 4250 "<stdout>"
+#line 4250 "modula.c"
 yy295:
        yyaccept = 4;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -4273,18 +4273,18 @@ yy295:
 yy296:
 #line 73 "modula.re"
        {RETURN(3);}
-#line 4277 "<stdout>"
+#line 4277 "modula.c"
 yy297:
        ++YYCURSOR;
 #line 68 "modula.re"
        { depth = 1; goto comment; }
-#line 4282 "<stdout>"
+#line 4282 "modula.c"
 }
 #line 163 "modula.re"
 
 comment:
 
-#line 4288 "<stdout>"
+#line 4288 "modula.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -4304,7 +4304,7 @@ yy301:
 yy302:
 #line 180 "modula.re"
        { goto comment; }
-#line 4308 "<stdout>"
+#line 4308 "modula.c"
 yy303:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4319,7 +4319,7 @@ yy304:
                s->tok = s->pos = cursor; s->line++;
                goto comment;
            }
-#line 4323 "<stdout>"
+#line 4323 "modula.c"
 yy306:
        yych = *++YYCURSOR;
        goto yy302;
@@ -4327,7 +4327,7 @@ yy307:
        ++YYCURSOR;
 #line 173 "modula.re"
        { ++depth; goto comment; }
-#line 4331 "<stdout>"
+#line 4331 "modula.c"
 yy309:
        ++YYCURSOR;
 #line 167 "modula.re"
@@ -4337,7 +4337,7 @@ yy309:
                else
                    goto comment;
            }
-#line 4341 "<stdout>"
+#line 4341 "modula.c"
 }
 #line 181 "modula.re"
 
index dbbe9a3ed49e451bd0b7df54d68efcc529662d65..e77efb14cbbb090e0e15b28cef4a6a3fa788283c 100644 (file)
@@ -11,7 +11,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "overflow-1.re"
 
-#line 5 "<stdout>"
+#line 5 "overflow-1.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 8217) YYFILL(8217);
@@ -49321,6 +49321,6 @@ yy8219:
        ++YYCURSOR;
 #line 2 "overflow-1.re"
        {return 'a';}
-#line 49315 "<stdout>"
+#line 49315 "overflow-1.c"
 }
 #line 3 "overflow-1.re"
index 7cdcdea0dd4ed9b8506d007c94910f0566a121e4..1bc74c7aeb470c80e9eea21ddbbc40a8515b0a3c 100644 (file)
@@ -6,7 +6,7 @@ re2c: warning: line 6: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "overflow-4.re"
 
-#line 5 "<stdout>"
+#line 5 "overflow-4.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -32,6 +32,6 @@ yy5:
        ++YYCURSOR;
 #line 4 "overflow-4.re"
        { return "bla"; }
-#line 31 "<stdout>"
+#line 31 "overflow-4.c"
 }
 #line 6 "overflow-4.re"
index daa3101efd9a344f50aa68d55eed83d6d261dd41..a04f7c91b8fd4a4b55a1b72a0c53a02e00a53778 100644 (file)
@@ -739,7 +739,7 @@ std:
 
 
 
-#line 743 "<stdout>"
+#line 743 "parse_date.b.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -883,7 +883,7 @@ yy3:
                TIMELIB_DEINIT;
                return TIMELIB_TIMEZONE;
        }
-#line 887 "<stdout>"
+#line 887 "parse_date.b.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych <= 'E') {
@@ -1141,7 +1141,7 @@ yy12:
                s->errors++;
                goto std;
        }
-#line 1145 "<stdout>"
+#line 1145 "parse_date.b.c"
 yy13:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -2132,7 +2132,7 @@ yy46:
        {
                goto std;
        }
-#line 2136 "<stdout>"
+#line 2136 "parse_date.b.c"
 yy47:
        yych = *++YYCURSOR;
        goto yy46;
@@ -2143,7 +2143,7 @@ yy48:
                s->pos = cursor; s->line++;
                goto std;
        }
-#line 2147 "<stdout>"
+#line 2147 "parse_date.b.c"
 yy50:
        yych = *++YYCURSOR;
        goto yy12;
@@ -2431,7 +2431,7 @@ yy69:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 2435 "<stdout>"
+#line 2435 "parse_date.b.c"
 yy70:
        yych = *++YYCURSOR;
        if (yych == 'D') goto yy71;
@@ -3284,7 +3284,7 @@ yy172:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 3288 "<stdout>"
+#line 3288 "parse_date.b.c"
 yy173:
        yych = *++YYCURSOR;
        if (yych == 'D') goto yy174;
@@ -4784,7 +4784,7 @@ yy341:
                TIMELIB_DEINIT;
                return TIMELIB_WEEKDAY;
        }
-#line 4788 "<stdout>"
+#line 4788 "parse_date.b.c"
 yy342:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -5021,7 +5021,7 @@ yy363:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 5025 "<stdout>"
+#line 5025 "parse_date.b.c"
 yy364:
        yych = *++YYCURSOR;
        if (yych <= 'm') {
@@ -5230,7 +5230,7 @@ yy385:
                TIMELIB_DEINIT;
                return TIMELIB_SHORTDATE_WITH_TIME;
        }
-#line 5234 "<stdout>"
+#line 5234 "parse_date.b.c"
 yy386:
        yyaccept = 7;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -5524,7 +5524,7 @@ yy420:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 5528 "<stdout>"
+#line 5528 "parse_date.b.c"
 yy421:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -5874,7 +5874,7 @@ yy446:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 5878 "<stdout>"
+#line 5878 "parse_date.b.c"
 yy447:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy446;
@@ -7163,7 +7163,7 @@ yy526:
                TIMELIB_DEINIT;
                return TIMELIB_AGO;
        }
-#line 7167 "<stdout>"
+#line 7167 "parse_date.b.c"
 yy527:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9049,7 +9049,7 @@ yy620:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 9053 "<stdout>"
+#line 9053 "parse_date.b.c"
 yy621:
        yyaccept = 10;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9160,7 +9160,7 @@ yy631:
                TIMELIB_DEINIT;
                return TIMELIB_TIME12;
        }
-#line 9164 "<stdout>"
+#line 9164 "parse_date.b.c"
 yy632:
        yych = *++YYCURSOR;
        goto yy631;
@@ -9197,7 +9197,7 @@ yy634:
                TIMELIB_DEINIT;
                return TIMELIB_TIME24_WITH_ZONE;
        }
-#line 9201 "<stdout>"
+#line 9201 "parse_date.b.c"
 yy635:
        yyaccept = 11;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9399,7 +9399,7 @@ yy660:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL;
        }
-#line 9403 "<stdout>"
+#line 9403 "parse_date.b.c"
 yy661:
        yych = *++YYCURSOR;
        if (yych == 'M') goto yy662;
@@ -9924,7 +9924,7 @@ yy729:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL_POINTED;
        }
-#line 9928 "<stdout>"
+#line 9928 "parse_date.b.c"
 yy730:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy729;
@@ -10452,7 +10452,7 @@ yy775:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 10456 "<stdout>"
+#line 10456 "parse_date.b.c"
 yy776:
        yyaccept = 12;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -10534,7 +10534,7 @@ yy784:
                TIMELIB_DEINIT;
                return TIMELIB_AMERICAN;
        }
-#line 10538 "<stdout>"
+#line 10538 "parse_date.b.c"
 yy785:
        yyaccept = 13;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -10737,7 +10737,7 @@ yy817:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 10741 "<stdout>"
+#line 10741 "parse_date.b.c"
 yy818:
        yych = *++YYCURSOR;
        if (yych <= '5') {
@@ -11070,7 +11070,7 @@ yy867:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 11074 "<stdout>"
+#line 11074 "parse_date.b.c"
 yy869:
        yych = *++YYCURSOR;
        if (yych == 'V') goto yy862;
@@ -11214,7 +11214,7 @@ yy880:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 11218 "<stdout>"
+#line 11218 "parse_date.b.c"
 yy881:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -11373,7 +11373,7 @@ yy889:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 11377 "<stdout>"
+#line 11377 "parse_date.b.c"
 yy890:
        yych = *++YYCURSOR;
        if (yych == 'I') goto yy1021;
@@ -11583,7 +11583,7 @@ yy910:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 11587 "<stdout>"
+#line 11587 "parse_date.b.c"
 yy911:
        ++YYCURSOR;
 #line 1200 "parse_date.b.re"
@@ -11604,7 +11604,7 @@ yy911:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 11608 "<stdout>"
+#line 11608 "parse_date.b.c"
 yy913:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -11672,7 +11672,7 @@ yy916:
                TIMELIB_DEINIT;
                return TIMELIB_PG_YEARDAY;
        }
-#line 11676 "<stdout>"
+#line 11676 "parse_date.b.c"
 yy917:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -11777,7 +11777,7 @@ yy937:
                TIMELIB_DEINIT;
                return TIMELIB_XMLRPC_SOAP;
        }
-#line 11781 "<stdout>"
+#line 11781 "parse_date.b.c"
 yy938:
        yych = *++YYCURSOR;
        if (yych <= '2') {
@@ -11925,7 +11925,7 @@ yy943:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NOCOLON;
        }
-#line 11929 "<stdout>"
+#line 11929 "parse_date.b.c"
 yy944:
        yych = *++YYCURSOR;
        if (yych <= 'H') {
@@ -12486,7 +12486,7 @@ yy1043:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 12490 "<stdout>"
+#line 12490 "parse_date.b.c"
 yy1044:
        yyaccept = 18;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -13469,7 +13469,7 @@ yy1146:
                TIMELIB_DEINIT;
                return TIMELIB_GNU_NOCOLON;
        }
-#line 13473 "<stdout>"
+#line 13473 "parse_date.b.c"
 yy1147:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -13566,7 +13566,7 @@ yy1154:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_NOCOLON;
        }
-#line 13570 "<stdout>"
+#line 13570 "parse_date.b.c"
 yy1155:
        yyaccept = 21;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -13955,7 +13955,7 @@ yy1179:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 13959 "<stdout>"
+#line 13959 "parse_date.b.c"
 yy1180:
        yych = *++YYCURSOR;
        if (yych <= 'N') {
@@ -14220,7 +14220,7 @@ yy1200:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 14224 "<stdout>"
+#line 14224 "parse_date.b.c"
 yy1201:
        yych = *++YYCURSOR;
        if (yych <= 'X') {
@@ -14242,7 +14242,7 @@ yy1203:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 14246 "<stdout>"
+#line 14246 "parse_date.b.c"
 yy1204:
        yych = *++YYCURSOR;
        if (yych <= 'R') {
@@ -15542,7 +15542,7 @@ yy1279:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 15546 "<stdout>"
+#line 15546 "parse_date.b.c"
 yy1280:
        yych = *++YYCURSOR;
        if (yych <= 'N') {
@@ -15631,7 +15631,7 @@ yy1287:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 15635 "<stdout>"
+#line 15635 "parse_date.b.c"
 yy1288:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -16027,7 +16027,7 @@ yy1310:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 16031 "<stdout>"
+#line 16031 "parse_date.b.c"
 yy1311:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
index eba401ea0a353ae93d1955567d8b0b0bf87776d7..480812c6a728859c6d18d7bdfe6097d47b3fc6fe 100644 (file)
@@ -739,7 +739,7 @@ std:
 
 
 
-#line 743 "<stdout>"
+#line 743 "parse_date.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -888,7 +888,7 @@ yy3:
                TIMELIB_DEINIT;
                return TIMELIB_TIMEZONE;
        }
-#line 892 "<stdout>"
+#line 892 "parse_date.c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1318,7 +1318,7 @@ yy12:
                s->errors++;
                goto std;
        }
-#line 1322 "<stdout>"
+#line 1322 "parse_date.c"
 yy13:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -3253,7 +3253,7 @@ yy46:
        {
                goto std;
        }
-#line 3257 "<stdout>"
+#line 3257 "parse_date.c"
 yy47:
        yych = *++YYCURSOR;
        goto yy46;
@@ -3264,7 +3264,7 @@ yy48:
                s->pos = cursor; s->line++;
                goto std;
        }
-#line 3268 "<stdout>"
+#line 3268 "parse_date.c"
 yy50:
        yych = *++YYCURSOR;
        goto yy12;
@@ -3480,7 +3480,7 @@ yy69:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 3484 "<stdout>"
+#line 3484 "parse_date.c"
 yy70:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4881,7 +4881,7 @@ yy172:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 4885 "<stdout>"
+#line 4885 "parse_date.c"
 yy173:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -7477,7 +7477,7 @@ yy341:
                TIMELIB_DEINIT;
                return TIMELIB_WEEKDAY;
        }
-#line 7481 "<stdout>"
+#line 7481 "parse_date.c"
 yy342:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -7984,7 +7984,7 @@ yy363:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 7988 "<stdout>"
+#line 7988 "parse_date.c"
 yy364:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -8276,7 +8276,7 @@ yy385:
                TIMELIB_DEINIT;
                return TIMELIB_SHORTDATE_WITH_TIME;
        }
-#line 8280 "<stdout>"
+#line 8280 "parse_date.c"
 yy386:
        yyaccept = 7;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9210,7 +9210,7 @@ yy420:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 9214 "<stdout>"
+#line 9214 "parse_date.c"
 yy421:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9712,7 +9712,7 @@ yy446:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 9716 "<stdout>"
+#line 9716 "parse_date.c"
 yy447:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -12458,7 +12458,7 @@ yy526:
                TIMELIB_DEINIT;
                return TIMELIB_AGO;
        }
-#line 12462 "<stdout>"
+#line 12462 "parse_date.c"
 yy527:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -16379,7 +16379,7 @@ yy620:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 16383 "<stdout>"
+#line 16383 "parse_date.c"
 yy621:
        yyaccept = 10;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -16532,7 +16532,7 @@ yy631:
                TIMELIB_DEINIT;
                return TIMELIB_TIME12;
        }
-#line 16536 "<stdout>"
+#line 16536 "parse_date.c"
 yy632:
        yych = *++YYCURSOR;
        goto yy631;
@@ -16578,7 +16578,7 @@ yy634:
                TIMELIB_DEINIT;
                return TIMELIB_TIME24_WITH_ZONE;
        }
-#line 16582 "<stdout>"
+#line 16582 "parse_date.c"
 yy635:
        yyaccept = 11;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -16859,7 +16859,7 @@ yy660:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL;
        }
-#line 16863 "<stdout>"
+#line 16863 "parse_date.c"
 yy661:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -17857,7 +17857,7 @@ yy729:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL_POINTED;
        }
-#line 17861 "<stdout>"
+#line 17861 "parse_date.c"
 yy730:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -18620,7 +18620,7 @@ yy775:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 18624 "<stdout>"
+#line 18624 "parse_date.c"
 yy776:
        yyaccept = 12;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -18706,7 +18706,7 @@ yy784:
                TIMELIB_DEINIT;
                return TIMELIB_AMERICAN;
        }
-#line 18710 "<stdout>"
+#line 18710 "parse_date.c"
 yy785:
        yyaccept = 13;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -19039,7 +19039,7 @@ yy817:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 19043 "<stdout>"
+#line 19043 "parse_date.c"
 yy818:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -19557,7 +19557,7 @@ yy867:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 19561 "<stdout>"
+#line 19561 "parse_date.c"
 yy869:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -19702,7 +19702,7 @@ yy880:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 19706 "<stdout>"
+#line 19706 "parse_date.c"
 yy881:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -19871,7 +19871,7 @@ yy889:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 19875 "<stdout>"
+#line 19875 "parse_date.c"
 yy890:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -20108,7 +20108,7 @@ yy910:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 20112 "<stdout>"
+#line 20112 "parse_date.c"
 yy911:
        ++YYCURSOR;
 #line 1200 "parse_date.re"
@@ -20129,7 +20129,7 @@ yy911:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 20133 "<stdout>"
+#line 20133 "parse_date.c"
 yy913:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -20206,7 +20206,7 @@ yy916:
                TIMELIB_DEINIT;
                return TIMELIB_PG_YEARDAY;
        }
-#line 20210 "<stdout>"
+#line 20210 "parse_date.c"
 yy917:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -20430,7 +20430,7 @@ yy937:
                TIMELIB_DEINIT;
                return TIMELIB_XMLRPC_SOAP;
        }
-#line 20434 "<stdout>"
+#line 20434 "parse_date.c"
 yy938:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -20590,7 +20590,7 @@ yy943:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NOCOLON;
        }
-#line 20594 "<stdout>"
+#line 20594 "parse_date.c"
 yy944:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -21550,7 +21550,7 @@ yy1043:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 21554 "<stdout>"
+#line 21554 "parse_date.c"
 yy1044:
        yyaccept = 18;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -22758,7 +22758,7 @@ yy1146:
                TIMELIB_DEINIT;
                return TIMELIB_GNU_NOCOLON;
        }
-#line 22762 "<stdout>"
+#line 22762 "parse_date.c"
 yy1147:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -22900,7 +22900,7 @@ yy1154:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_NOCOLON;
        }
-#line 22904 "<stdout>"
+#line 22904 "parse_date.c"
 yy1155:
        yyaccept = 21;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -23394,7 +23394,7 @@ yy1179:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 23398 "<stdout>"
+#line 23398 "parse_date.c"
 yy1180:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -24007,7 +24007,7 @@ yy1200:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 24011 "<stdout>"
+#line 24011 "parse_date.c"
 yy1201:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -24028,7 +24028,7 @@ yy1203:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 24032 "<stdout>"
+#line 24032 "parse_date.c"
 yy1204:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -26888,7 +26888,7 @@ yy1279:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 26892 "<stdout>"
+#line 26892 "parse_date.c"
 yy1280:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -27078,7 +27078,7 @@ yy1287:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 27082 "<stdout>"
+#line 27082 "parse_date.c"
 yy1288:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -27913,7 +27913,7 @@ yy1310:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 27917 "<stdout>"
+#line 27917 "parse_date.c"
 yy1311:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
index 511cc49f8dea433ce98e0c4b0ce54224f25418a1..04e831ac55fb05f8981a4b8721992f3251752972 100644 (file)
@@ -759,7 +759,7 @@ std:
 
 
 
-#line 763 "<stdout>"
+#line 763 "parse_date.db.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -910,7 +910,7 @@ yy3:
                TIMELIB_DEINIT;
                return TIMELIB_TIMEZONE;
        }
-#line 914 "<stdout>"
+#line 914 "parse_date.db.c"
 yy4:
        YYDEBUG(4, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -1224,7 +1224,7 @@ yy12:
                add_error(s, "Unexpected character");
                goto std;
        }
-#line 1228 "<stdout>"
+#line 1228 "parse_date.db.c"
 yy13:
        YYDEBUG(13, *YYCURSOR);
        yyaccept = 1;
@@ -2218,7 +2218,7 @@ yy46:
        {
                goto std;
        }
-#line 2222 "<stdout>"
+#line 2222 "parse_date.db.c"
 yy47:
        YYDEBUG(47, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -2232,7 +2232,7 @@ yy48:
                s->pos = cursor; s->line++;
                goto std;
        }
-#line 2236 "<stdout>"
+#line 2236 "parse_date.db.c"
 yy50:
        YYDEBUG(50, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -2606,7 +2606,7 @@ yy69:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 2610 "<stdout>"
+#line 2610 "parse_date.db.c"
 yy70:
        YYDEBUG(70, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -3840,7 +3840,7 @@ yy176:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 3844 "<stdout>"
+#line 3844 "parse_date.db.c"
 yy177:
        YYDEBUG(177, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -7097,7 +7097,7 @@ yy405:
                TIMELIB_DEINIT;
                return TIMELIB_WEEKDAY;
        }
-#line 7101 "<stdout>"
+#line 7101 "parse_date.db.c"
 yy406:
        YYDEBUG(406, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -7438,7 +7438,7 @@ yy426:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 7442 "<stdout>"
+#line 7442 "parse_date.db.c"
 yy427:
        YYDEBUG(427, *YYCURSOR);
        yyaccept = 6;
@@ -7706,7 +7706,7 @@ yy448:
                TIMELIB_DEINIT;
                return TIMELIB_SHORTDATE_WITH_TIME;
        }
-#line 7710 "<stdout>"
+#line 7710 "parse_date.db.c"
 yy449:
        YYDEBUG(449, *YYCURSOR);
        yyaccept = 7;
@@ -8144,7 +8144,7 @@ yy491:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 8148 "<stdout>"
+#line 8148 "parse_date.db.c"
 yy492:
        YYDEBUG(492, *YYCURSOR);
        yyaccept = 6;
@@ -8533,7 +8533,7 @@ yy517:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 8537 "<stdout>"
+#line 8537 "parse_date.db.c"
 yy518:
        YYDEBUG(518, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -10492,7 +10492,7 @@ yy601:
                TIMELIB_DEINIT;
                return TIMELIB_AGO;
        }
-#line 10496 "<stdout>"
+#line 10496 "parse_date.db.c"
 yy602:
        YYDEBUG(602, *YYCURSOR);
        yyaccept = 0;
@@ -12952,7 +12952,7 @@ yy698:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 12956 "<stdout>"
+#line 12956 "parse_date.db.c"
 yy699:
        YYDEBUG(699, *YYCURSOR);
        yyaccept = 10;
@@ -13109,7 +13109,7 @@ yy710:
                TIMELIB_DEINIT;
                return TIMELIB_TIME12;
        }
-#line 13113 "<stdout>"
+#line 13113 "parse_date.db.c"
 yy712:
        YYDEBUG(712, *YYCURSOR);
        yyaccept = 11;
@@ -13147,7 +13147,7 @@ yy713:
                TIMELIB_DEINIT;
                return TIMELIB_TIME24_WITH_ZONE;
        }
-#line 13151 "<stdout>"
+#line 13151 "parse_date.db.c"
 yy714:
        YYDEBUG(714, *YYCURSOR);
        yyaccept = 11;
@@ -13428,7 +13428,7 @@ yy741:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL;
        }
-#line 13432 "<stdout>"
+#line 13432 "parse_date.db.c"
 yy742:
        YYDEBUG(742, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -14194,7 +14194,7 @@ yy813:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL_POINTED;
        }
-#line 14198 "<stdout>"
+#line 14198 "parse_date.db.c"
 yy814:
        YYDEBUG(814, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -14833,7 +14833,7 @@ yy860:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 14837 "<stdout>"
+#line 14837 "parse_date.db.c"
 yy861:
        YYDEBUG(861, *YYCURSOR);
        yyaccept = 12;
@@ -14953,7 +14953,7 @@ yy870:
                TIMELIB_DEINIT;
                return TIMELIB_AMERICAN;
        }
-#line 14957 "<stdout>"
+#line 14957 "parse_date.db.c"
 yy871:
        YYDEBUG(871, *YYCURSOR);
        yyaccept = 13;
@@ -15196,7 +15196,7 @@ yy903:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 15200 "<stdout>"
+#line 15200 "parse_date.db.c"
 yy904:
        YYDEBUG(904, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15655,7 +15655,7 @@ yy958:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 15659 "<stdout>"
+#line 15659 "parse_date.db.c"
 yy960:
        YYDEBUG(960, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15800,7 +15800,7 @@ yy971:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 15804 "<stdout>"
+#line 15804 "parse_date.db.c"
 yy972:
        YYDEBUG(972, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15913,7 +15913,7 @@ yy978:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 15917 "<stdout>"
+#line 15917 "parse_date.db.c"
 yy979:
        YYDEBUG(979, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -16144,7 +16144,7 @@ yy999:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 16148 "<stdout>"
+#line 16148 "parse_date.db.c"
 yy1000:
        YYDEBUG(1000, *YYCURSOR);
        ++YYCURSOR;
@@ -16167,7 +16167,7 @@ yy1000:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 16171 "<stdout>"
+#line 16171 "parse_date.db.c"
 yy1002:
        YYDEBUG(1002, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -16243,7 +16243,7 @@ yy1005:
                TIMELIB_DEINIT;
                return TIMELIB_PG_YEARDAY;
        }
-#line 16247 "<stdout>"
+#line 16247 "parse_date.db.c"
 yy1006:
        YYDEBUG(1006, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -16371,7 +16371,7 @@ yy1026:
                TIMELIB_DEINIT;
                return TIMELIB_XMLRPC_SOAP;
        }
-#line 16375 "<stdout>"
+#line 16375 "parse_date.db.c"
 yy1027:
        YYDEBUG(1027, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -16648,7 +16648,7 @@ yy1032:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NOCOLON;
        }
-#line 16652 "<stdout>"
+#line 16652 "parse_date.db.c"
 yy1033:
        YYDEBUG(1033, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -17342,7 +17342,7 @@ yy1134:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 17346 "<stdout>"
+#line 17346 "parse_date.db.c"
 yy1135:
        YYDEBUG(1135, *YYCURSOR);
        yyaccept = 18;
@@ -18424,7 +18424,7 @@ yy1238:
                TIMELIB_DEINIT;
                return TIMELIB_GNU_NOCOLON;
        }
-#line 18428 "<stdout>"
+#line 18428 "parse_date.db.c"
 yy1239:
        YYDEBUG(1239, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -18535,7 +18535,7 @@ yy1246:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_NOCOLON;
        }
-#line 18539 "<stdout>"
+#line 18539 "parse_date.db.c"
 yy1247:
        YYDEBUG(1247, *YYCURSOR);
        yyaccept = 21;
@@ -19169,7 +19169,7 @@ yy1271:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 19173 "<stdout>"
+#line 19173 "parse_date.db.c"
 yy1272:
        YYDEBUG(1272, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -19616,7 +19616,7 @@ yy1301:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 19620 "<stdout>"
+#line 19620 "parse_date.db.c"
 yy1302:
        YYDEBUG(1302, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -19660,7 +19660,7 @@ yy1304:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 19664 "<stdout>"
+#line 19664 "parse_date.db.c"
 yy1305:
        YYDEBUG(1305, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -21441,7 +21441,7 @@ yy1382:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 21445 "<stdout>"
+#line 21445 "parse_date.db.c"
 yy1383:
        YYDEBUG(1383, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -21591,7 +21591,7 @@ yy1390:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 21595 "<stdout>"
+#line 21595 "parse_date.db.c"
 yy1391:
        YYDEBUG(1391, *YYCURSOR);
        yyaccept = 0;
@@ -22098,7 +22098,7 @@ yy1413:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 22102 "<stdout>"
+#line 22102 "parse_date.db.c"
 yy1414:
        YYDEBUG(1414, *YYCURSOR);
        yyaccept = 0;
index 5e2244e87744e7cca7d3b2b829ae940394aac34f..16c6d03f9b29d4662233ae8a06a161359546cd0a 100644 (file)
@@ -739,7 +739,7 @@ std:
 
 
 
-#line 743 "<stdout>"
+#line 743 "parse_date.g.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -846,7 +846,7 @@ yy3:
                TIMELIB_DEINIT;
                return TIMELIB_TIMEZONE;
        }
-#line 850 "<stdout>"
+#line 850 "parse_date.g.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych <= 'E') {
@@ -1116,7 +1116,7 @@ yy12:
                s->errors++;
                goto std;
        }
-#line 1120 "<stdout>"
+#line 1120 "parse_date.g.c"
 yy13:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -1990,7 +1990,7 @@ yy46:
        {
                goto std;
        }
-#line 1994 "<stdout>"
+#line 1994 "parse_date.g.c"
 yy47:
        yych = *++YYCURSOR;
        goto yy46;
@@ -2001,7 +2001,7 @@ yy48:
                s->pos = cursor; s->line++;
                goto std;
        }
-#line 2005 "<stdout>"
+#line 2005 "parse_date.g.c"
 yy50:
        yych = *++YYCURSOR;
        goto yy12;
@@ -2247,7 +2247,7 @@ yy69:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 2251 "<stdout>"
+#line 2251 "parse_date.g.c"
 yy70:
        yych = *++YYCURSOR;
        if (yych == 'D') goto yy71;
@@ -3131,7 +3131,7 @@ yy172:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 3135 "<stdout>"
+#line 3135 "parse_date.g.c"
 yy173:
        yych = *++YYCURSOR;
        if (yych == 'D') goto yy174;
@@ -4641,7 +4641,7 @@ yy341:
                TIMELIB_DEINIT;
                return TIMELIB_WEEKDAY;
        }
-#line 4645 "<stdout>"
+#line 4645 "parse_date.g.c"
 yy342:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -4889,7 +4889,7 @@ yy363:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 4893 "<stdout>"
+#line 4893 "parse_date.g.c"
 yy364:
        yych = *++YYCURSOR;
        if (yych <= 'm') {
@@ -5098,7 +5098,7 @@ yy385:
                TIMELIB_DEINIT;
                return TIMELIB_SHORTDATE_WITH_TIME;
        }
-#line 5102 "<stdout>"
+#line 5102 "parse_date.g.c"
 yy386:
        yyaccept = 7;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -5392,7 +5392,7 @@ yy420:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 5396 "<stdout>"
+#line 5396 "parse_date.g.c"
 yy421:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -5757,7 +5757,7 @@ yy446:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 5761 "<stdout>"
+#line 5761 "parse_date.g.c"
 yy447:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy446;
@@ -7081,7 +7081,7 @@ yy526:
                TIMELIB_DEINIT;
                return TIMELIB_AGO;
        }
-#line 7085 "<stdout>"
+#line 7085 "parse_date.g.c"
 yy527:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9052,7 +9052,7 @@ yy620:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 9056 "<stdout>"
+#line 9056 "parse_date.g.c"
 yy621:
        yyaccept = 10;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9163,7 +9163,7 @@ yy631:
                TIMELIB_DEINIT;
                return TIMELIB_TIME12;
        }
-#line 9167 "<stdout>"
+#line 9167 "parse_date.g.c"
 yy632:
        yych = *++YYCURSOR;
        goto yy631;
@@ -9200,7 +9200,7 @@ yy634:
                TIMELIB_DEINIT;
                return TIMELIB_TIME24_WITH_ZONE;
        }
-#line 9204 "<stdout>"
+#line 9204 "parse_date.g.c"
 yy635:
        yyaccept = 11;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9402,7 +9402,7 @@ yy660:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL;
        }
-#line 9406 "<stdout>"
+#line 9406 "parse_date.g.c"
 yy661:
        yych = *++YYCURSOR;
        if (yych == 'M') goto yy662;
@@ -9927,7 +9927,7 @@ yy729:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL_POINTED;
        }
-#line 9931 "<stdout>"
+#line 9931 "parse_date.g.c"
 yy730:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy729;
@@ -10455,7 +10455,7 @@ yy775:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 10459 "<stdout>"
+#line 10459 "parse_date.g.c"
 yy776:
        yyaccept = 12;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -10537,7 +10537,7 @@ yy784:
                TIMELIB_DEINIT;
                return TIMELIB_AMERICAN;
        }
-#line 10541 "<stdout>"
+#line 10541 "parse_date.g.c"
 yy785:
        yyaccept = 13;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -10740,7 +10740,7 @@ yy817:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 10744 "<stdout>"
+#line 10744 "parse_date.g.c"
 yy818:
        yych = *++YYCURSOR;
        if (yych <= '5') {
@@ -11099,7 +11099,7 @@ yy867:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 11103 "<stdout>"
+#line 11103 "parse_date.g.c"
 yy869:
        yych = *++YYCURSOR;
        if (yych == 'V') goto yy862;
@@ -11223,7 +11223,7 @@ yy880:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 11227 "<stdout>"
+#line 11227 "parse_date.g.c"
 yy881:
        yych = *++YYCURSOR;
        {
@@ -11382,7 +11382,7 @@ yy889:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 11386 "<stdout>"
+#line 11386 "parse_date.g.c"
 yy890:
        yych = *++YYCURSOR;
        if (yych == 'I') goto yy1021;
@@ -11592,7 +11592,7 @@ yy910:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 11596 "<stdout>"
+#line 11596 "parse_date.g.c"
 yy911:
        ++YYCURSOR;
 #line 1200 "parse_date.g.re"
@@ -11613,7 +11613,7 @@ yy911:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 11617 "<stdout>"
+#line 11617 "parse_date.g.c"
 yy913:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -11678,7 +11678,7 @@ yy916:
                TIMELIB_DEINIT;
                return TIMELIB_PG_YEARDAY;
        }
-#line 11682 "<stdout>"
+#line 11682 "parse_date.g.c"
 yy917:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -11783,7 +11783,7 @@ yy937:
                TIMELIB_DEINIT;
                return TIMELIB_XMLRPC_SOAP;
        }
-#line 11787 "<stdout>"
+#line 11787 "parse_date.g.c"
 yy938:
        yych = *++YYCURSOR;
        if (yych <= '2') {
@@ -11966,7 +11966,7 @@ yy943:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NOCOLON;
        }
-#line 11970 "<stdout>"
+#line 11970 "parse_date.g.c"
 yy944:
        yych = *++YYCURSOR;
        if (yych <= 'H') {
@@ -12527,7 +12527,7 @@ yy1043:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 12531 "<stdout>"
+#line 12531 "parse_date.g.c"
 yy1044:
        yyaccept = 18;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -13482,7 +13482,7 @@ yy1146:
                TIMELIB_DEINIT;
                return TIMELIB_GNU_NOCOLON;
        }
-#line 13486 "<stdout>"
+#line 13486 "parse_date.g.c"
 yy1147:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -13576,7 +13576,7 @@ yy1154:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_NOCOLON;
        }
-#line 13580 "<stdout>"
+#line 13580 "parse_date.g.c"
 yy1155:
        yyaccept = 21;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -14007,7 +14007,7 @@ yy1179:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 14011 "<stdout>"
+#line 14011 "parse_date.g.c"
 yy1180:
        yych = *++YYCURSOR;
        if (yych <= 'N') {
@@ -14272,7 +14272,7 @@ yy1200:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 14276 "<stdout>"
+#line 14276 "parse_date.g.c"
 yy1201:
        yych = *++YYCURSOR;
        if (yych <= 'X') {
@@ -14294,7 +14294,7 @@ yy1203:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 14298 "<stdout>"
+#line 14298 "parse_date.g.c"
 yy1204:
        yych = *++YYCURSOR;
        if (yych <= 'R') {
@@ -15630,7 +15630,7 @@ yy1279:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 15634 "<stdout>"
+#line 15634 "parse_date.g.c"
 yy1280:
        yych = *++YYCURSOR;
        if (yych <= 'N') {
@@ -15731,7 +15731,7 @@ yy1287:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 15735 "<stdout>"
+#line 15735 "parse_date.g.c"
 yy1288:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -16124,7 +16124,7 @@ yy1310:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 16128 "<stdout>"
+#line 16128 "parse_date.g.c"
 yy1311:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
index 8963d5fe915e4daabf6a58267f82407fe7f23927..6a7b2f5586441063769c945487827956faaf419c 100644 (file)
@@ -739,7 +739,7 @@ std:
 
 
 
-#line 743 "<stdout>"
+#line 743 "parse_date.s.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -849,7 +849,7 @@ yy3:
                TIMELIB_DEINIT;
                return TIMELIB_TIMEZONE;
        }
-#line 853 "<stdout>"
+#line 853 "parse_date.s.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych <= 'E') {
@@ -1107,7 +1107,7 @@ yy12:
                s->errors++;
                goto std;
        }
-#line 1111 "<stdout>"
+#line 1111 "parse_date.s.c"
 yy13:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -2097,7 +2097,7 @@ yy46:
        {
                goto std;
        }
-#line 2101 "<stdout>"
+#line 2101 "parse_date.s.c"
 yy47:
        yych = *++YYCURSOR;
        goto yy46;
@@ -2108,7 +2108,7 @@ yy48:
                s->pos = cursor; s->line++;
                goto std;
        }
-#line 2112 "<stdout>"
+#line 2112 "parse_date.s.c"
 yy50:
        yych = *++YYCURSOR;
        goto yy12;
@@ -2401,7 +2401,7 @@ yy69:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 2405 "<stdout>"
+#line 2405 "parse_date.s.c"
 yy70:
        yych = *++YYCURSOR;
        if (yych == 'D') goto yy71;
@@ -3237,7 +3237,7 @@ yy172:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 3241 "<stdout>"
+#line 3241 "parse_date.s.c"
 yy173:
        yych = *++YYCURSOR;
        if (yych == 'D') goto yy174;
@@ -4737,7 +4737,7 @@ yy341:
                TIMELIB_DEINIT;
                return TIMELIB_WEEKDAY;
        }
-#line 4741 "<stdout>"
+#line 4741 "parse_date.s.c"
 yy342:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -4976,7 +4976,7 @@ yy363:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 4980 "<stdout>"
+#line 4980 "parse_date.s.c"
 yy364:
        yych = *++YYCURSOR;
        if (yych <= 'm') {
@@ -5211,7 +5211,7 @@ yy385:
                TIMELIB_DEINIT;
                return TIMELIB_SHORTDATE_WITH_TIME;
        }
-#line 5215 "<stdout>"
+#line 5215 "parse_date.s.c"
 yy386:
        yyaccept = 7;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -5505,7 +5505,7 @@ yy420:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 5509 "<stdout>"
+#line 5509 "parse_date.s.c"
 yy421:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -5855,7 +5855,7 @@ yy446:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 5859 "<stdout>"
+#line 5859 "parse_date.s.c"
 yy447:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy446;
@@ -7144,7 +7144,7 @@ yy526:
                TIMELIB_DEINIT;
                return TIMELIB_AGO;
        }
-#line 7148 "<stdout>"
+#line 7148 "parse_date.s.c"
 yy527:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9030,7 +9030,7 @@ yy620:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 9034 "<stdout>"
+#line 9034 "parse_date.s.c"
 yy621:
        yyaccept = 10;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9141,7 +9141,7 @@ yy631:
                TIMELIB_DEINIT;
                return TIMELIB_TIME12;
        }
-#line 9145 "<stdout>"
+#line 9145 "parse_date.s.c"
 yy632:
        yych = *++YYCURSOR;
        goto yy631;
@@ -9178,7 +9178,7 @@ yy634:
                TIMELIB_DEINIT;
                return TIMELIB_TIME24_WITH_ZONE;
        }
-#line 9182 "<stdout>"
+#line 9182 "parse_date.s.c"
 yy635:
        yyaccept = 11;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -9380,7 +9380,7 @@ yy660:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL;
        }
-#line 9384 "<stdout>"
+#line 9384 "parse_date.s.c"
 yy661:
        yych = *++YYCURSOR;
        if (yych == 'M') goto yy662;
@@ -9905,7 +9905,7 @@ yy729:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL_POINTED;
        }
-#line 9909 "<stdout>"
+#line 9909 "parse_date.s.c"
 yy730:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy729;
@@ -10433,7 +10433,7 @@ yy775:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 10437 "<stdout>"
+#line 10437 "parse_date.s.c"
 yy776:
        yyaccept = 12;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -10515,7 +10515,7 @@ yy784:
                TIMELIB_DEINIT;
                return TIMELIB_AMERICAN;
        }
-#line 10519 "<stdout>"
+#line 10519 "parse_date.s.c"
 yy785:
        yyaccept = 13;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -10718,7 +10718,7 @@ yy817:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 10722 "<stdout>"
+#line 10722 "parse_date.s.c"
 yy818:
        yych = *++YYCURSOR;
        if (yych <= '5') {
@@ -11051,7 +11051,7 @@ yy867:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 11055 "<stdout>"
+#line 11055 "parse_date.s.c"
 yy869:
        yych = *++YYCURSOR;
        if (yych == 'V') goto yy862;
@@ -11195,7 +11195,7 @@ yy880:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 11199 "<stdout>"
+#line 11199 "parse_date.s.c"
 yy881:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -11354,7 +11354,7 @@ yy889:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 11358 "<stdout>"
+#line 11358 "parse_date.s.c"
 yy890:
        yych = *++YYCURSOR;
        if (yych == 'I') goto yy1021;
@@ -11564,7 +11564,7 @@ yy910:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 11568 "<stdout>"
+#line 11568 "parse_date.s.c"
 yy911:
        ++YYCURSOR;
 #line 1200 "parse_date.s.re"
@@ -11585,7 +11585,7 @@ yy911:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 11589 "<stdout>"
+#line 11589 "parse_date.s.c"
 yy913:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -11643,7 +11643,7 @@ yy916:
                TIMELIB_DEINIT;
                return TIMELIB_PG_YEARDAY;
        }
-#line 11647 "<stdout>"
+#line 11647 "parse_date.s.c"
 yy917:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -11748,7 +11748,7 @@ yy937:
                TIMELIB_DEINIT;
                return TIMELIB_XMLRPC_SOAP;
        }
-#line 11752 "<stdout>"
+#line 11752 "parse_date.s.c"
 yy938:
        yych = *++YYCURSOR;
        if (yych <= '2') {
@@ -11903,7 +11903,7 @@ yy943:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NOCOLON;
        }
-#line 11907 "<stdout>"
+#line 11907 "parse_date.s.c"
 yy944:
        yych = *++YYCURSOR;
        if (yych <= 'H') {
@@ -12464,7 +12464,7 @@ yy1043:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 12468 "<stdout>"
+#line 12468 "parse_date.s.c"
 yy1044:
        yyaccept = 18;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -13447,7 +13447,7 @@ yy1146:
                TIMELIB_DEINIT;
                return TIMELIB_GNU_NOCOLON;
        }
-#line 13451 "<stdout>"
+#line 13451 "parse_date.s.c"
 yy1147:
        yych = *++YYCURSOR;
        if (yych <= '/') goto yy57;
@@ -13534,7 +13534,7 @@ yy1154:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_NOCOLON;
        }
-#line 13538 "<stdout>"
+#line 13538 "parse_date.s.c"
 yy1155:
        yyaccept = 21;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -13923,7 +13923,7 @@ yy1179:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 13927 "<stdout>"
+#line 13927 "parse_date.s.c"
 yy1180:
        yych = *++YYCURSOR;
        if (yych <= 'N') {
@@ -14188,7 +14188,7 @@ yy1200:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 14192 "<stdout>"
+#line 14192 "parse_date.s.c"
 yy1201:
        yych = *++YYCURSOR;
        if (yych <= 'X') {
@@ -14210,7 +14210,7 @@ yy1203:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 14214 "<stdout>"
+#line 14214 "parse_date.s.c"
 yy1204:
        yych = *++YYCURSOR;
        if (yych <= 'R') {
@@ -15510,7 +15510,7 @@ yy1279:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 15514 "<stdout>"
+#line 15514 "parse_date.s.c"
 yy1280:
        yych = *++YYCURSOR;
        if (yych <= 'N') {
@@ -15599,7 +15599,7 @@ yy1287:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 15603 "<stdout>"
+#line 15603 "parse_date.s.c"
 yy1288:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -15995,7 +15995,7 @@ yy1310:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 15999 "<stdout>"
+#line 15999 "parse_date.s.c"
 yy1311:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
index f6eb52d1b1462d503882277082c9b5a9aedf3b35..e8219e762a51a139cd9897363197697e617ad32a 100644 (file)
@@ -841,7 +841,7 @@ std:
 
 
 
-#line 845 "<stdout>"
+#line 845 "parse_date_1_78.db.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -992,7 +992,7 @@ yy3:
                TIMELIB_DEINIT;
                return TIMELIB_TIMEZONE;
        }
-#line 996 "<stdout>"
+#line 996 "parse_date_1_78.db.c"
 yy4:
        YYDEBUG(4, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -1306,7 +1306,7 @@ yy12:
                add_error(s, "Unexpected character");
                goto std;
        }
-#line 1310 "<stdout>"
+#line 1310 "parse_date_1_78.db.c"
 yy13:
        YYDEBUG(13, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -2327,7 +2327,7 @@ yy47:
        {
                goto std;
        }
-#line 2331 "<stdout>"
+#line 2331 "parse_date_1_78.db.c"
 yy48:
        YYDEBUG(48, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -2341,7 +2341,7 @@ yy49:
                s->pos = cursor; s->line++;
                goto std;
        }
-#line 2345 "<stdout>"
+#line 2345 "parse_date_1_78.db.c"
 yy51:
        YYDEBUG(51, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -2743,7 +2743,7 @@ yy70:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 2747 "<stdout>"
+#line 2747 "parse_date_1_78.db.c"
 yy71:
        YYDEBUG(71, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -3775,7 +3775,7 @@ yy184:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 3779 "<stdout>"
+#line 3779 "parse_date_1_78.db.c"
 yy185:
        YYDEBUG(185, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -4735,7 +4735,7 @@ yy278:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 4739 "<stdout>"
+#line 4739 "parse_date_1_78.db.c"
 yy279:
        YYDEBUG(279, *YYCURSOR);
        yyaccept = 0;
@@ -4947,7 +4947,7 @@ yy288:
                TIMELIB_DEINIT;
                return TIMELIB_WEEKDAY;
        }
-#line 4951 "<stdout>"
+#line 4951 "parse_date_1_78.db.c"
 yy289:
        YYDEBUG(289, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -5433,7 +5433,7 @@ yy315:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 5437 "<stdout>"
+#line 5437 "parse_date_1_78.db.c"
 yy316:
        YYDEBUG(316, *YYCURSOR);
        ++YYCURSOR;
@@ -5496,7 +5496,7 @@ yy320:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 5500 "<stdout>"
+#line 5500 "parse_date_1_78.db.c"
 yy321:
        YYDEBUG(321, *YYCURSOR);
        yyaccept = 8;
@@ -5798,7 +5798,7 @@ yy344:
                TIMELIB_DEINIT;
                return TIMELIB_SHORTDATE_WITH_TIME;
        }
-#line 5802 "<stdout>"
+#line 5802 "parse_date_1_78.db.c"
 yy345:
        YYDEBUG(345, *YYCURSOR);
        yyaccept = 9;
@@ -6498,7 +6498,7 @@ yy400:
                TIMELIB_DEINIT;
                return TIMELIB_SHORTDATE_WITH_TIME;
        }
-#line 6502 "<stdout>"
+#line 6502 "parse_date_1_78.db.c"
 yy402:
        YYDEBUG(402, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -6686,7 +6686,7 @@ yy417:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 6690 "<stdout>"
+#line 6690 "parse_date_1_78.db.c"
 yy418:
        YYDEBUG(418, *YYCURSOR);
        yyaccept = 8;
@@ -7942,7 +7942,7 @@ yy488:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 7946 "<stdout>"
+#line 7946 "parse_date_1_78.db.c"
 yy489:
        YYDEBUG(489, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -9843,7 +9843,7 @@ yy573:
                TIMELIB_DEINIT;
                return TIMELIB_AGO;
        }
-#line 9847 "<stdout>"
+#line 9847 "parse_date_1_78.db.c"
 yy574:
        YYDEBUG(574, *YYCURSOR);
        yyaccept = 7;
@@ -11539,7 +11539,7 @@ yy635:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 11543 "<stdout>"
+#line 11543 "parse_date_1_78.db.c"
 yy636:
        YYDEBUG(636, *YYCURSOR);
        yyaccept = 0;
@@ -12107,7 +12107,7 @@ yy656:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_TEXT;
        }
-#line 12111 "<stdout>"
+#line 12111 "parse_date_1_78.db.c"
 yy657:
        YYDEBUG(657, *YYCURSOR);
        yyaccept = 12;
@@ -12264,7 +12264,7 @@ yy668:
                TIMELIB_DEINIT;
                return TIMELIB_TIME12;
        }
-#line 12268 "<stdout>"
+#line 12268 "parse_date_1_78.db.c"
 yy670:
        YYDEBUG(670, *YYCURSOR);
        yyaccept = 13;
@@ -12302,7 +12302,7 @@ yy671:
                TIMELIB_DEINIT;
                return TIMELIB_TIME24_WITH_ZONE;
        }
-#line 12306 "<stdout>"
+#line 12306 "parse_date_1_78.db.c"
 yy672:
        YYDEBUG(672, *YYCURSOR);
        yyaccept = 13;
@@ -12631,7 +12631,7 @@ yy703:
                TIMELIB_DEINIT;
                return TIMELIB_TIME24_WITH_ZONE;
        }
-#line 12635 "<stdout>"
+#line 12635 "parse_date_1_78.db.c"
 yy705:
        YYDEBUG(705, *YYCURSOR);
        yyaccept = 13;
@@ -12750,7 +12750,7 @@ yy715:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL;
        }
-#line 12754 "<stdout>"
+#line 12754 "parse_date_1_78.db.c"
 yy716:
        YYDEBUG(716, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -13517,7 +13517,7 @@ yy787:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL_POINTED;
        }
-#line 13521 "<stdout>"
+#line 13521 "parse_date_1_78.db.c"
 yy788:
        YYDEBUG(788, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -13537,7 +13537,7 @@ yy788:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_FULL_POINTED;
        }
-#line 13541 "<stdout>"
+#line 13541 "parse_date_1_78.db.c"
 yy791:
        YYDEBUG(791, *YYCURSOR);
        yyaccept = 13;
@@ -14196,7 +14196,7 @@ yy836:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 14200 "<stdout>"
+#line 14200 "parse_date_1_78.db.c"
 yy837:
        YYDEBUG(837, *YYCURSOR);
        yyaccept = 15;
@@ -14316,7 +14316,7 @@ yy846:
                TIMELIB_DEINIT;
                return TIMELIB_AMERICAN;
        }
-#line 14320 "<stdout>"
+#line 14320 "parse_date_1_78.db.c"
 yy847:
        YYDEBUG(847, *YYCURSOR);
        yyaccept = 16;
@@ -14569,7 +14569,7 @@ yy880:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 14573 "<stdout>"
+#line 14573 "parse_date_1_78.db.c"
 yy881:
        YYDEBUG(881, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15083,7 +15083,7 @@ yy937:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 15087 "<stdout>"
+#line 15087 "parse_date_1_78.db.c"
 yy938:
        YYDEBUG(938, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15134,7 +15134,7 @@ yy944:
                TIMELIB_DEINIT;
                return TIMELIB_PG_TEXT;
        }
-#line 15138 "<stdout>"
+#line 15138 "parse_date_1_78.db.c"
 yy946:
        YYDEBUG(946, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15279,7 +15279,7 @@ yy957:
                TIMELIB_DEINIT;
                return TIMELIB_CLF;
        }
-#line 15283 "<stdout>"
+#line 15283 "parse_date_1_78.db.c"
 yy958:
        YYDEBUG(958, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15439,7 +15439,7 @@ yy967:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NO_DAY;
        }
-#line 15443 "<stdout>"
+#line 15443 "parse_date_1_78.db.c"
 yy968:
        YYDEBUG(968, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15672,7 +15672,7 @@ yy988:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 15676 "<stdout>"
+#line 15676 "parse_date_1_78.db.c"
 yy989:
        YYDEBUG(989, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15700,7 +15700,7 @@ yy990:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_WEEK;
        }
-#line 15704 "<stdout>"
+#line 15704 "parse_date_1_78.db.c"
 yy992:
        YYDEBUG(992, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15776,7 +15776,7 @@ yy995:
                TIMELIB_DEINIT;
                return TIMELIB_PG_YEARDAY;
        }
-#line 15780 "<stdout>"
+#line 15780 "parse_date_1_78.db.c"
 yy996:
        YYDEBUG(996, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -15904,7 +15904,7 @@ yy1016:
                TIMELIB_DEINIT;
                return TIMELIB_XMLRPC_SOAP;
        }
-#line 15908 "<stdout>"
+#line 15908 "parse_date_1_78.db.c"
 yy1017:
        YYDEBUG(1017, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -16177,7 +16177,7 @@ yy1022:
                TIMELIB_DEINIT;
                return TIMELIB_DATE_NOCOLON;
        }
-#line 16181 "<stdout>"
+#line 16181 "parse_date_1_78.db.c"
 yy1023:
        YYDEBUG(1023, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -17107,7 +17107,7 @@ yy1147:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_DATE;
        }
-#line 17111 "<stdout>"
+#line 17111 "parse_date_1_78.db.c"
 yy1148:
        YYDEBUG(1148, *YYCURSOR);
        yyaccept = 24;
@@ -18134,7 +18134,7 @@ yy1241:
                TIMELIB_DEINIT;
                return TIMELIB_GNU_NOCOLON;
        }
-#line 18138 "<stdout>"
+#line 18138 "parse_date_1_78.db.c"
 yy1242:
        YYDEBUG(1242, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -18245,7 +18245,7 @@ yy1249:
                TIMELIB_DEINIT;
                return TIMELIB_ISO_NOCOLON;
        }
-#line 18249 "<stdout>"
+#line 18249 "parse_date_1_78.db.c"
 yy1250:
        YYDEBUG(1250, *YYCURSOR);
        yyaccept = 27;
@@ -18959,7 +18959,7 @@ yy1278:
                TIMELIB_DEINIT;
                return TIMELIB_LF_DAY_OF_MONTH;
        }
-#line 18963 "<stdout>"
+#line 18963 "parse_date_1_78.db.c"
 yy1279:
        YYDEBUG(1279, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -20069,7 +20069,7 @@ yy1334:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 20073 "<stdout>"
+#line 20073 "parse_date_1_78.db.c"
 yy1335:
        YYDEBUG(1335, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -20516,7 +20516,7 @@ yy1364:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 20520 "<stdout>"
+#line 20520 "parse_date_1_78.db.c"
 yy1365:
        YYDEBUG(1365, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -20560,7 +20560,7 @@ yy1367:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 20564 "<stdout>"
+#line 20564 "parse_date_1_78.db.c"
 yy1368:
        YYDEBUG(1368, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -22390,7 +22390,7 @@ yy1447:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 22394 "<stdout>"
+#line 22394 "parse_date_1_78.db.c"
 yy1448:
        YYDEBUG(1448, *YYCURSOR);
        yych = *++YYCURSOR;
@@ -22540,7 +22540,7 @@ yy1455:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 22544 "<stdout>"
+#line 22544 "parse_date_1_78.db.c"
 yy1456:
        YYDEBUG(1456, *YYCURSOR);
        yyaccept = 0;
@@ -23031,7 +23031,7 @@ yy1478:
                TIMELIB_DEINIT;
                return TIMELIB_RELATIVE;
        }
-#line 23035 "<stdout>"
+#line 23035 "parse_date_1_78.db.c"
 yy1479:
        YYDEBUG(1479, *YYCURSOR);
        yyaccept = 0;
index a0060cb3d751411d1a4041c5c954a3f9a74015ae..5da977e28a62fc89c0283575336cb02aedeec63d 100644 (file)
@@ -122,7 +122,7 @@ int lex_line1719 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1719.input"
+        ("php20150211_parse_date.Sig.c.line1719.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -134,7 +134,7 @@ int lex_line1719 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1719.keys"
+        ("php20150211_parse_date.Sig.c.line1719.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index b4952f267e18198a930fea7715a7488eaf1cee13..34d8d869a2c8ef9972fc1d2a8ecd8325a0f5fe13 100644 (file)
@@ -122,7 +122,7 @@ int lex_line393 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line393.input"
+        ("php20150211_parse_iso_intervals.Sig.c.line393.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -134,7 +134,7 @@ int lex_line393 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line393.keys"
+        ("php20150211_parse_iso_intervals.Sig.c.line393.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 8af41c74aad3314ec1b986809912c87587ba18e7..736a69a47f44a5b8a8d4fbf6d344b5762409a643 100644 (file)
@@ -123,7 +123,7 @@ int lex_line66 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line66.input"
+        ("php20150211_pdo_sql_parser.Sig.c.line66.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -135,7 +135,7 @@ int lex_line66 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line66.keys"
+        ("php20150211_pdo_sql_parser.Sig.c.line66.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 9841b5d749e4c96f5ec549c31250da2c612c2359..3853a948830d1a0e5efdccc78c89d4b20cd8160c 100644 (file)
@@ -123,7 +123,7 @@ int lex_line108 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line108.input"
+        ("php20150211_phar_path_check.Sig.c.line108.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -135,7 +135,7 @@ int lex_line108 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line108.keys"
+        ("php20150211_phar_path_check.Sig.c.line108.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index d98681fec30e0e99c1515405cfd1e29480e26ad4..f0f140bd0a1d6d55b55257e0c7e73a88e061ab06 100644 (file)
@@ -120,7 +120,7 @@ int lex_line129 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line129.input"
+        ("php20150211_url_scanner_ex.Sig.c.line129.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -132,7 +132,7 @@ int lex_line129 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line129.keys"
+        ("php20150211_url_scanner_ex.Sig.c.line129.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -312,7 +312,7 @@ int lex_line315 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line315.input"
+        ("php20150211_url_scanner_ex.Sig.c.line315.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -324,7 +324,7 @@ int lex_line315 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line315.keys"
+        ("php20150211_url_scanner_ex.Sig.c.line315.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -494,7 +494,7 @@ int lex_line322 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line322.input"
+        ("php20150211_url_scanner_ex.Sig.c.line322.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -506,7 +506,7 @@ int lex_line322 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line322.keys"
+        ("php20150211_url_scanner_ex.Sig.c.line322.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -688,7 +688,7 @@ int lex_line334 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line334.input"
+        ("php20150211_url_scanner_ex.Sig.c.line334.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -700,7 +700,7 @@ int lex_line334 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line334.keys"
+        ("php20150211_url_scanner_ex.Sig.c.line334.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -931,7 +931,7 @@ int lex_line341 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line341.input"
+        ("php20150211_url_scanner_ex.Sig.c.line341.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -943,7 +943,7 @@ int lex_line341 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line341.keys"
+        ("php20150211_url_scanner_ex.Sig.c.line341.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1124,7 +1124,7 @@ int lex_line348 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line348.input"
+        ("php20150211_url_scanner_ex.Sig.c.line348.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1136,7 +1136,7 @@ int lex_line348 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line348.keys"
+        ("php20150211_url_scanner_ex.Sig.c.line348.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1336,7 +1336,7 @@ int lex_line358 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line358.input"
+        ("php20150211_url_scanner_ex.Sig.c.line358.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1348,7 +1348,7 @@ int lex_line358 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line358.keys"
+        ("php20150211_url_scanner_ex.Sig.c.line358.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 4e23afe06d4fc025afe3fa8f36a691b48d09d01d..beb82c21e71a480f14ab637492bd05cf7f02acb4 100644 (file)
@@ -122,7 +122,7 @@ int lex_line875 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line875.input"
+        ("php20150211_var_unserializer.Sig.c.line875.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -134,7 +134,7 @@ int lex_line875 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line875.keys"
+        ("php20150211_var_unserializer.Sig.c.line875.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index f52a14f5ba2c7887dfcea52c319d0203c71ea42f..5438af0830226ecb01cf6f9eb480755c05848254 100644 (file)
@@ -130,7 +130,7 @@ int lex_line652_INITIAL ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652_INITIAL.input"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_INITIAL.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -142,7 +142,7 @@ int lex_line652_INITIAL ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652_INITIAL.keys"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_INITIAL.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -937,7 +937,7 @@ int lex_line652_ST_DOUBLE_QUOTES ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652_ST_DOUBLE_QUOTES.input"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_DOUBLE_QUOTES.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -949,7 +949,7 @@ int lex_line652_ST_DOUBLE_QUOTES ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652_ST_DOUBLE_QUOTES.keys"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_DOUBLE_QUOTES.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1135,7 +1135,7 @@ int lex_line652_ST_OFFSET ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652_ST_OFFSET.input"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_OFFSET.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1147,7 +1147,7 @@ int lex_line652_ST_OFFSET ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652_ST_OFFSET.keys"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_OFFSET.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1869,7 +1869,7 @@ int lex_line652_ST_RAW ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652_ST_RAW.input"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_RAW.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1881,7 +1881,7 @@ int lex_line652_ST_RAW ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652_ST_RAW.keys"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_RAW.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2181,7 +2181,7 @@ int lex_line652_ST_SECTION_RAW ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652_ST_SECTION_RAW.input"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_SECTION_RAW.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2193,7 +2193,7 @@ int lex_line652_ST_SECTION_RAW ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652_ST_SECTION_RAW.keys"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_SECTION_RAW.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2403,7 +2403,7 @@ int lex_line652_ST_SECTION_VALUE ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652_ST_SECTION_VALUE.input"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_SECTION_VALUE.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2415,7 +2415,7 @@ int lex_line652_ST_SECTION_VALUE ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652_ST_SECTION_VALUE.keys"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_SECTION_VALUE.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3160,7 +3160,7 @@ int lex_line652_ST_VALUE ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652_ST_VALUE.input"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_VALUE.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3172,7 +3172,7 @@ int lex_line652_ST_VALUE ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652_ST_VALUE.keys"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_VALUE.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4794,7 +4794,7 @@ int lex_line652_ST_VARNAME ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652_ST_VARNAME.input"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_VARNAME.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4806,7 +4806,7 @@ int lex_line652_ST_VARNAME ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652_ST_VARNAME.keys"
+        ("php20150211_zend_ini_scanner.SigcFd--case-inverted.c.line652_ST_VARNAME.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 4764539d42c817ba9ea112c4af21139b1b7bcd4e..433716dda15c6bec94c6efa95f584218a09637ad 100644 (file)
@@ -126,7 +126,7 @@ int lex_line2358_INITIAL ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_INITIAL.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_INITIAL.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -138,7 +138,7 @@ int lex_line2358_INITIAL ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_INITIAL.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_INITIAL.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -323,7 +323,7 @@ int lex_line2358_ST_BACKQUOTE ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_BACKQUOTE.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_BACKQUOTE.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -335,7 +335,7 @@ int lex_line2358_ST_BACKQUOTE ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_BACKQUOTE.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_BACKQUOTE.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -605,7 +605,7 @@ int lex_line2358_ST_DOUBLE_QUOTES ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_DOUBLE_QUOTES.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_DOUBLE_QUOTES.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -617,7 +617,7 @@ int lex_line2358_ST_DOUBLE_QUOTES ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_DOUBLE_QUOTES.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_DOUBLE_QUOTES.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -887,7 +887,7 @@ int lex_line2358_ST_END_HEREDOC ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_END_HEREDOC.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_END_HEREDOC.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -899,7 +899,7 @@ int lex_line2358_ST_END_HEREDOC ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_END_HEREDOC.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_END_HEREDOC.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1025,7 +1025,7 @@ int lex_line2358_ST_HEREDOC ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_HEREDOC.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_HEREDOC.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1037,7 +1037,7 @@ int lex_line2358_ST_HEREDOC ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_HEREDOC.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_HEREDOC.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1300,7 +1300,7 @@ int lex_line2358_ST_IN_SCRIPTING ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_IN_SCRIPTING.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_IN_SCRIPTING.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1312,7 +1312,7 @@ int lex_line2358_ST_IN_SCRIPTING ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_IN_SCRIPTING.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_IN_SCRIPTING.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5955,7 +5955,7 @@ int lex_line2358_ST_LOOKING_FOR_PROPERTY ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_LOOKING_FOR_PROPERTY.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_LOOKING_FOR_PROPERTY.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5967,7 +5967,7 @@ int lex_line2358_ST_LOOKING_FOR_PROPERTY ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_LOOKING_FOR_PROPERTY.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_LOOKING_FOR_PROPERTY.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6207,7 +6207,7 @@ int lex_line2358_ST_LOOKING_FOR_VARNAME ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_LOOKING_FOR_VARNAME.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_LOOKING_FOR_VARNAME.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6219,7 +6219,7 @@ int lex_line2358_ST_LOOKING_FOR_VARNAME ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_LOOKING_FOR_VARNAME.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_LOOKING_FOR_VARNAME.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6452,7 +6452,7 @@ int lex_line2358_ST_NOWDOC ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_NOWDOC.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_NOWDOC.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6464,7 +6464,7 @@ int lex_line2358_ST_NOWDOC ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_NOWDOC.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_NOWDOC.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6590,7 +6590,7 @@ int lex_line2358_ST_VAR_OFFSET ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line2358_ST_VAR_OFFSET.input"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_VAR_OFFSET.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6602,7 +6602,7 @@ int lex_line2358_ST_VAR_OFFSET ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line2358_ST_VAR_OFFSET.keys"
+        ("php20150211_zend_language_scanner.SigcFd--case-inverted.c.line2358_ST_VAR_OFFSET.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 249176ee52326cf987ff475c2dab98d92524d9c5..6246cb325efeffbcd3d05d985f8503cabf18e733 100644 (file)
@@ -121,7 +121,7 @@ int lex_line261 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line261.input"
+        ("push.S.c.line261.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -133,7 +133,7 @@ int lex_line261 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line261.keys"
+        ("push.S.c.line261.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 5c781838a71cd11cac263db0fd0ff7da95b3d1f7..aedddcc2ae17efdd857c7d10fe6c886ddae60d3b 100644 (file)
@@ -230,7 +230,7 @@ public:
     start:
 
         
-#line 233 "<stdout>"
+#line 233 "push.c"
 {
        YYCTYPE yych;
 yy0:
@@ -325,7 +325,7 @@ yy2:
 yy3:
 #line 246 "push.re"
        { SEND(kIdentifier);     }
-#line 328 "<stdout>"
+#line 328 "push.c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -375,62 +375,62 @@ yy12:
 yy13:
 #line 247 "push.re"
        { SEND(kDecimalConstant);}
-#line 378 "<stdout>"
+#line 378 "push.c"
 yy14:
        ++YYCURSOR;
 #line 249 "push.re"
        { SEND(kEqual);          }
-#line 383 "<stdout>"
+#line 383 "push.c"
 yy16:
        ++YYCURSOR;
 #line 250 "push.re"
        { SEND(kLeftParen);      }
-#line 388 "<stdout>"
+#line 388 "push.c"
 yy18:
        ++YYCURSOR;
 #line 251 "push.re"
        { SEND(kRightParen);     }
-#line 393 "<stdout>"
+#line 393 "push.c"
 yy20:
        ++YYCURSOR;
 #line 252 "push.re"
        { SEND(kMinus);          }
-#line 398 "<stdout>"
+#line 398 "push.c"
 yy22:
        ++YYCURSOR;
 #line 253 "push.re"
        { SEND(kPlus);           }
-#line 403 "<stdout>"
+#line 403 "push.c"
 yy24:
        ++YYCURSOR;
 #line 254 "push.re"
        { SEND(kStar);           }
-#line 408 "<stdout>"
+#line 408 "push.c"
 yy26:
        ++YYCURSOR;
 #line 255 "push.re"
        { SEND(kSlash);          }
-#line 413 "<stdout>"
+#line 413 "push.c"
 yy28:
        ++YYCURSOR;
 #line 257 "push.re"
        { SKIP();                }
-#line 418 "<stdout>"
+#line 418 "push.c"
 yy30:
        ++YYCURSOR;
 #line 258 "push.re"
        { SKIP();                }
-#line 423 "<stdout>"
+#line 423 "push.c"
 yy32:
        ++YYCURSOR;
 #line 259 "push.re"
        { send(kEOF); return 1;  }
-#line 428 "<stdout>"
+#line 428 "push.c"
 yy34:
        ++YYCURSOR;
 #line 260 "push.re"
        { SEND(kUnknown);        }
-#line 433 "<stdout>"
+#line 433 "push.c"
 yy36:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -615,7 +615,7 @@ yy44:
 yy45:
 #line 245 "push.re"
        { SEND(kReturn);         }
-#line 618 "<stdout>"
+#line 618 "push.c"
 yy46:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -705,7 +705,7 @@ yy49:
 yy50:
 #line 244 "push.re"
        { SEND(kWhile);          }
-#line 708 "<stdout>"
+#line 708 "push.c"
 yy51:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -795,7 +795,7 @@ yy54:
 yy55:
 #line 243 "push.re"
        { SEND(kBreak);          }
-#line 798 "<stdout>"
+#line 798 "push.c"
 yy56:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -879,7 +879,7 @@ yy58:
 yy59:
 #line 242 "push.re"
        { SEND(kGoto);           }
-#line 882 "<stdout>"
+#line 882 "push.c"
 yy60:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -963,7 +963,7 @@ yy62:
 yy63:
 #line 241 "push.re"
        { SEND(kElse);           }
-#line 966 "<stdout>"
+#line 966 "push.c"
 yy64:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1041,7 +1041,7 @@ yy65:
 yy66:
 #line 240 "push.re"
        { SEND(kFor);            }
-#line 1044 "<stdout>"
+#line 1044 "push.c"
 yy67:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1113,7 +1113,7 @@ yy67:
 yy68:
 #line 239 "push.re"
        { SEND(kIf);             }
-#line 1116 "<stdout>"
+#line 1116 "push.c"
 }
 #line 261 "push.re"
 
index 5f37783b5803b290731ad1bcbb6323e8f1b20a9c..d056d9ec38c09e1d4bdca5bc4d9143adc47ce06b 100644 (file)
@@ -230,7 +230,7 @@ public:
     start:
 
         
-#line 233 "<stdout>"
+#line 233 "push.f.c"
 
        switch (YYGETSTATE()) {
        default: goto yy0;
@@ -332,7 +332,7 @@ yy2:
 yy3:
 #line 246 "push.f.re"
        { SEND(kIdentifier);     }
-#line 335 "<stdout>"
+#line 335 "push.f.c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -382,62 +382,62 @@ yy12:
 yy13:
 #line 247 "push.f.re"
        { SEND(kDecimalConstant);}
-#line 385 "<stdout>"
+#line 385 "push.f.c"
 yy14:
        ++YYCURSOR;
 #line 249 "push.f.re"
        { SEND(kEqual);          }
-#line 390 "<stdout>"
+#line 390 "push.f.c"
 yy16:
        ++YYCURSOR;
 #line 250 "push.f.re"
        { SEND(kLeftParen);      }
-#line 395 "<stdout>"
+#line 395 "push.f.c"
 yy18:
        ++YYCURSOR;
 #line 251 "push.f.re"
        { SEND(kRightParen);     }
-#line 400 "<stdout>"
+#line 400 "push.f.c"
 yy20:
        ++YYCURSOR;
 #line 252 "push.f.re"
        { SEND(kMinus);          }
-#line 405 "<stdout>"
+#line 405 "push.f.c"
 yy22:
        ++YYCURSOR;
 #line 253 "push.f.re"
        { SEND(kPlus);           }
-#line 410 "<stdout>"
+#line 410 "push.f.c"
 yy24:
        ++YYCURSOR;
 #line 254 "push.f.re"
        { SEND(kStar);           }
-#line 415 "<stdout>"
+#line 415 "push.f.c"
 yy26:
        ++YYCURSOR;
 #line 255 "push.f.re"
        { SEND(kSlash);          }
-#line 420 "<stdout>"
+#line 420 "push.f.c"
 yy28:
        ++YYCURSOR;
 #line 257 "push.f.re"
        { SKIP();                }
-#line 425 "<stdout>"
+#line 425 "push.f.c"
 yy30:
        ++YYCURSOR;
 #line 258 "push.f.re"
        { SKIP();                }
-#line 430 "<stdout>"
+#line 430 "push.f.c"
 yy32:
        ++YYCURSOR;
 #line 259 "push.f.re"
        { send(kEOF); return 1;  }
-#line 435 "<stdout>"
+#line 435 "push.f.c"
 yy34:
        ++YYCURSOR;
 #line 260 "push.f.re"
        { SEND(kUnknown);        }
-#line 440 "<stdout>"
+#line 440 "push.f.c"
 yy36:
        ++YYCURSOR;
        YYSETSTATE(1);
@@ -626,7 +626,7 @@ yy44:
 yy45:
 #line 245 "push.f.re"
        { SEND(kReturn);         }
-#line 629 "<stdout>"
+#line 629 "push.f.c"
 yy46:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -716,7 +716,7 @@ yy49:
 yy50:
 #line 244 "push.f.re"
        { SEND(kWhile);          }
-#line 719 "<stdout>"
+#line 719 "push.f.c"
 yy51:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -806,7 +806,7 @@ yy54:
 yy55:
 #line 243 "push.f.re"
        { SEND(kBreak);          }
-#line 809 "<stdout>"
+#line 809 "push.f.c"
 yy56:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -890,7 +890,7 @@ yy58:
 yy59:
 #line 242 "push.f.re"
        { SEND(kGoto);           }
-#line 893 "<stdout>"
+#line 893 "push.f.c"
 yy60:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -974,7 +974,7 @@ yy62:
 yy63:
 #line 241 "push.f.re"
        { SEND(kElse);           }
-#line 977 "<stdout>"
+#line 977 "push.f.c"
 yy64:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1052,7 +1052,7 @@ yy65:
 yy66:
 #line 240 "push.f.re"
        { SEND(kFor);            }
-#line 1055 "<stdout>"
+#line 1055 "push.f.c"
 yy67:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1124,7 +1124,7 @@ yy67:
 yy68:
 #line 239 "push.f.re"
        { SEND(kIf);             }
-#line 1127 "<stdout>"
+#line 1127 "push.f.c"
 #line 261 "push.f.re"
 
 
index f1a4f47ab8286d92df9730e6ecc997f1d0c388f6..f9e016fc722348960a84896cb891a857d19a7143 100644 (file)
@@ -230,7 +230,7 @@ public:
     start:
 
         
-#line 233 "<stdout>"
+#line 233 "push.fb.c"
 {
 
        static const unsigned char yybm[] = {
@@ -360,7 +360,7 @@ yyFillLabel0:
 yy3:
 #line 246 "push.fb.re"
        { SEND(kIdentifier);     }
-#line 363 "<stdout>"
+#line 363 "push.fb.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych == 'o') goto yy64;
@@ -398,62 +398,62 @@ yy12:
 yy13:
 #line 247 "push.fb.re"
        { SEND(kDecimalConstant);}
-#line 401 "<stdout>"
+#line 401 "push.fb.c"
 yy14:
        ++YYCURSOR;
 #line 249 "push.fb.re"
        { SEND(kEqual);          }
-#line 406 "<stdout>"
+#line 406 "push.fb.c"
 yy16:
        ++YYCURSOR;
 #line 250 "push.fb.re"
        { SEND(kLeftParen);      }
-#line 411 "<stdout>"
+#line 411 "push.fb.c"
 yy18:
        ++YYCURSOR;
 #line 251 "push.fb.re"
        { SEND(kRightParen);     }
-#line 416 "<stdout>"
+#line 416 "push.fb.c"
 yy20:
        ++YYCURSOR;
 #line 252 "push.fb.re"
        { SEND(kMinus);          }
-#line 421 "<stdout>"
+#line 421 "push.fb.c"
 yy22:
        ++YYCURSOR;
 #line 253 "push.fb.re"
        { SEND(kPlus);           }
-#line 426 "<stdout>"
+#line 426 "push.fb.c"
 yy24:
        ++YYCURSOR;
 #line 254 "push.fb.re"
        { SEND(kStar);           }
-#line 431 "<stdout>"
+#line 431 "push.fb.c"
 yy26:
        ++YYCURSOR;
 #line 255 "push.fb.re"
        { SEND(kSlash);          }
-#line 436 "<stdout>"
+#line 436 "push.fb.c"
 yy28:
        ++YYCURSOR;
 #line 257 "push.fb.re"
        { SKIP();                }
-#line 441 "<stdout>"
+#line 441 "push.fb.c"
 yy30:
        ++YYCURSOR;
 #line 258 "push.fb.re"
        { SKIP();                }
-#line 446 "<stdout>"
+#line 446 "push.fb.c"
 yy32:
        ++YYCURSOR;
 #line 259 "push.fb.re"
        { send(kEOF); return 1;  }
-#line 451 "<stdout>"
+#line 451 "push.fb.c"
 yy34:
        ++YYCURSOR;
 #line 260 "push.fb.re"
        { SEND(kUnknown);        }
-#line 456 "<stdout>"
+#line 456 "push.fb.c"
 yy36:
        ++YYCURSOR;
        YYSETSTATE(1);
@@ -491,7 +491,7 @@ yy40:
        }
 #line 245 "push.fb.re"
        { SEND(kReturn);         }
-#line 494 "<stdout>"
+#line 494 "push.fb.c"
 yy46:
        yych = *++YYCURSOR;
        if (yych != 'i') goto yy39;
@@ -505,7 +505,7 @@ yy46:
        }
 #line 244 "push.fb.re"
        { SEND(kWhile);          }
-#line 508 "<stdout>"
+#line 508 "push.fb.c"
 yy51:
        yych = *++YYCURSOR;
        if (yych != 'e') goto yy39;
@@ -519,7 +519,7 @@ yy51:
        }
 #line 243 "push.fb.re"
        { SEND(kBreak);          }
-#line 522 "<stdout>"
+#line 522 "push.fb.c"
 yy56:
        yych = *++YYCURSOR;
        if (yych != 't') goto yy39;
@@ -531,7 +531,7 @@ yy56:
        }
 #line 242 "push.fb.re"
        { SEND(kGoto);           }
-#line 534 "<stdout>"
+#line 534 "push.fb.c"
 yy60:
        yych = *++YYCURSOR;
        if (yych != 's') goto yy39;
@@ -543,7 +543,7 @@ yy60:
        }
 #line 241 "push.fb.re"
        { SEND(kElse);           }
-#line 546 "<stdout>"
+#line 546 "push.fb.c"
 yy64:
        yych = *++YYCURSOR;
        if (yych != 'r') goto yy39;
@@ -553,7 +553,7 @@ yy64:
        }
 #line 240 "push.fb.re"
        { SEND(kFor);            }
-#line 556 "<stdout>"
+#line 556 "push.fb.c"
 yy67:
        ++YYCURSOR;
        if (yybm[0+(yych = *YYCURSOR)] & 128) {
@@ -561,7 +561,7 @@ yy67:
        }
 #line 239 "push.fb.re"
        { SEND(kIf);             }
-#line 564 "<stdout>"
+#line 564 "push.fb.c"
 }
 #line 261 "push.fb.re"
 
index 37fb0051c691f22b7615bdb195a098f92171be4c..2710daea1186e32b462cc84b7aae830067bf4a74 100644 (file)
@@ -230,7 +230,7 @@ public:
     start:
 
         
-#line 233 "<stdout>"
+#line 233 "push.fg.c"
 {
 
        static const unsigned char yybm[] = {
@@ -322,7 +322,7 @@ yy2:
 yy3:
 #line 246 "push.fg.re"
        { SEND(kIdentifier);     }
-#line 325 "<stdout>"
+#line 325 "push.fg.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych == 'o') goto yy64;
@@ -360,62 +360,62 @@ yy12:
 yy13:
 #line 247 "push.fg.re"
        { SEND(kDecimalConstant);}
-#line 363 "<stdout>"
+#line 363 "push.fg.c"
 yy14:
        ++YYCURSOR;
 #line 249 "push.fg.re"
        { SEND(kEqual);          }
-#line 368 "<stdout>"
+#line 368 "push.fg.c"
 yy16:
        ++YYCURSOR;
 #line 250 "push.fg.re"
        { SEND(kLeftParen);      }
-#line 373 "<stdout>"
+#line 373 "push.fg.c"
 yy18:
        ++YYCURSOR;
 #line 251 "push.fg.re"
        { SEND(kRightParen);     }
-#line 378 "<stdout>"
+#line 378 "push.fg.c"
 yy20:
        ++YYCURSOR;
 #line 252 "push.fg.re"
        { SEND(kMinus);          }
-#line 383 "<stdout>"
+#line 383 "push.fg.c"
 yy22:
        ++YYCURSOR;
 #line 253 "push.fg.re"
        { SEND(kPlus);           }
-#line 388 "<stdout>"
+#line 388 "push.fg.c"
 yy24:
        ++YYCURSOR;
 #line 254 "push.fg.re"
        { SEND(kStar);           }
-#line 393 "<stdout>"
+#line 393 "push.fg.c"
 yy26:
        ++YYCURSOR;
 #line 255 "push.fg.re"
        { SEND(kSlash);          }
-#line 398 "<stdout>"
+#line 398 "push.fg.c"
 yy28:
        ++YYCURSOR;
 #line 257 "push.fg.re"
        { SKIP();                }
-#line 403 "<stdout>"
+#line 403 "push.fg.c"
 yy30:
        ++YYCURSOR;
 #line 258 "push.fg.re"
        { SKIP();                }
-#line 408 "<stdout>"
+#line 408 "push.fg.c"
 yy32:
        ++YYCURSOR;
 #line 259 "push.fg.re"
        { send(kEOF); return 1;  }
-#line 413 "<stdout>"
+#line 413 "push.fg.c"
 yy34:
        ++YYCURSOR;
 #line 260 "push.fg.re"
        { SEND(kUnknown);        }
-#line 418 "<stdout>"
+#line 418 "push.fg.c"
 yy36:
        ++YYCURSOR;
        YYSETSTATE(1);
@@ -453,7 +453,7 @@ yy40:
        }
 #line 245 "push.fg.re"
        { SEND(kReturn);         }
-#line 456 "<stdout>"
+#line 456 "push.fg.c"
 yy46:
        yych = *++YYCURSOR;
        if (yych != 'i') goto yy39;
@@ -467,7 +467,7 @@ yy46:
        }
 #line 244 "push.fg.re"
        { SEND(kWhile);          }
-#line 470 "<stdout>"
+#line 470 "push.fg.c"
 yy51:
        yych = *++YYCURSOR;
        if (yych != 'e') goto yy39;
@@ -481,7 +481,7 @@ yy51:
        }
 #line 243 "push.fg.re"
        { SEND(kBreak);          }
-#line 484 "<stdout>"
+#line 484 "push.fg.c"
 yy56:
        yych = *++YYCURSOR;
        if (yych != 't') goto yy39;
@@ -493,7 +493,7 @@ yy56:
        }
 #line 242 "push.fg.re"
        { SEND(kGoto);           }
-#line 496 "<stdout>"
+#line 496 "push.fg.c"
 yy60:
        yych = *++YYCURSOR;
        if (yych != 's') goto yy39;
@@ -505,7 +505,7 @@ yy60:
        }
 #line 241 "push.fg.re"
        { SEND(kElse);           }
-#line 508 "<stdout>"
+#line 508 "push.fg.c"
 yy64:
        yych = *++YYCURSOR;
        if (yych != 'r') goto yy39;
@@ -515,7 +515,7 @@ yy64:
        }
 #line 240 "push.fg.re"
        { SEND(kFor);            }
-#line 518 "<stdout>"
+#line 518 "push.fg.c"
 yy67:
        ++YYCURSOR;
        if (yybm[0+(yych = *YYCURSOR)] & 128) {
@@ -523,7 +523,7 @@ yy67:
        }
 #line 239 "push.fg.re"
        { SEND(kIf);             }
-#line 526 "<stdout>"
+#line 526 "push.fg.c"
 }
 #line 261 "push.fg.re"
 
index 0c9fde3f5f65412e7352ca07cde9bfe5bdc690ae..5d36eddbb935686774285f34b76572a0fe7263ba 100644 (file)
@@ -19,7 +19,7 @@ uint32_t push()
 start:
 
     
-#line 22 "<stdout>"
+#line 22 "push.fs.c"
 
        switch (YYGETSTATE()) {
        default: goto yy0;
@@ -114,7 +114,7 @@ yyFillLabel0:
 yy3:
 #line 35 "push.fs.re"
        { SEND(kIdentifier);     }
-#line 117 "<stdout>"
+#line 117 "push.fs.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych == 'o') goto yy64;
@@ -152,62 +152,62 @@ yy12:
 yy13:
 #line 36 "push.fs.re"
        { SEND(kDecimalConstant);}
-#line 155 "<stdout>"
+#line 155 "push.fs.c"
 yy14:
        ++YYCURSOR;
 #line 38 "push.fs.re"
        { SEND(kEqual);          }
-#line 160 "<stdout>"
+#line 160 "push.fs.c"
 yy16:
        ++YYCURSOR;
 #line 39 "push.fs.re"
        { SEND(kLeftParen);      }
-#line 165 "<stdout>"
+#line 165 "push.fs.c"
 yy18:
        ++YYCURSOR;
 #line 40 "push.fs.re"
        { SEND(kRightParen);     }
-#line 170 "<stdout>"
+#line 170 "push.fs.c"
 yy20:
        ++YYCURSOR;
 #line 41 "push.fs.re"
        { SEND(kMinus);          }
-#line 175 "<stdout>"
+#line 175 "push.fs.c"
 yy22:
        ++YYCURSOR;
 #line 42 "push.fs.re"
        { SEND(kPlus);           }
-#line 180 "<stdout>"
+#line 180 "push.fs.c"
 yy24:
        ++YYCURSOR;
 #line 43 "push.fs.re"
        { SEND(kStar);           }
-#line 185 "<stdout>"
+#line 185 "push.fs.c"
 yy26:
        ++YYCURSOR;
 #line 44 "push.fs.re"
        { SEND(kSlash);          }
-#line 190 "<stdout>"
+#line 190 "push.fs.c"
 yy28:
        ++YYCURSOR;
 #line 46 "push.fs.re"
        { SKIP();                }
-#line 195 "<stdout>"
+#line 195 "push.fs.c"
 yy30:
        ++YYCURSOR;
 #line 47 "push.fs.re"
        { SKIP();                }
-#line 200 "<stdout>"
+#line 200 "push.fs.c"
 yy32:
        ++YYCURSOR;
 #line 48 "push.fs.re"
        { send(kEOF); return 1;  }
-#line 205 "<stdout>"
+#line 205 "push.fs.c"
 yy34:
        ++YYCURSOR;
 #line 49 "push.fs.re"
        { SEND(kUnknown);        }
-#line 210 "<stdout>"
+#line 210 "push.fs.c"
 yy36:
        ++YYCURSOR;
        YYSETSTATE(1);
@@ -265,7 +265,7 @@ yy40:
 yy45:
 #line 34 "push.fs.re"
        { SEND(kReturn);         }
-#line 268 "<stdout>"
+#line 268 "push.fs.c"
 yy46:
        yych = *++YYCURSOR;
        if (yych != 'i') goto yy39;
@@ -289,7 +289,7 @@ yy46:
 yy50:
 #line 33 "push.fs.re"
        { SEND(kWhile);          }
-#line 292 "<stdout>"
+#line 292 "push.fs.c"
 yy51:
        yych = *++YYCURSOR;
        if (yych != 'e') goto yy39;
@@ -313,7 +313,7 @@ yy51:
 yy55:
 #line 32 "push.fs.re"
        { SEND(kBreak);          }
-#line 316 "<stdout>"
+#line 316 "push.fs.c"
 yy56:
        yych = *++YYCURSOR;
        if (yych != 't') goto yy39;
@@ -335,7 +335,7 @@ yy56:
 yy59:
 #line 31 "push.fs.re"
        { SEND(kGoto);           }
-#line 338 "<stdout>"
+#line 338 "push.fs.c"
 yy60:
        yych = *++YYCURSOR;
        if (yych != 's') goto yy39;
@@ -357,7 +357,7 @@ yy60:
 yy63:
 #line 30 "push.fs.re"
        { SEND(kElse);           }
-#line 360 "<stdout>"
+#line 360 "push.fs.c"
 yy64:
        yych = *++YYCURSOR;
        if (yych != 'r') goto yy39;
@@ -377,7 +377,7 @@ yy64:
 yy66:
 #line 29 "push.fs.re"
        { SEND(kFor);            }
-#line 380 "<stdout>"
+#line 380 "push.fs.c"
 yy67:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= 'Z') {
@@ -395,7 +395,7 @@ yy67:
 yy68:
 #line 28 "push.fs.re"
        { SEND(kIf);             }
-#line 398 "<stdout>"
+#line 398 "push.fs.c"
 #line 50 "push.fs.re"
 
 
index 4b6a78e51197ef433b17510c959cff6ed8cfd452..e02f361768ff71e79eee29bca1880389fe16573e 100644 (file)
@@ -11,7 +11,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "range_dot.8.re"
 
-#line 5 "<stdout>"
+#line 5 "range_dot.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -202,7 +202,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_dot.8.re"
        {return 0;}
-#line 196 "<stdout>"
+#line 196 "range_dot.8.c"
 yy5:
        yych = *++YYCURSOR;
        switch (yych) {
index b35560d43ccce81a115d61405718abe4855bae58..f25ee15fcc8dd995cbd06bf8016a3b308efa46ca 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\xA', u
 /* Generated by re2c */
 #line 1 "range_dot.re"
 
-#line 5 "<stdout>"
+#line 5 "range_dot.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -16,7 +16,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_dot.re"
        {return 0;}
-#line 19 "<stdout>"
+#line 19 "range_dot.c"
 }
 #line 3 "range_dot.re"
 
index 10082792934a04fd3ea4ecd85122a370b9e9edd1..f603d8ea38b29f97556aebacf3e4db17fe0492d3 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\x25',
 /* Generated by re2c */
 #line 1 "range_dot.e.re"
 
-#line 5 "<stdout>"
+#line 5 "range_dot.e.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -16,7 +16,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_dot.e.re"
        {return 0;}
-#line 19 "<stdout>"
+#line 19 "range_dot.e.c"
 }
 #line 3 "range_dot.e.re"
 
index ca3f72689fa1e63fa818e1931ce9f5449976195a..5e253fcd4173fd5d7dbb3afa15ca1b2f4be019d1 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\xA', u
 /* Generated by re2c */
 #line 1 "range_dot.u.re"
 
-#line 5 "<stdout>"
+#line 5 "range_dot.u.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,7 +12,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_dot.u.re"
        {return 0;}
-#line 15 "<stdout>"
+#line 15 "range_dot.u.c"
 }
 #line 3 "range_dot.u.re"
 
index 2f37734a9801ba3336538d5ccaeddf338ec6f763..598f29f5ce153963f9b7ddf7002212888a0db746 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\xA', u
 /* Generated by re2c */
 #line 1 "range_dot.w.re"
 
-#line 5 "<stdout>"
+#line 5 "range_dot.w.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,7 +12,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_dot.w.re"
        {return 0;}
-#line 15 "<stdout>"
+#line 15 "range_dot.w.c"
 }
 #line 3 "range_dot.w.re"
 
index a3579cee3273d00002642c2e66a6098ccc4aba5c..e3e857b517ffb7fd1c92ac4da793535b60e662fb 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\xA', u
 /* Generated by re2c */
 #line 1 "range_dot.x.re"
 
-#line 5 "<stdout>"
+#line 5 "range_dot.x.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -17,7 +17,7 @@ yy3:
 yy4:
 #line 2 "range_dot.x.re"
        {return 0;}
-#line 20 "<stdout>"
+#line 20 "range_dot.x.c"
 yy5:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= 0xDBFF) goto yy4;
index e1da9bcc70bb9cee1b65c05110305a9b7deee167..e30383a37bcc4ece4da26562854244d49d67afed 100644 (file)
@@ -3,12 +3,12 @@ re2c: warning: line 2: rule matches empty string [-Wmatch-empty-string]
 /* Generated by re2c */
 #line 1 "range_empty.8.re"
 
-#line 5 "<stdout>"
+#line 5 "range_empty.8.c"
 {
        YYCTYPE yych;
 #line 2 "range_empty.8.re"
        {return 0;}
-#line 10 "<stdout>"
+#line 10 "range_empty.8.c"
 }
 #line 3 "range_empty.8.re"
 
index d578b77bd7bf853adcf324691f04150c2a7c3296..9be6bd8a38c0c6ccdbab6d3dcee2d6ded1f1e16c 100644 (file)
@@ -3,12 +3,12 @@ re2c: warning: line 2: rule matches empty string [-Wmatch-empty-string]
 /* Generated by re2c */
 #line 1 "range_empty.re"
 
-#line 5 "<stdout>"
+#line 5 "range_empty.c"
 {
        YYCTYPE yych;
 #line 2 "range_empty.re"
        {return 0;}
-#line 10 "<stdout>"
+#line 10 "range_empty.c"
 }
 #line 3 "range_empty.re"
 
index ed0a21aa1da420cd9627056547d943d00560580e..8a805fae480a328c18f303d920539e4320be8da1 100644 (file)
@@ -3,12 +3,12 @@ re2c: warning: line 2: rule matches empty string [-Wmatch-empty-string]
 /* Generated by re2c */
 #line 1 "range_empty.e.re"
 
-#line 5 "<stdout>"
+#line 5 "range_empty.e.c"
 {
        YYCTYPE yych;
 #line 2 "range_empty.e.re"
        {return 0;}
-#line 10 "<stdout>"
+#line 10 "range_empty.e.c"
 }
 #line 3 "range_empty.e.re"
 
index 768a58d362e6d7157db5fe4224cc2bd0941f0502..b31d4381c77259321f75f1b28a0d73e844b97642 100644 (file)
@@ -3,12 +3,12 @@ re2c: warning: line 2: rule matches empty string [-Wmatch-empty-string]
 /* Generated by re2c */
 #line 1 "range_empty.u.re"
 
-#line 5 "<stdout>"
+#line 5 "range_empty.u.c"
 {
        YYCTYPE yych;
 #line 2 "range_empty.u.re"
        {return 0;}
-#line 10 "<stdout>"
+#line 10 "range_empty.u.c"
 }
 #line 3 "range_empty.u.re"
 
index a2ae67d10e29584bf8269b7e91478e0aa6ad3c0c..41496c4ccb7a874d2e866ae78a8cec14d39b911e 100644 (file)
@@ -3,12 +3,12 @@ re2c: warning: line 2: rule matches empty string [-Wmatch-empty-string]
 /* Generated by re2c */
 #line 1 "range_empty.w.re"
 
-#line 5 "<stdout>"
+#line 5 "range_empty.w.c"
 {
        YYCTYPE yych;
 #line 2 "range_empty.w.re"
        {return 0;}
-#line 10 "<stdout>"
+#line 10 "range_empty.w.c"
 }
 #line 3 "range_empty.w.re"
 
index 81703bba70faeb4602d3c47999f58c217e4b23d5..0d2adeafd44ab13fa0f7290d77616126c3c4fcd1 100644 (file)
@@ -3,12 +3,12 @@ re2c: warning: line 2: rule matches empty string [-Wmatch-empty-string]
 /* Generated by re2c */
 #line 1 "range_empty.x.re"
 
-#line 5 "<stdout>"
+#line 5 "range_empty.x.c"
 {
        YYCTYPE yych;
 #line 2 "range_empty.x.re"
        {return 0;}
-#line 10 "<stdout>"
+#line 10 "range_empty.x.c"
 }
 #line 3 "range_empty.x.re"
 
index cc3eb6db6ca849de83df021bb7d6dfb988b84291..ad45f585f97a6403c29dc187713b40ef1e8dc66d 100644 (file)
@@ -11,7 +11,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "range_full.8.re"
 
-#line 5 "<stdout>"
+#line 5 "range_full.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -203,7 +203,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_full.8.re"
        {return 0;}
-#line 197 "<stdout>"
+#line 197 "range_full.8.c"
 yy5:
        yych = *++YYCURSOR;
        switch (yych) {
index 0559df6f0e748d80af008e83adaf03459b2ebcd0..7e6a79a8c640ec5b41a9fa2f904ca45522776217 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "range_full.re"
 
-#line 5 "<stdout>"
+#line 5 "range_full.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "range_full.re"
        {return 0;}
-#line 13 "<stdout>"
+#line 13 "range_full.c"
 }
 #line 3 "range_full.re"
 
index abf2ba9b0afb7277d84d7ea98c0a89ca8a97471f..a2a45ff45a34cd3627a9cf2228a43cc7f2df6d86 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "range_full.e.re"
 
-#line 5 "<stdout>"
+#line 5 "range_full.e.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "range_full.e.re"
        {return 0;}
-#line 13 "<stdout>"
+#line 13 "range_full.e.c"
 }
 #line 3 "range_full.e.re"
 
index 452bf959b2027772387dc4a673f7cf0bd079bcb3..cba0d033fc904ef16a1ae71d44f0b24f05da2413 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "range_full.u.re"
 
-#line 5 "<stdout>"
+#line 5 "range_full.u.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "range_full.u.re"
        {return 0;}
-#line 13 "<stdout>"
+#line 13 "range_full.u.c"
 }
 #line 3 "range_full.u.re"
 
index ce95a8c67e77553bf84301b1dbdb45c1035ab855..102768dc75fdf8836bc6e37b6bcf079f2c2a1713 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "range_full.w.re"
 
-#line 5 "<stdout>"
+#line 5 "range_full.w.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -9,7 +9,7 @@
        ++YYCURSOR;
 #line 2 "range_full.w.re"
        {return 0;}
-#line 13 "<stdout>"
+#line 13 "range_full.w.c"
 }
 #line 3 "range_full.w.re"
 
index 479762a7a9cf826459648b8157837bbf2ac70d71..4ff721d3546bcdf0026494978b8950d70cb52339 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "range_full.x.re"
 
-#line 5 "<stdout>"
+#line 5 "range_full.x.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -13,7 +13,7 @@ yy2:
 yy3:
 #line 2 "range_full.x.re"
        {return 0;}
-#line 17 "<stdout>"
+#line 17 "range_full.x.c"
 yy4:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= 0xDBFF) goto yy3;
index c9456145350dec6c1f6bd145e0eabb90c0444b8b..e6710c9ce9b3c1725ec8132aed9f559a209919fb 100644 (file)
@@ -11,7 +11,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "range_neg_lf.8.re"
 
-#line 5 "<stdout>"
+#line 5 "range_neg_lf.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -202,7 +202,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_neg_lf.8.re"
        {return 0;}
-#line 196 "<stdout>"
+#line 196 "range_neg_lf.8.c"
 yy5:
        yych = *++YYCURSOR;
        switch (yych) {
index d2cc4837df2897870f7353f9c3b572a048ef9f72..7912dce0f178e04191c1b3a4eb0c83d51265d0d6 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\xA', u
 /* Generated by re2c */
 #line 1 "range_neg_lf.re"
 
-#line 5 "<stdout>"
+#line 5 "range_neg_lf.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -16,7 +16,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_neg_lf.re"
        {return 0;}
-#line 19 "<stdout>"
+#line 19 "range_neg_lf.c"
 }
 #line 3 "range_neg_lf.re"
 
index a804fb89afa838b8344271462c9a0c961274ccff..126f2a3cbf8f1ef4d49a4c979c6bd73b7230b420 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\x25',
 /* Generated by re2c */
 #line 1 "range_neg_lf.e.re"
 
-#line 5 "<stdout>"
+#line 5 "range_neg_lf.e.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -16,7 +16,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_neg_lf.e.re"
        {return 0;}
-#line 19 "<stdout>"
+#line 19 "range_neg_lf.e.c"
 }
 #line 3 "range_neg_lf.e.re"
 
index d3fcc0460c3f6af0e23cdb2f5c7c1b26fddace12..80133248c7adda615e0441278c20a1a3c02186ca 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\xA', u
 /* Generated by re2c */
 #line 1 "range_neg_lf.u.re"
 
-#line 5 "<stdout>"
+#line 5 "range_neg_lf.u.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,7 +12,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_neg_lf.u.re"
        {return 0;}
-#line 15 "<stdout>"
+#line 15 "range_neg_lf.u.c"
 }
 #line 3 "range_neg_lf.u.re"
 
index a6db529273f7f9527d7e60d22ad576dd27e72627..5b75151a0d9dc2bd6a8efbb81877b8de4cd0a92f 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\xA', u
 /* Generated by re2c */
 #line 1 "range_neg_lf.w.re"
 
-#line 5 "<stdout>"
+#line 5 "range_neg_lf.w.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,7 +12,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "range_neg_lf.w.re"
        {return 0;}
-#line 15 "<stdout>"
+#line 15 "range_neg_lf.w.c"
 }
 #line 3 "range_neg_lf.w.re"
 
index 1f8aa8bebd99911cc1e91b4631fdcfa099ab78ad..90ce3c81f1e5f949458f199fd5afed1b7421f86b 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '\xA', u
 /* Generated by re2c */
 #line 1 "range_neg_lf.x.re"
 
-#line 5 "<stdout>"
+#line 5 "range_neg_lf.x.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -17,7 +17,7 @@ yy3:
 yy4:
 #line 2 "range_neg_lf.x.re"
        {return 0;}
-#line 20 "<stdout>"
+#line 20 "range_neg_lf.x.c"
 yy5:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= 0xDBFF) goto yy4;
index f0c1d6ced27a7046a3c6bc7451a8238c1cfecb6a..fdbc045d0e3b0ca6345a8f753c6bf0ed99150fe5 100644 (file)
@@ -132,7 +132,7 @@ int lex_line13_r1 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line13_r1.input"
+        ("repeat-01.Scgir.c.line13_r1.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -144,7 +144,7 @@ int lex_line13_r1 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line13_r1.keys"
+        ("repeat-01.Scgir.c.line13_r1.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -291,7 +291,7 @@ int lex_line13_r2 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line13_r2.input"
+        ("repeat-01.Scgir.c.line13_r2.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -303,7 +303,7 @@ int lex_line13_r2 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line13_r2.keys"
+        ("repeat-01.Scgir.c.line13_r2.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index f0c1d6ced27a7046a3c6bc7451a8238c1cfecb6a..51fcaf1d94c551d43082c3e0d4c655075dffef4a 100644 (file)
@@ -132,7 +132,7 @@ int lex_line13_r1 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line13_r1.input"
+        ("repeat-02.Scgir.c.line13_r1.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -144,7 +144,7 @@ int lex_line13_r1 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line13_r1.keys"
+        ("repeat-02.Scgir.c.line13_r1.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -291,7 +291,7 @@ int lex_line13_r2 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line13_r2.input"
+        ("repeat-02.Scgir.c.line13_r2.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -303,7 +303,7 @@ int lex_line13_r2 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line13_r2.keys"
+        ("repeat-02.Scgir.c.line13_r2.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 5fcbe8d8b8b3faa23e433605928462cf9ab20070..68fc9a26a0deb06a8165f924439fa2034cf26874 100644 (file)
@@ -130,7 +130,7 @@ int lex_line18_r1 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line18_r1.input"
+        ("repeat-03.Scgir.c.line18_r1.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -142,7 +142,7 @@ int lex_line18_r1 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line18_r1.keys"
+        ("repeat-03.Scgir.c.line18_r1.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -321,7 +321,7 @@ int lex_line18_r2 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line18_r2.input"
+        ("repeat-03.Scgir.c.line18_r2.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -333,7 +333,7 @@ int lex_line18_r2 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line18_r2.keys"
+        ("repeat-03.Scgir.c.line18_r2.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -473,7 +473,7 @@ int lex_line28_r1 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line28_r1.input"
+        ("repeat-03.Scgir.c.line28_r1.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -485,7 +485,7 @@ int lex_line28_r1 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line28_r1.keys"
+        ("repeat-03.Scgir.c.line28_r1.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -664,7 +664,7 @@ int lex_line28_r2 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line28_r2.input"
+        ("repeat-03.Scgir.c.line28_r2.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -676,7 +676,7 @@ int lex_line28_r2 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line28_r2.keys"
+        ("repeat-03.Scgir.c.line28_r2.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 22ba1949f1865e06da34c78c1aa60ce4d06b8ece..ac081506134e1e0ba009638e495db31e33c61820 100644 (file)
@@ -123,7 +123,7 @@ int lex_line24 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line24.input"
+        ("repeat-06.Sgir.c.line24.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -135,7 +135,7 @@ int lex_line24 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line24.keys"
+        ("repeat-06.Sgir.c.line24.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -318,7 +318,7 @@ int lex_line39 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line39.input"
+        ("repeat-06.Sgir.c.line39.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -330,7 +330,7 @@ int lex_line39 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line39.keys"
+        ("repeat-06.Sgir.c.line39.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -513,7 +513,7 @@ int lex_line54 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line54.input"
+        ("repeat-06.Sgir.c.line54.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -525,7 +525,7 @@ int lex_line54 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line54.keys"
+        ("repeat-06.Sgir.c.line54.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 86665f8160cd8c334b2a1d12ad9fa56a37e885c4..2af84b41318832d4ed5fe543a993712f11430ce9 100644 (file)
@@ -120,7 +120,7 @@ int lex_line28 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line28.input"
+        ("repeat-07_default.Sgir.c.line28.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -132,7 +132,7 @@ int lex_line28 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line28.keys"
+        ("repeat-07_default.Sgir.c.line28.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -318,7 +318,7 @@ int lex_line46 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line46.input"
+        ("repeat-07_default.Sgir.c.line46.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -330,7 +330,7 @@ int lex_line46 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line46.keys"
+        ("repeat-07_default.Sgir.c.line46.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -517,7 +517,7 @@ int lex_line64 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line64.input"
+        ("repeat-07_default.Sgir.c.line64.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -529,7 +529,7 @@ int lex_line64 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line64.keys"
+        ("repeat-07_default.Sgir.c.line64.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index a614037e05ab3eb69fa086c8e4b08e22eb0b2d56..fcc58f8a1cd7b8a3b748bb8e8618658512e9b4c6 100644 (file)
@@ -15,7 +15,7 @@ const char *q;
 #define YYMARKER        q
 #define YYFILL(n)
 
-#line 19 "<stdout>"
+#line 19 "repeater.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -40,7 +40,7 @@ yy2:
 yy3:
 #line 22 "repeater.re"
        {RET(5);}
-#line 44 "<stdout>"
+#line 44 "repeater.c"
 yy4:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -53,7 +53,7 @@ yy4:
 yy5:
 #line 23 "repeater.re"
        {RET(0);}
-#line 57 "<stdout>"
+#line 57 "repeater.c"
 yy6:
        yych = *++YYCURSOR;
        goto yy3;
@@ -79,7 +79,7 @@ yy10:
        ++YYCURSOR;
 #line 18 "repeater.re"
        {RET(1);}
-#line 83 "<stdout>"
+#line 83 "repeater.c"
 yy12:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -92,7 +92,7 @@ yy13:
        ++YYCURSOR;
 #line 19 "repeater.re"
        {RET(2);}
-#line 96 "<stdout>"
+#line 96 "repeater.c"
 yy15:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -113,7 +113,7 @@ yy17:
        ++YYCURSOR;
 #line 21 "repeater.re"
        {RET(4);}
-#line 117 "<stdout>"
+#line 117 "repeater.c"
 yy19:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -124,7 +124,7 @@ yy20:
        ++YYCURSOR;
 #line 20 "repeater.re"
        {RET(3);}
-#line 128 "<stdout>"
+#line 128 "repeater.c"
 yy22:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 057ae553d04172f424d4921671723c437112a064..87fb57f37a194ae7719583494f2b4389a9a8bb54 100644 (file)
@@ -37,18 +37,18 @@ re2c: warning: line 51: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "repeater2.re"
 
-#line 5 "<stdout>"
+#line 5 "repeater2.c"
 {
        YYCTYPE yych;
 #line 2 "repeater2.re"
        {}
-#line 10 "<stdout>"
+#line 10 "repeater2.c"
 }
 #line 3 "repeater2.re"
 
 
 
-#line 16 "<stdout>"
+#line 16 "repeater2.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -62,13 +62,13 @@ yy6:
        ++YYCURSOR;
 #line 6 "repeater2.re"
        {}
-#line 30 "<stdout>"
+#line 30 "repeater2.c"
 }
 #line 7 "repeater2.re"
 
 
 
-#line 36 "<stdout>"
+#line 36 "repeater2.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -94,13 +94,13 @@ yy13:
        ++YYCURSOR;
 #line 10 "repeater2.re"
        {}
-#line 62 "<stdout>"
+#line 62 "repeater2.c"
 }
 #line 11 "repeater2.re"
 
 
 
-#line 68 "<stdout>"
+#line 68 "repeater2.c"
 {
        YYCTYPE yych;
        goto yy15;
@@ -116,13 +116,13 @@ yy15:
 yy18:
 #line 14 "repeater2.re"
        {}
-#line 84 "<stdout>"
+#line 84 "repeater2.c"
 }
 #line 15 "repeater2.re"
 
 
 
-#line 90 "<stdout>"
+#line 90 "repeater2.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -143,13 +143,13 @@ yy22:
 yy24:
 #line 18 "repeater2.re"
        {}
-#line 111 "<stdout>"
+#line 111 "repeater2.c"
 }
 #line 19 "repeater2.re"
 
 
 
-#line 117 "<stdout>"
+#line 117 "repeater2.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -182,24 +182,24 @@ yy30:
 yy32:
 #line 22 "repeater2.re"
        {}
-#line 150 "<stdout>"
+#line 150 "repeater2.c"
 }
 #line 23 "repeater2.re"
 
 
 
-#line 156 "<stdout>"
+#line 156 "repeater2.c"
 {
        YYCTYPE yych;
 #line 26 "repeater2.re"
        {}
-#line 161 "<stdout>"
+#line 161 "repeater2.c"
 }
 #line 27 "repeater2.re"
 
 
 
-#line 167 "<stdout>"
+#line 167 "repeater2.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -211,7 +211,7 @@ yy32:
 yy38:
 #line 30 "repeater2.re"
        {}
-#line 179 "<stdout>"
+#line 179 "repeater2.c"
 yy39:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -221,7 +221,7 @@ yy39:
 
 
 
-#line 189 "<stdout>"
+#line 189 "repeater2.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -235,13 +235,13 @@ yy43:
        ++YYCURSOR;
 #line 34 "repeater2.re"
        {}
-#line 203 "<stdout>"
+#line 203 "repeater2.c"
 }
 #line 35 "repeater2.re"
 
 
 
-#line 209 "<stdout>"
+#line 209 "repeater2.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -255,13 +255,13 @@ yy48:
        ++YYCURSOR;
 #line 38 "repeater2.re"
        {}
-#line 223 "<stdout>"
+#line 223 "repeater2.c"
 }
 #line 39 "repeater2.re"
 
 
 
-#line 229 "<stdout>"
+#line 229 "repeater2.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 5) YYFILL(5);
@@ -286,7 +286,7 @@ yy54:
 yy55:
 #line 42 "repeater2.re"
        {}
-#line 254 "<stdout>"
+#line 254 "repeater2.c"
 yy56:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -308,7 +308,7 @@ yy58:
 
 
 
-#line 276 "<stdout>"
+#line 276 "repeater2.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 5) YYFILL(5);
@@ -346,13 +346,13 @@ yy66:
        ++YYCURSOR;
 #line 46 "repeater2.re"
        {}
-#line 314 "<stdout>"
+#line 314 "repeater2.c"
 }
 #line 47 "repeater2.re"
 
 
 
-#line 320 "<stdout>"
+#line 320 "repeater2.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 5) YYFILL(5);
@@ -390,7 +390,7 @@ yy75:
        ++YYCURSOR;
 #line 50 "repeater2.re"
        {}
-#line 358 "<stdout>"
+#line 358 "repeater2.c"
 }
 #line 51 "repeater2.re"
 
index 524844abec718f56d036e75f11503f09c8efd1c1..c6051fb8293aff5cdb6b75e6968dae23682641e7 100644 (file)
@@ -122,7 +122,7 @@ int lex_line15_r1 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line15_r1.input"
+        ("reuse_conds_default_0.Scgir.c.line15_r1.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -134,7 +134,7 @@ int lex_line15_r1 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line15_r1.keys"
+        ("reuse_conds_default_0.Scgir.c.line15_r1.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -316,7 +316,7 @@ int lex_line15_r2 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line15_r2.input"
+        ("reuse_conds_default_0.Scgir.c.line15_r2.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -328,7 +328,7 @@ int lex_line15_r2 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line15_r2.keys"
+        ("reuse_conds_default_0.Scgir.c.line15_r2.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -468,7 +468,7 @@ int lex_line20_r1 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line20_r1.input"
+        ("reuse_conds_default_0.Scgir.c.line20_r1.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -480,7 +480,7 @@ int lex_line20_r1 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line20_r1.keys"
+        ("reuse_conds_default_0.Scgir.c.line20_r1.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -659,7 +659,7 @@ int lex_line20_r2 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line20_r2.input"
+        ("reuse_conds_default_0.Scgir.c.line20_r2.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -671,7 +671,7 @@ int lex_line20_r2 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line20_r2.keys"
+        ("reuse_conds_default_0.Scgir.c.line20_r2.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 3ede09400aa9a0ed9ba4c7e3c695a1857e6cb791..28343ac1f4d2d4f0c5be7520a2be5fc317745ee0 100644 (file)
@@ -126,7 +126,7 @@ int lex_line22_r1 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line22_r1.input"
+        ("reuse_conds_default_1.Scgir.c.line22_r1.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -138,7 +138,7 @@ int lex_line22_r1 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line22_r1.keys"
+        ("reuse_conds_default_1.Scgir.c.line22_r1.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -320,7 +320,7 @@ int lex_line22_r2 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line22_r2.input"
+        ("reuse_conds_default_1.Scgir.c.line22_r2.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -332,7 +332,7 @@ int lex_line22_r2 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line22_r2.keys"
+        ("reuse_conds_default_1.Scgir.c.line22_r2.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -474,7 +474,7 @@ int lex_line32_r1 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line32_r1.input"
+        ("reuse_conds_default_1.Scgir.c.line32_r1.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -486,7 +486,7 @@ int lex_line32_r1 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line32_r1.keys"
+        ("reuse_conds_default_1.Scgir.c.line32_r1.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -668,7 +668,7 @@ int lex_line32_r2 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line32_r2.input"
+        ("reuse_conds_default_1.Scgir.c.line32_r2.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -680,7 +680,7 @@ int lex_line32_r2 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line32_r2.keys"
+        ("reuse_conds_default_1.Scgir.c.line32_r2.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index cf9fbc18d386cd7b8065847a3953043f3967088a..b1d1ed240600773ee9128292d05b8e2b2f256848 100644 (file)
@@ -28,7 +28,7 @@ int ScanToken(){
 
 scan:
 
-#line 29 "<stdout>"
+#line 29 "rexx.--empty-class(match-empty).c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -127,7 +127,7 @@ scan:
 yy2:
 #line 253 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_SYMBOL_COMPOUND); }
-#line 128 "<stdout>"
+#line 128 "rexx.--empty-class(match-empty).c"
 yy3:
        ++YYCURSOR;
 #line 68 "rexx.--empty-class(match-empty).re"
@@ -136,7 +136,7 @@ yy3:
                ScanCB.linePos = ScanCB.pos + (cursor - ScanCB.mrk);
                RETURN(SU_EOL);
            }
-#line 137 "<stdout>"
+#line 137 "rexx.--empty-class(match-empty).c"
 yy5:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -149,17 +149,17 @@ yy5:
 yy6:
 #line 116 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_OR); }
-#line 150 "<stdout>"
+#line 150 "rexx.--empty-class(match-empty).c"
 yy7:
        ++YYCURSOR;
 #line 76 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_PLUS); }
-#line 155 "<stdout>"
+#line 155 "rexx.--empty-class(match-empty).c"
 yy9:
        ++YYCURSOR;
 #line 78 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_MINUS); }
-#line 160 "<stdout>"
+#line 160 "rexx.--empty-class(match-empty).c"
 yy11:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -172,7 +172,7 @@ yy11:
 yy12:
 #line 80 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_MULT); }
-#line 173 "<stdout>"
+#line 173 "rexx.--empty-class(match-empty).c"
 yy13:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -185,12 +185,12 @@ yy13:
 yy14:
 #line 82 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_DIV); }
-#line 186 "<stdout>"
+#line 186 "rexx.--empty-class(match-empty).c"
 yy15:
        ++YYCURSOR;
 #line 84 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_IDIV); }
-#line 191 "<stdout>"
+#line 191 "rexx.--empty-class(match-empty).c"
 yy17:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -203,7 +203,7 @@ yy17:
 yy18:
 #line 90 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_EQUAL); }
-#line 204 "<stdout>"
+#line 204 "rexx.--empty-class(match-empty).c"
 yy19:
        yyaccept = 4;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -218,7 +218,7 @@ yy19:
 yy20:
 #line 120 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_NOT); }
-#line 219 "<stdout>"
+#line 219 "rexx.--empty-class(match-empty).c"
 yy21:
        yyaccept = 5;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -233,7 +233,7 @@ yy21:
 yy22:
 #line 96 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_LT); }
-#line 234 "<stdout>"
+#line 234 "rexx.--empty-class(match-empty).c"
 yy23:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -248,7 +248,7 @@ yy23:
 yy24:
 #line 94 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_GT); }
-#line 249 "<stdout>"
+#line 249 "rexx.--empty-class(match-empty).c"
 yy25:
        yyaccept = 7;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -261,32 +261,32 @@ yy25:
 yy26:
 #line 114 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_AND); }
-#line 262 "<stdout>"
+#line 262 "rexx.--empty-class(match-empty).c"
 yy27:
        ++YYCURSOR;
 #line 123 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_COLON); }
-#line 267 "<stdout>"
+#line 267 "rexx.--empty-class(match-empty).c"
 yy29:
        ++YYCURSOR;
 #line 125 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_COMMA); }
-#line 272 "<stdout>"
+#line 272 "rexx.--empty-class(match-empty).c"
 yy31:
        ++YYCURSOR;
 #line 127 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_POPEN); }
-#line 277 "<stdout>"
+#line 277 "rexx.--empty-class(match-empty).c"
 yy33:
        ++YYCURSOR;
 #line 129 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_PCLOSE); }
-#line 282 "<stdout>"
+#line 282 "rexx.--empty-class(match-empty).c"
 yy35:
        ++YYCURSOR;
 #line 131 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_EOC); }
-#line 287 "<stdout>"
+#line 287 "rexx.--empty-class(match-empty).c"
 yy37:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -299,7 +299,7 @@ yy37:
 yy38:
 #line 249 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_SYMBOL); }
-#line 300 "<stdout>"
+#line 300 "rexx.--empty-class(match-empty).c"
 yy39:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -487,7 +487,7 @@ yy57:
 yy58:
 #line 247 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_CONST); }
-#line 488 "<stdout>"
+#line 488 "rexx.--empty-class(match-empty).c"
 yy59:
        yych = *++YYCURSOR;
        goto yy81;
@@ -502,7 +502,7 @@ yy60:
 yy61:
 #line 264 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_ERROR); }
-#line 503 "<stdout>"
+#line 503 "rexx.--empty-class(match-empty).c"
 yy62:
        yyaccept = 8;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -515,7 +515,7 @@ yy63:
        ++YYCURSOR;
 #line 262 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_EOF); }
-#line 516 "<stdout>"
+#line 516 "rexx.--empty-class(match-empty).c"
 yy65:
        yych = *++YYCURSOR;
        goto yy61;
@@ -566,7 +566,7 @@ yy69:
 yy70:
 #line 255 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_LITERAL); }
-#line 567 "<stdout>"
+#line 567 "rexx.--empty-class(match-empty).c"
 yy71:
        yych = *++YYCURSOR;
        YYCTXMARKER = YYCURSOR;
@@ -716,13 +716,13 @@ yy73:
        YYCURSOR = YYCTXMARKER;
 #line 259 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_LITERAL_HEX); }
-#line 717 "<stdout>"
+#line 717 "rexx.--empty-class(match-empty).c"
 yy75:
        ++YYCURSOR;
        YYCURSOR = YYCTXMARKER;
 #line 257 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_LITERAL_BIN); }
-#line 723 "<stdout>"
+#line 723 "rexx.--empty-class(match-empty).c"
 yy77:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -895,7 +895,7 @@ yy82:
 yy83:
 #line 251 "rexx.--empty-class(match-empty).re"
        { RETURN(SU_SYMBOL_STEM); }
-#line 896 "<stdout>"
+#line 896 "rexx.--empty-class(match-empty).c"
 yy84:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1342,7 +1342,7 @@ yy101:
 yy102:
 #line 240 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_VERSION); }
-#line 1343 "<stdout>"
+#line 1343 "rexx.--empty-class(match-empty).c"
 yy103:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1424,7 +1424,7 @@ yy104:
 yy105:
 #line 238 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_VAR); }
-#line 1425 "<stdout>"
+#line 1425 "rexx.--empty-class(match-empty).c"
 yy106:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1506,7 +1506,7 @@ yy107:
 yy108:
 #line 236 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_VALUE); }
-#line 1507 "<stdout>"
+#line 1507 "rexx.--empty-class(match-empty).c"
 yy109:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1609,7 +1609,7 @@ yy113:
 yy114:
 #line 234 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_UPPER); }
-#line 1610 "<stdout>"
+#line 1610 "rexx.--empty-class(match-empty).c"
 yy115:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1698,7 +1698,7 @@ yy117:
 yy118:
 #line 232 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_UNTIL); }
-#line 1699 "<stdout>"
+#line 1699 "rexx.--empty-class(match-empty).c"
 yy119:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1787,7 +1787,7 @@ yy121:
 yy122:
 #line 214 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_HALT); }
-#line 1788 "<stdout>"
+#line 1788 "rexx.--empty-class(match-empty).c"
 yy123:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1890,7 +1890,7 @@ yy127:
 yy128:
 #line 212 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_FUZZ); }
-#line 1891 "<stdout>"
+#line 1891 "rexx.--empty-class(match-empty).c"
 yy129:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1965,7 +1965,7 @@ yy129:
 yy130:
 #line 206 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_FOR); }
-#line 1966 "<stdout>"
+#line 1966 "rexx.--empty-class(match-empty).c"
 yy131:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2047,7 +2047,7 @@ yy132:
 yy133:
 #line 210 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_FORM); }
-#line 2048 "<stdout>"
+#line 2048 "rexx.--empty-class(match-empty).c"
 yy134:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2136,7 +2136,7 @@ yy136:
 yy137:
 #line 208 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_FOREVER); }
-#line 2137 "<stdout>"
+#line 2137 "rexx.--empty-class(match-empty).c"
 yy138:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2239,7 +2239,7 @@ yy142:
 yy143:
 #line 204 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_FAILURE); }
-#line 2240 "<stdout>"
+#line 2240 "rexx.--empty-class(match-empty).c"
 yy144:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2314,7 +2314,7 @@ yy144:
 yy145:
 #line 194 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_BY); }
-#line 2315 "<stdout>"
+#line 2315 "rexx.--empty-class(match-empty).c"
 yy146:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2412,7 +2412,7 @@ yy149:
 yy150:
 #line 244 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_WITH); }
-#line 2413 "<stdout>"
+#line 2413 "rexx.--empty-class(match-empty).c"
 yy151:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2508,7 +2508,7 @@ yy154:
 yy155:
 #line 242 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_WHILE); }
-#line 2509 "<stdout>"
+#line 2509 "rexx.--empty-class(match-empty).c"
 yy156:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2583,7 +2583,7 @@ yy156:
 yy157:
 #line 188 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_WHEN); }
-#line 2584 "<stdout>"
+#line 2584 "rexx.--empty-class(match-empty).c"
 yy158:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2665,7 +2665,7 @@ yy159:
 yy160:
 #line 230 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_TO); }
-#line 2666 "<stdout>"
+#line 2666 "rexx.--empty-class(match-empty).c"
 yy161:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2761,7 +2761,7 @@ yy164:
 yy165:
 #line 186 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_TRACE); }
-#line 2762 "<stdout>"
+#line 2762 "rexx.--empty-class(match-empty).c"
 yy166:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2843,7 +2843,7 @@ yy167:
 yy168:
 #line 184 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_THEN); }
-#line 2844 "<stdout>"
+#line 2844 "rexx.--empty-class(match-empty).c"
 yy169:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2981,7 +2981,7 @@ yy178:
 yy179:
 #line 228 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_SYNTAX); }
-#line 2982 "<stdout>"
+#line 2982 "rexx.--empty-class(match-empty).c"
 yy180:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3077,7 +3077,7 @@ yy183:
 yy184:
 #line 226 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_SOURCE); }
-#line 3078 "<stdout>"
+#line 3078 "rexx.--empty-class(match-empty).c"
 yy185:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3173,7 +3173,7 @@ yy188:
 yy189:
 #line 182 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_SIGNAL); }
-#line 3174 "<stdout>"
+#line 3174 "rexx.--empty-class(match-empty).c"
 yy190:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3269,7 +3269,7 @@ yy193:
 yy194:
 #line 180 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_SELECT); }
-#line 3270 "<stdout>"
+#line 3270 "rexx.--empty-class(match-empty).c"
 yy195:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3393,7 +3393,7 @@ yy202:
 yy203:
 #line 224 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_SCIENTIFIC); }
-#line 3394 "<stdout>"
+#line 3394 "rexx.--empty-class(match-empty).c"
 yy204:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3468,7 +3468,7 @@ yy204:
 yy205:
 #line 178 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_SAY); }
-#line 3469 "<stdout>"
+#line 3469 "rexx.--empty-class(match-empty).c"
 yy206:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3571,7 +3571,7 @@ yy210:
 yy211:
 #line 176 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_RETURN); }
-#line 3572 "<stdout>"
+#line 3572 "rexx.--empty-class(match-empty).c"
 yy212:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3667,7 +3667,7 @@ yy215:
 yy216:
 #line 174 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_QUEUE); }
-#line 3668 "<stdout>"
+#line 3668 "rexx.--empty-class(match-empty).c"
 yy217:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3779,7 +3779,7 @@ yy222:
 yy223:
 #line 172 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_PUSH); }
-#line 3780 "<stdout>"
+#line 3780 "rexx.--empty-class(match-empty).c"
 yy224:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3854,7 +3854,7 @@ yy224:
 yy225:
 #line 170 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_PULL); }
-#line 3855 "<stdout>"
+#line 3855 "rexx.--empty-class(match-empty).c"
 yy226:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3971,7 +3971,7 @@ yy232:
 yy233:
 #line 168 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_PROCEDURE); }
-#line 3972 "<stdout>"
+#line 3972 "rexx.--empty-class(match-empty).c"
 yy234:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4060,7 +4060,7 @@ yy236:
 yy237:
 #line 166 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_PARSE); }
-#line 4061 "<stdout>"
+#line 4061 "rexx.--empty-class(match-empty).c"
 yy238:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4142,7 +4142,7 @@ yy239:
 yy240:
 #line 192 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_ON); }
-#line 4143 "<stdout>"
+#line 4143 "rexx.--empty-class(match-empty).c"
 yy241:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4273,7 +4273,7 @@ yy249:
 yy250:
 #line 164 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_OTHERWISE); }
-#line 4274 "<stdout>"
+#line 4274 "rexx.--empty-class(match-empty).c"
 yy251:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4376,7 +4376,7 @@ yy255:
 yy256:
 #line 162 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_OPTIONS); }
-#line 4377 "<stdout>"
+#line 4377 "rexx.--empty-class(match-empty).c"
 yy257:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4451,7 +4451,7 @@ yy257:
 yy258:
 #line 190 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_OFF); }
-#line 4452 "<stdout>"
+#line 4452 "rexx.--empty-class(match-empty).c"
 yy259:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4579,7 +4579,7 @@ yy266:
 yy267:
 #line 160 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_NUMERIC); }
-#line 4580 "<stdout>"
+#line 4580 "rexx.--empty-class(match-empty).c"
 yy268:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4654,7 +4654,7 @@ yy268:
 yy269:
 #line 158 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_NOP); }
-#line 4655 "<stdout>"
+#line 4655 "rexx.--empty-class(match-empty).c"
 yy270:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4764,7 +4764,7 @@ yy275:
 yy276:
 #line 222 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_NOVALUE); }
-#line 4765 "<stdout>"
+#line 4765 "rexx.--empty-class(match-empty).c"
 yy277:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4867,7 +4867,7 @@ yy281:
 yy282:
 #line 220 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_NOTREADY); }
-#line 4868 "<stdout>"
+#line 4868 "rexx.--empty-class(match-empty).c"
 yy283:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4949,7 +4949,7 @@ yy284:
 yy285:
 #line 218 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_NAME); }
-#line 4950 "<stdout>"
+#line 4950 "rexx.--empty-class(match-empty).c"
 yy286:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5059,7 +5059,7 @@ yy291:
 yy292:
 #line 216 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_LINEIN); }
-#line 5060 "<stdout>"
+#line 5060 "rexx.--empty-class(match-empty).c"
 yy293:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5148,7 +5148,7 @@ yy295:
 yy296:
 #line 156 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_LEAVE); }
-#line 5149 "<stdout>"
+#line 5149 "rexx.--empty-class(match-empty).c"
 yy297:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5223,7 +5223,7 @@ yy297:
 yy298:
 #line 150 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_IF); }
-#line 5224 "<stdout>"
+#line 5224 "rexx.--empty-class(match-empty).c"
 yy299:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5340,7 +5340,7 @@ yy305:
 yy306:
 #line 154 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_ITERATE); }
-#line 5341 "<stdout>"
+#line 5341 "rexx.--empty-class(match-empty).c"
 yy307:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5457,7 +5457,7 @@ yy313:
 yy314:
 #line 152 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_INTERPRET); }
-#line 5458 "<stdout>"
+#line 5458 "rexx.--empty-class(match-empty).c"
 yy315:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5592,7 +5592,7 @@ yy323:
 yy324:
 #line 202 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_EXPOSE); }
-#line 5593 "<stdout>"
+#line 5593 "rexx.--empty-class(match-empty).c"
 yy325:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5667,7 +5667,7 @@ yy325:
 yy326:
 #line 148 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_EXIT); }
-#line 5668 "<stdout>"
+#line 5668 "rexx.--empty-class(match-empty).c"
 yy327:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5756,7 +5756,7 @@ yy329:
 yy330:
 #line 200 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_ERROR); }
-#line 5757 "<stdout>"
+#line 5757 "rexx.--empty-class(match-empty).c"
 yy331:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5831,7 +5831,7 @@ yy331:
 yy332:
 #line 146 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_END); }
-#line 5832 "<stdout>"
+#line 5832 "rexx.--empty-class(match-empty).c"
 yy333:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5962,7 +5962,7 @@ yy341:
 yy342:
 #line 198 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_ENGINEERING); }
-#line 5963 "<stdout>"
+#line 5963 "rexx.--empty-class(match-empty).c"
 yy343:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6044,7 +6044,7 @@ yy344:
 yy345:
 #line 144 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_ELSE); }
-#line 6045 "<stdout>"
+#line 6045 "rexx.--empty-class(match-empty).c"
 yy346:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6126,7 +6126,7 @@ yy347:
 yy348:
 #line 140 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_DO); }
-#line 6127 "<stdout>"
+#line 6127 "rexx.--empty-class(match-empty).c"
 yy349:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6215,7 +6215,7 @@ yy351:
 yy352:
 #line 142 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_DROP); }
-#line 6216 "<stdout>"
+#line 6216 "rexx.--empty-class(match-empty).c"
 yy353:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6311,7 +6311,7 @@ yy356:
 yy357:
 #line 196 "rexx.--empty-class(match-empty).re"
        { RETURN(RXS_DIGITS); }
-#line 6312 "<stdout>"
+#line 6312 "rexx.--empty-class(match-empty).c"
 yy358:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6400,7 +6400,7 @@ yy360:
 yy361:
 #line 138 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_CALL); }
-#line 6401 "<stdout>"
+#line 6401 "rexx.--empty-class(match-empty).c"
 yy362:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6489,7 +6489,7 @@ yy364:
 yy365:
 #line 136 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_ARG); }
-#line 6490 "<stdout>"
+#line 6490 "rexx.--empty-class(match-empty).c"
 yy366:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6592,7 +6592,7 @@ yy370:
 yy371:
 #line 134 "rexx.--empty-class(match-empty).re"
        { RETURN(RX_ADDRESS); }
-#line 6593 "<stdout>"
+#line 6593 "rexx.--empty-class(match-empty).c"
 yy372:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6607,7 +6607,7 @@ yy374:
        ++YYCURSOR;
 #line 118 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_XOR); }
-#line 6608 "<stdout>"
+#line 6608 "rexx.--empty-class(match-empty).c"
 yy376:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6633,19 +6633,19 @@ yy378:
 yy379:
 #line 106 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_GT_STRICT); }
-#line 6634 "<stdout>"
+#line 6634 "rexx.--empty-class(match-empty).c"
 yy380:
        ++YYCURSOR;
 yy381:
 #line 98 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_GE); }
-#line 6640 "<stdout>"
+#line 6640 "rexx.--empty-class(match-empty).c"
 yy382:
        ++YYCURSOR;
 yy383:
 #line 92 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_EQUAL_N); }
-#line 6646 "<stdout>"
+#line 6646 "rexx.--empty-class(match-empty).c"
 yy384:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6660,7 +6660,7 @@ yy386:
        ++YYCURSOR;
 #line 110 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_GE_STRICT); }
-#line 6661 "<stdout>"
+#line 6661 "rexx.--empty-class(match-empty).c"
 yy388:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6686,13 +6686,13 @@ yy390:
 yy391:
 #line 108 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_LT_STRICT); }
-#line 6687 "<stdout>"
+#line 6687 "rexx.--empty-class(match-empty).c"
 yy392:
        ++YYCURSOR;
 yy393:
 #line 100 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_LE); }
-#line 6693 "<stdout>"
+#line 6693 "rexx.--empty-class(match-empty).c"
 yy394:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6707,7 +6707,7 @@ yy396:
        ++YYCURSOR;
 #line 112 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_LE_STRICT); }
-#line 6708 "<stdout>"
+#line 6708 "rexx.--empty-class(match-empty).c"
 yy398:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6762,7 +6762,7 @@ yy405:
        ++YYCURSOR;
 #line 104 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_EQUAL_EQ_N); }
-#line 6763 "<stdout>"
+#line 6763 "rexx.--empty-class(match-empty).c"
 yy407:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6797,7 +6797,7 @@ yy413:
        ++YYCURSOR;
 #line 102 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_EQUAL_EQ); }
-#line 6798 "<stdout>"
+#line 6798 "rexx.--empty-class(match-empty).c"
 yy415:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6812,7 +6812,7 @@ yy417:
        ++YYCURSOR;
 #line 86 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_REMAIN); }
-#line 6813 "<stdout>"
+#line 6813 "rexx.--empty-class(match-empty).c"
 yy419:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6827,7 +6827,7 @@ yy421:
        ++YYCURSOR;
 #line 88 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_POWER); }
-#line 6828 "<stdout>"
+#line 6828 "rexx.--empty-class(match-empty).c"
 yy423:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6842,7 +6842,7 @@ yy425:
        ++YYCURSOR;
 #line 74 "rexx.--empty-class(match-empty).re"
        { RETURN(OP_CONCAT); }
-#line 6843 "<stdout>"
+#line 6843 "rexx.--empty-class(match-empty).c"
 }
 #line 265 "rexx.--empty-class(match-empty).re"
 
@@ -6856,7 +6856,7 @@ bool StripToken(){
        ScanCB.eot = cursor;
 strip:
 
-#line 6857 "<stdout>"
+#line 6857 "rexx.--empty-class(match-empty).c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6879,12 +6879,12 @@ yy430:
        YYCURSOR = YYCTXMARKER;
 #line 289 "rexx.--empty-class(match-empty).re"
        { RETURN(blanks); }
-#line 6880 "<stdout>"
+#line 6880 "rexx.--empty-class(match-empty).c"
 yy431:
        ++YYCURSOR;
 #line 282 "rexx.--empty-class(match-empty).re"
        { goto strip; }
-#line 6885 "<stdout>"
+#line 6885 "rexx.--empty-class(match-empty).c"
 yy433:
        ++YYCURSOR;
 #line 284 "rexx.--empty-class(match-empty).re"
@@ -6892,7 +6892,7 @@ yy433:
                blanks = TRUE;
                goto strip;
            }
-#line 6893 "<stdout>"
+#line 6893 "rexx.--empty-class(match-empty).c"
 yy435:
        yych = *++YYCURSOR;
        goto yy430;
@@ -6903,14 +6903,14 @@ yy436:
                depth = 1;
                goto comment;
            }
-#line 6904 "<stdout>"
+#line 6904 "rexx.--empty-class(match-empty).c"
 }
 #line 290 "rexx.--empty-class(match-empty).re"
 
 
 comment:
 
-#line 6911 "<stdout>"
+#line 6911 "rexx.--empty-class(match-empty).c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6933,7 +6933,7 @@ yy441:
        {
                goto comment;
            }
-#line 6934 "<stdout>"
+#line 6934 "rexx.--empty-class(match-empty).c"
 yy442:
        ++YYCURSOR;
 #line 302 "rexx.--empty-class(match-empty).re"
@@ -6942,7 +6942,7 @@ yy442:
                ScanCB.linePos = ScanCB.pos + (cursor - ScanCB.mrk);
                goto comment;
            }
-#line 6943 "<stdout>"
+#line 6943 "rexx.--empty-class(match-empty).c"
 yy444:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6953,7 +6953,7 @@ yy445:
        ++YYCURSOR;
 #line 313 "rexx.--empty-class(match-empty).re"
        { RETURN(blanks); }
-#line 6954 "<stdout>"
+#line 6954 "rexx.--empty-class(match-empty).c"
 yy447:
        yych = *++YYCURSOR;
        goto yy441;
@@ -6964,7 +6964,7 @@ yy448:
                ++depth;
                goto comment;
            }
-#line 6965 "<stdout>"
+#line 6965 "rexx.--empty-class(match-empty).c"
 yy450:
        ++YYCURSOR;
 #line 295 "rexx.--empty-class(match-empty).re"
@@ -6974,7 +6974,7 @@ yy450:
                else
                    goto comment;
            }
-#line 6975 "<stdout>"
+#line 6975 "rexx.--empty-class(match-empty).c"
 }
 #line 318 "rexx.--empty-class(match-empty).re"
 
index d34af568d1e71b81ac6c70ba055f8f452ae490fa..2961f80fb97eec4cb48db2103aedc74aac637953 100644 (file)
@@ -32,7 +32,7 @@ int ScanToken(){
 
 scan:
 
-#line 29 "<stdout>"
+#line 29 "rexx.--empty-class(match-none).c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -131,7 +131,7 @@ scan:
 yy2:
 #line 253 "rexx.--empty-class(match-none).re"
        { RETURN(SU_SYMBOL_COMPOUND); }
-#line 128 "<stdout>"
+#line 128 "rexx.--empty-class(match-none).c"
 yy3:
        ++YYCURSOR;
 #line 68 "rexx.--empty-class(match-none).re"
@@ -140,7 +140,7 @@ yy3:
                ScanCB.linePos = ScanCB.pos + (cursor - ScanCB.mrk);
                RETURN(SU_EOL);
            }
-#line 137 "<stdout>"
+#line 137 "rexx.--empty-class(match-none).c"
 yy5:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -153,17 +153,17 @@ yy5:
 yy6:
 #line 116 "rexx.--empty-class(match-none).re"
        { RETURN(OP_OR); }
-#line 150 "<stdout>"
+#line 150 "rexx.--empty-class(match-none).c"
 yy7:
        ++YYCURSOR;
 #line 76 "rexx.--empty-class(match-none).re"
        { RETURN(OP_PLUS); }
-#line 155 "<stdout>"
+#line 155 "rexx.--empty-class(match-none).c"
 yy9:
        ++YYCURSOR;
 #line 78 "rexx.--empty-class(match-none).re"
        { RETURN(OP_MINUS); }
-#line 160 "<stdout>"
+#line 160 "rexx.--empty-class(match-none).c"
 yy11:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -176,7 +176,7 @@ yy11:
 yy12:
 #line 80 "rexx.--empty-class(match-none).re"
        { RETURN(OP_MULT); }
-#line 173 "<stdout>"
+#line 173 "rexx.--empty-class(match-none).c"
 yy13:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -189,12 +189,12 @@ yy13:
 yy14:
 #line 82 "rexx.--empty-class(match-none).re"
        { RETURN(OP_DIV); }
-#line 186 "<stdout>"
+#line 186 "rexx.--empty-class(match-none).c"
 yy15:
        ++YYCURSOR;
 #line 84 "rexx.--empty-class(match-none).re"
        { RETURN(OP_IDIV); }
-#line 191 "<stdout>"
+#line 191 "rexx.--empty-class(match-none).c"
 yy17:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -207,7 +207,7 @@ yy17:
 yy18:
 #line 90 "rexx.--empty-class(match-none).re"
        { RETURN(OP_EQUAL); }
-#line 204 "<stdout>"
+#line 204 "rexx.--empty-class(match-none).c"
 yy19:
        yyaccept = 4;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -222,7 +222,7 @@ yy19:
 yy20:
 #line 120 "rexx.--empty-class(match-none).re"
        { RETURN(OP_NOT); }
-#line 219 "<stdout>"
+#line 219 "rexx.--empty-class(match-none).c"
 yy21:
        yyaccept = 5;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -237,7 +237,7 @@ yy21:
 yy22:
 #line 96 "rexx.--empty-class(match-none).re"
        { RETURN(OP_LT); }
-#line 234 "<stdout>"
+#line 234 "rexx.--empty-class(match-none).c"
 yy23:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -252,7 +252,7 @@ yy23:
 yy24:
 #line 94 "rexx.--empty-class(match-none).re"
        { RETURN(OP_GT); }
-#line 249 "<stdout>"
+#line 249 "rexx.--empty-class(match-none).c"
 yy25:
        yyaccept = 7;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -265,32 +265,32 @@ yy25:
 yy26:
 #line 114 "rexx.--empty-class(match-none).re"
        { RETURN(OP_AND); }
-#line 262 "<stdout>"
+#line 262 "rexx.--empty-class(match-none).c"
 yy27:
        ++YYCURSOR;
 #line 123 "rexx.--empty-class(match-none).re"
        { RETURN(SU_COLON); }
-#line 267 "<stdout>"
+#line 267 "rexx.--empty-class(match-none).c"
 yy29:
        ++YYCURSOR;
 #line 125 "rexx.--empty-class(match-none).re"
        { RETURN(SU_COMMA); }
-#line 272 "<stdout>"
+#line 272 "rexx.--empty-class(match-none).c"
 yy31:
        ++YYCURSOR;
 #line 127 "rexx.--empty-class(match-none).re"
        { RETURN(SU_POPEN); }
-#line 277 "<stdout>"
+#line 277 "rexx.--empty-class(match-none).c"
 yy33:
        ++YYCURSOR;
 #line 129 "rexx.--empty-class(match-none).re"
        { RETURN(SU_PCLOSE); }
-#line 282 "<stdout>"
+#line 282 "rexx.--empty-class(match-none).c"
 yy35:
        ++YYCURSOR;
 #line 131 "rexx.--empty-class(match-none).re"
        { RETURN(SU_EOC); }
-#line 287 "<stdout>"
+#line 287 "rexx.--empty-class(match-none).c"
 yy37:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -303,7 +303,7 @@ yy37:
 yy38:
 #line 249 "rexx.--empty-class(match-none).re"
        { RETURN(SU_SYMBOL); }
-#line 300 "<stdout>"
+#line 300 "rexx.--empty-class(match-none).c"
 yy39:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -491,7 +491,7 @@ yy57:
 yy58:
 #line 247 "rexx.--empty-class(match-none).re"
        { RETURN(SU_CONST); }
-#line 488 "<stdout>"
+#line 488 "rexx.--empty-class(match-none).c"
 yy59:
        yych = *++YYCURSOR;
        goto yy81;
@@ -506,7 +506,7 @@ yy60:
 yy61:
 #line 264 "rexx.--empty-class(match-none).re"
        { RETURN(SU_ERROR); }
-#line 503 "<stdout>"
+#line 503 "rexx.--empty-class(match-none).c"
 yy62:
        yyaccept = 8;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -519,7 +519,7 @@ yy63:
        ++YYCURSOR;
 #line 262 "rexx.--empty-class(match-none).re"
        { RETURN(SU_EOF); }
-#line 516 "<stdout>"
+#line 516 "rexx.--empty-class(match-none).c"
 yy65:
        yych = *++YYCURSOR;
        goto yy61;
@@ -570,7 +570,7 @@ yy69:
 yy70:
 #line 255 "rexx.--empty-class(match-none).re"
        { RETURN(SU_LITERAL); }
-#line 567 "<stdout>"
+#line 567 "rexx.--empty-class(match-none).c"
 yy71:
        yych = *++YYCURSOR;
        YYCTXMARKER = YYCURSOR;
@@ -720,13 +720,13 @@ yy73:
        YYCURSOR = YYCTXMARKER;
 #line 259 "rexx.--empty-class(match-none).re"
        { RETURN(SU_LITERAL_HEX); }
-#line 717 "<stdout>"
+#line 717 "rexx.--empty-class(match-none).c"
 yy75:
        ++YYCURSOR;
        YYCURSOR = YYCTXMARKER;
 #line 257 "rexx.--empty-class(match-none).re"
        { RETURN(SU_LITERAL_BIN); }
-#line 723 "<stdout>"
+#line 723 "rexx.--empty-class(match-none).c"
 yy77:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -899,7 +899,7 @@ yy82:
 yy83:
 #line 251 "rexx.--empty-class(match-none).re"
        { RETURN(SU_SYMBOL_STEM); }
-#line 896 "<stdout>"
+#line 896 "rexx.--empty-class(match-none).c"
 yy84:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1346,7 +1346,7 @@ yy101:
 yy102:
 #line 240 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_VERSION); }
-#line 1343 "<stdout>"
+#line 1343 "rexx.--empty-class(match-none).c"
 yy103:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1428,7 +1428,7 @@ yy104:
 yy105:
 #line 238 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_VAR); }
-#line 1425 "<stdout>"
+#line 1425 "rexx.--empty-class(match-none).c"
 yy106:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1510,7 +1510,7 @@ yy107:
 yy108:
 #line 236 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_VALUE); }
-#line 1507 "<stdout>"
+#line 1507 "rexx.--empty-class(match-none).c"
 yy109:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1613,7 +1613,7 @@ yy113:
 yy114:
 #line 234 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_UPPER); }
-#line 1610 "<stdout>"
+#line 1610 "rexx.--empty-class(match-none).c"
 yy115:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1702,7 +1702,7 @@ yy117:
 yy118:
 #line 232 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_UNTIL); }
-#line 1699 "<stdout>"
+#line 1699 "rexx.--empty-class(match-none).c"
 yy119:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1791,7 +1791,7 @@ yy121:
 yy122:
 #line 214 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_HALT); }
-#line 1788 "<stdout>"
+#line 1788 "rexx.--empty-class(match-none).c"
 yy123:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1894,7 +1894,7 @@ yy127:
 yy128:
 #line 212 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_FUZZ); }
-#line 1891 "<stdout>"
+#line 1891 "rexx.--empty-class(match-none).c"
 yy129:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1969,7 +1969,7 @@ yy129:
 yy130:
 #line 206 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_FOR); }
-#line 1966 "<stdout>"
+#line 1966 "rexx.--empty-class(match-none).c"
 yy131:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2051,7 +2051,7 @@ yy132:
 yy133:
 #line 210 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_FORM); }
-#line 2048 "<stdout>"
+#line 2048 "rexx.--empty-class(match-none).c"
 yy134:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2140,7 +2140,7 @@ yy136:
 yy137:
 #line 208 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_FOREVER); }
-#line 2137 "<stdout>"
+#line 2137 "rexx.--empty-class(match-none).c"
 yy138:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2243,7 +2243,7 @@ yy142:
 yy143:
 #line 204 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_FAILURE); }
-#line 2240 "<stdout>"
+#line 2240 "rexx.--empty-class(match-none).c"
 yy144:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2318,7 +2318,7 @@ yy144:
 yy145:
 #line 194 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_BY); }
-#line 2315 "<stdout>"
+#line 2315 "rexx.--empty-class(match-none).c"
 yy146:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2416,7 +2416,7 @@ yy149:
 yy150:
 #line 244 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_WITH); }
-#line 2413 "<stdout>"
+#line 2413 "rexx.--empty-class(match-none).c"
 yy151:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2512,7 +2512,7 @@ yy154:
 yy155:
 #line 242 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_WHILE); }
-#line 2509 "<stdout>"
+#line 2509 "rexx.--empty-class(match-none).c"
 yy156:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2587,7 +2587,7 @@ yy156:
 yy157:
 #line 188 "rexx.--empty-class(match-none).re"
        { RETURN(RX_WHEN); }
-#line 2584 "<stdout>"
+#line 2584 "rexx.--empty-class(match-none).c"
 yy158:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2669,7 +2669,7 @@ yy159:
 yy160:
 #line 230 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_TO); }
-#line 2666 "<stdout>"
+#line 2666 "rexx.--empty-class(match-none).c"
 yy161:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2765,7 +2765,7 @@ yy164:
 yy165:
 #line 186 "rexx.--empty-class(match-none).re"
        { RETURN(RX_TRACE); }
-#line 2762 "<stdout>"
+#line 2762 "rexx.--empty-class(match-none).c"
 yy166:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2847,7 +2847,7 @@ yy167:
 yy168:
 #line 184 "rexx.--empty-class(match-none).re"
        { RETURN(RX_THEN); }
-#line 2844 "<stdout>"
+#line 2844 "rexx.--empty-class(match-none).c"
 yy169:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2985,7 +2985,7 @@ yy178:
 yy179:
 #line 228 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_SYNTAX); }
-#line 2982 "<stdout>"
+#line 2982 "rexx.--empty-class(match-none).c"
 yy180:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3081,7 +3081,7 @@ yy183:
 yy184:
 #line 226 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_SOURCE); }
-#line 3078 "<stdout>"
+#line 3078 "rexx.--empty-class(match-none).c"
 yy185:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3177,7 +3177,7 @@ yy188:
 yy189:
 #line 182 "rexx.--empty-class(match-none).re"
        { RETURN(RX_SIGNAL); }
-#line 3174 "<stdout>"
+#line 3174 "rexx.--empty-class(match-none).c"
 yy190:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3273,7 +3273,7 @@ yy193:
 yy194:
 #line 180 "rexx.--empty-class(match-none).re"
        { RETURN(RX_SELECT); }
-#line 3270 "<stdout>"
+#line 3270 "rexx.--empty-class(match-none).c"
 yy195:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3397,7 +3397,7 @@ yy202:
 yy203:
 #line 224 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_SCIENTIFIC); }
-#line 3394 "<stdout>"
+#line 3394 "rexx.--empty-class(match-none).c"
 yy204:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3472,7 +3472,7 @@ yy204:
 yy205:
 #line 178 "rexx.--empty-class(match-none).re"
        { RETURN(RX_SAY); }
-#line 3469 "<stdout>"
+#line 3469 "rexx.--empty-class(match-none).c"
 yy206:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3575,7 +3575,7 @@ yy210:
 yy211:
 #line 176 "rexx.--empty-class(match-none).re"
        { RETURN(RX_RETURN); }
-#line 3572 "<stdout>"
+#line 3572 "rexx.--empty-class(match-none).c"
 yy212:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3671,7 +3671,7 @@ yy215:
 yy216:
 #line 174 "rexx.--empty-class(match-none).re"
        { RETURN(RX_QUEUE); }
-#line 3668 "<stdout>"
+#line 3668 "rexx.--empty-class(match-none).c"
 yy217:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3783,7 +3783,7 @@ yy222:
 yy223:
 #line 172 "rexx.--empty-class(match-none).re"
        { RETURN(RX_PUSH); }
-#line 3780 "<stdout>"
+#line 3780 "rexx.--empty-class(match-none).c"
 yy224:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3858,7 +3858,7 @@ yy224:
 yy225:
 #line 170 "rexx.--empty-class(match-none).re"
        { RETURN(RX_PULL); }
-#line 3855 "<stdout>"
+#line 3855 "rexx.--empty-class(match-none).c"
 yy226:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3975,7 +3975,7 @@ yy232:
 yy233:
 #line 168 "rexx.--empty-class(match-none).re"
        { RETURN(RX_PROCEDURE); }
-#line 3972 "<stdout>"
+#line 3972 "rexx.--empty-class(match-none).c"
 yy234:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4064,7 +4064,7 @@ yy236:
 yy237:
 #line 166 "rexx.--empty-class(match-none).re"
        { RETURN(RX_PARSE); }
-#line 4061 "<stdout>"
+#line 4061 "rexx.--empty-class(match-none).c"
 yy238:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4146,7 +4146,7 @@ yy239:
 yy240:
 #line 192 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_ON); }
-#line 4143 "<stdout>"
+#line 4143 "rexx.--empty-class(match-none).c"
 yy241:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4277,7 +4277,7 @@ yy249:
 yy250:
 #line 164 "rexx.--empty-class(match-none).re"
        { RETURN(RX_OTHERWISE); }
-#line 4274 "<stdout>"
+#line 4274 "rexx.--empty-class(match-none).c"
 yy251:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4380,7 +4380,7 @@ yy255:
 yy256:
 #line 162 "rexx.--empty-class(match-none).re"
        { RETURN(RX_OPTIONS); }
-#line 4377 "<stdout>"
+#line 4377 "rexx.--empty-class(match-none).c"
 yy257:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4455,7 +4455,7 @@ yy257:
 yy258:
 #line 190 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_OFF); }
-#line 4452 "<stdout>"
+#line 4452 "rexx.--empty-class(match-none).c"
 yy259:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4583,7 +4583,7 @@ yy266:
 yy267:
 #line 160 "rexx.--empty-class(match-none).re"
        { RETURN(RX_NUMERIC); }
-#line 4580 "<stdout>"
+#line 4580 "rexx.--empty-class(match-none).c"
 yy268:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4658,7 +4658,7 @@ yy268:
 yy269:
 #line 158 "rexx.--empty-class(match-none).re"
        { RETURN(RX_NOP); }
-#line 4655 "<stdout>"
+#line 4655 "rexx.--empty-class(match-none).c"
 yy270:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4768,7 +4768,7 @@ yy275:
 yy276:
 #line 222 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_NOVALUE); }
-#line 4765 "<stdout>"
+#line 4765 "rexx.--empty-class(match-none).c"
 yy277:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4871,7 +4871,7 @@ yy281:
 yy282:
 #line 220 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_NOTREADY); }
-#line 4868 "<stdout>"
+#line 4868 "rexx.--empty-class(match-none).c"
 yy283:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4953,7 +4953,7 @@ yy284:
 yy285:
 #line 218 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_NAME); }
-#line 4950 "<stdout>"
+#line 4950 "rexx.--empty-class(match-none).c"
 yy286:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5063,7 +5063,7 @@ yy291:
 yy292:
 #line 216 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_LINEIN); }
-#line 5060 "<stdout>"
+#line 5060 "rexx.--empty-class(match-none).c"
 yy293:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5152,7 +5152,7 @@ yy295:
 yy296:
 #line 156 "rexx.--empty-class(match-none).re"
        { RETURN(RX_LEAVE); }
-#line 5149 "<stdout>"
+#line 5149 "rexx.--empty-class(match-none).c"
 yy297:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5227,7 +5227,7 @@ yy297:
 yy298:
 #line 150 "rexx.--empty-class(match-none).re"
        { RETURN(RX_IF); }
-#line 5224 "<stdout>"
+#line 5224 "rexx.--empty-class(match-none).c"
 yy299:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5344,7 +5344,7 @@ yy305:
 yy306:
 #line 154 "rexx.--empty-class(match-none).re"
        { RETURN(RX_ITERATE); }
-#line 5341 "<stdout>"
+#line 5341 "rexx.--empty-class(match-none).c"
 yy307:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5461,7 +5461,7 @@ yy313:
 yy314:
 #line 152 "rexx.--empty-class(match-none).re"
        { RETURN(RX_INTERPRET); }
-#line 5458 "<stdout>"
+#line 5458 "rexx.--empty-class(match-none).c"
 yy315:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5596,7 +5596,7 @@ yy323:
 yy324:
 #line 202 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_EXPOSE); }
-#line 5593 "<stdout>"
+#line 5593 "rexx.--empty-class(match-none).c"
 yy325:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5671,7 +5671,7 @@ yy325:
 yy326:
 #line 148 "rexx.--empty-class(match-none).re"
        { RETURN(RX_EXIT); }
-#line 5668 "<stdout>"
+#line 5668 "rexx.--empty-class(match-none).c"
 yy327:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5760,7 +5760,7 @@ yy329:
 yy330:
 #line 200 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_ERROR); }
-#line 5757 "<stdout>"
+#line 5757 "rexx.--empty-class(match-none).c"
 yy331:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5835,7 +5835,7 @@ yy331:
 yy332:
 #line 146 "rexx.--empty-class(match-none).re"
        { RETURN(RX_END); }
-#line 5832 "<stdout>"
+#line 5832 "rexx.--empty-class(match-none).c"
 yy333:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5966,7 +5966,7 @@ yy341:
 yy342:
 #line 198 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_ENGINEERING); }
-#line 5963 "<stdout>"
+#line 5963 "rexx.--empty-class(match-none).c"
 yy343:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6048,7 +6048,7 @@ yy344:
 yy345:
 #line 144 "rexx.--empty-class(match-none).re"
        { RETURN(RX_ELSE); }
-#line 6045 "<stdout>"
+#line 6045 "rexx.--empty-class(match-none).c"
 yy346:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6130,7 +6130,7 @@ yy347:
 yy348:
 #line 140 "rexx.--empty-class(match-none).re"
        { RETURN(RX_DO); }
-#line 6127 "<stdout>"
+#line 6127 "rexx.--empty-class(match-none).c"
 yy349:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6219,7 +6219,7 @@ yy351:
 yy352:
 #line 142 "rexx.--empty-class(match-none).re"
        { RETURN(RX_DROP); }
-#line 6216 "<stdout>"
+#line 6216 "rexx.--empty-class(match-none).c"
 yy353:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6315,7 +6315,7 @@ yy356:
 yy357:
 #line 196 "rexx.--empty-class(match-none).re"
        { RETURN(RXS_DIGITS); }
-#line 6312 "<stdout>"
+#line 6312 "rexx.--empty-class(match-none).c"
 yy358:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6404,7 +6404,7 @@ yy360:
 yy361:
 #line 138 "rexx.--empty-class(match-none).re"
        { RETURN(RX_CALL); }
-#line 6401 "<stdout>"
+#line 6401 "rexx.--empty-class(match-none).c"
 yy362:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6493,7 +6493,7 @@ yy364:
 yy365:
 #line 136 "rexx.--empty-class(match-none).re"
        { RETURN(RX_ARG); }
-#line 6490 "<stdout>"
+#line 6490 "rexx.--empty-class(match-none).c"
 yy366:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6596,7 +6596,7 @@ yy370:
 yy371:
 #line 134 "rexx.--empty-class(match-none).re"
        { RETURN(RX_ADDRESS); }
-#line 6593 "<stdout>"
+#line 6593 "rexx.--empty-class(match-none).c"
 yy372:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6611,7 +6611,7 @@ yy374:
        ++YYCURSOR;
 #line 118 "rexx.--empty-class(match-none).re"
        { RETURN(OP_XOR); }
-#line 6608 "<stdout>"
+#line 6608 "rexx.--empty-class(match-none).c"
 yy376:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6637,19 +6637,19 @@ yy378:
 yy379:
 #line 106 "rexx.--empty-class(match-none).re"
        { RETURN(OP_GT_STRICT); }
-#line 6634 "<stdout>"
+#line 6634 "rexx.--empty-class(match-none).c"
 yy380:
        ++YYCURSOR;
 yy381:
 #line 98 "rexx.--empty-class(match-none).re"
        { RETURN(OP_GE); }
-#line 6640 "<stdout>"
+#line 6640 "rexx.--empty-class(match-none).c"
 yy382:
        ++YYCURSOR;
 yy383:
 #line 92 "rexx.--empty-class(match-none).re"
        { RETURN(OP_EQUAL_N); }
-#line 6646 "<stdout>"
+#line 6646 "rexx.--empty-class(match-none).c"
 yy384:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6664,7 +6664,7 @@ yy386:
        ++YYCURSOR;
 #line 110 "rexx.--empty-class(match-none).re"
        { RETURN(OP_GE_STRICT); }
-#line 6661 "<stdout>"
+#line 6661 "rexx.--empty-class(match-none).c"
 yy388:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6690,13 +6690,13 @@ yy390:
 yy391:
 #line 108 "rexx.--empty-class(match-none).re"
        { RETURN(OP_LT_STRICT); }
-#line 6687 "<stdout>"
+#line 6687 "rexx.--empty-class(match-none).c"
 yy392:
        ++YYCURSOR;
 yy393:
 #line 100 "rexx.--empty-class(match-none).re"
        { RETURN(OP_LE); }
-#line 6693 "<stdout>"
+#line 6693 "rexx.--empty-class(match-none).c"
 yy394:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6711,7 +6711,7 @@ yy396:
        ++YYCURSOR;
 #line 112 "rexx.--empty-class(match-none).re"
        { RETURN(OP_LE_STRICT); }
-#line 6708 "<stdout>"
+#line 6708 "rexx.--empty-class(match-none).c"
 yy398:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6766,7 +6766,7 @@ yy405:
        ++YYCURSOR;
 #line 104 "rexx.--empty-class(match-none).re"
        { RETURN(OP_EQUAL_EQ_N); }
-#line 6763 "<stdout>"
+#line 6763 "rexx.--empty-class(match-none).c"
 yy407:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6801,7 +6801,7 @@ yy413:
        ++YYCURSOR;
 #line 102 "rexx.--empty-class(match-none).re"
        { RETURN(OP_EQUAL_EQ); }
-#line 6798 "<stdout>"
+#line 6798 "rexx.--empty-class(match-none).c"
 yy415:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6816,7 +6816,7 @@ yy417:
        ++YYCURSOR;
 #line 86 "rexx.--empty-class(match-none).re"
        { RETURN(OP_REMAIN); }
-#line 6813 "<stdout>"
+#line 6813 "rexx.--empty-class(match-none).c"
 yy419:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6831,7 +6831,7 @@ yy421:
        ++YYCURSOR;
 #line 88 "rexx.--empty-class(match-none).re"
        { RETURN(OP_POWER); }
-#line 6828 "<stdout>"
+#line 6828 "rexx.--empty-class(match-none).c"
 yy423:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6846,7 +6846,7 @@ yy425:
        ++YYCURSOR;
 #line 74 "rexx.--empty-class(match-none).re"
        { RETURN(OP_CONCAT); }
-#line 6843 "<stdout>"
+#line 6843 "rexx.--empty-class(match-none).c"
 }
 #line 265 "rexx.--empty-class(match-none).re"
 
@@ -6860,7 +6860,7 @@ bool StripToken(){
        ScanCB.eot = cursor;
 strip:
 
-#line 6857 "<stdout>"
+#line 6857 "rexx.--empty-class(match-none).c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6883,7 +6883,7 @@ yy431:
        ++YYCURSOR;
 #line 282 "rexx.--empty-class(match-none).re"
        { goto strip; }
-#line 6880 "<stdout>"
+#line 6880 "rexx.--empty-class(match-none).c"
 yy433:
        ++YYCURSOR;
 #line 284 "rexx.--empty-class(match-none).re"
@@ -6891,7 +6891,7 @@ yy433:
                blanks = TRUE;
                goto strip;
            }
-#line 6888 "<stdout>"
+#line 6888 "rexx.--empty-class(match-none).c"
 yy435:
        ++YYCURSOR;
 #line 277 "rexx.--empty-class(match-none).re"
@@ -6899,14 +6899,14 @@ yy435:
                depth = 1;
                goto comment;
            }
-#line 6896 "<stdout>"
+#line 6896 "rexx.--empty-class(match-none).c"
 }
 #line 290 "rexx.--empty-class(match-none).re"
 
 
 comment:
 
-#line 6903 "<stdout>"
+#line 6903 "rexx.--empty-class(match-none).c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6929,7 +6929,7 @@ yy440:
        {
                goto comment;
            }
-#line 6926 "<stdout>"
+#line 6926 "rexx.--empty-class(match-none).c"
 yy441:
        ++YYCURSOR;
 #line 302 "rexx.--empty-class(match-none).re"
@@ -6938,7 +6938,7 @@ yy441:
                ScanCB.linePos = ScanCB.pos + (cursor - ScanCB.mrk);
                goto comment;
            }
-#line 6935 "<stdout>"
+#line 6935 "rexx.--empty-class(match-none).c"
 yy443:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6949,7 +6949,7 @@ yy444:
        ++YYCURSOR;
 #line 313 "rexx.--empty-class(match-none).re"
        { RETURN(blanks); }
-#line 6946 "<stdout>"
+#line 6946 "rexx.--empty-class(match-none).c"
 yy446:
        yych = *++YYCURSOR;
        goto yy440;
@@ -6960,7 +6960,7 @@ yy447:
                ++depth;
                goto comment;
            }
-#line 6957 "<stdout>"
+#line 6957 "rexx.--empty-class(match-none).c"
 yy449:
        ++YYCURSOR;
 #line 295 "rexx.--empty-class(match-none).re"
@@ -6970,7 +6970,7 @@ yy449:
                else
                    goto comment;
            }
-#line 6967 "<stdout>"
+#line 6967 "rexx.--empty-class(match-none).c"
 }
 #line 318 "rexx.--empty-class(match-none).re"
 
index 0c29ef36e8a3d9d8bf6dea36c57673f58295bd36..071e522e0742d1f9b1585c843003fb1f1a8be7f8 100644 (file)
@@ -127,7 +127,7 @@ int lex_line265 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line265.input"
+        ("rexx.S.c.line265.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -139,7 +139,7 @@ int lex_line265 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line265.keys"
+        ("rexx.S.c.line265.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7200,7 +7200,7 @@ int lex_line290 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line290.input"
+        ("rexx.S.c.line290.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7212,7 +7212,7 @@ int lex_line290 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line290.keys"
+        ("rexx.S.c.line290.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7370,7 +7370,7 @@ int lex_line318 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line318.input"
+        ("rexx.S.c.line318.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7382,7 +7382,7 @@ int lex_line318 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line318.keys"
+        ("rexx.S.c.line318.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 4d0242dbac972faa9fb4884e867fb39761e642f5..874a1b00bf59335f84f0ffaf4f0d7b9c6ea95c47 100644 (file)
@@ -28,7 +28,7 @@ int ScanToken(){
 
 scan:
 
-#line 29 "<stdout>"
+#line 29 "rexx.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -127,7 +127,7 @@ scan:
 yy2:
 #line 253 "rexx.re"
        { RETURN(SU_SYMBOL_COMPOUND); }
-#line 128 "<stdout>"
+#line 128 "rexx.c"
 yy3:
        ++YYCURSOR;
 #line 68 "rexx.re"
@@ -136,7 +136,7 @@ yy3:
                ScanCB.linePos = ScanCB.pos + (cursor - ScanCB.mrk);
                RETURN(SU_EOL);
            }
-#line 137 "<stdout>"
+#line 137 "rexx.c"
 yy5:
        yyaccept = 0;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -149,17 +149,17 @@ yy5:
 yy6:
 #line 116 "rexx.re"
        { RETURN(OP_OR); }
-#line 150 "<stdout>"
+#line 150 "rexx.c"
 yy7:
        ++YYCURSOR;
 #line 76 "rexx.re"
        { RETURN(OP_PLUS); }
-#line 155 "<stdout>"
+#line 155 "rexx.c"
 yy9:
        ++YYCURSOR;
 #line 78 "rexx.re"
        { RETURN(OP_MINUS); }
-#line 160 "<stdout>"
+#line 160 "rexx.c"
 yy11:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -172,7 +172,7 @@ yy11:
 yy12:
 #line 80 "rexx.re"
        { RETURN(OP_MULT); }
-#line 173 "<stdout>"
+#line 173 "rexx.c"
 yy13:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -185,12 +185,12 @@ yy13:
 yy14:
 #line 82 "rexx.re"
        { RETURN(OP_DIV); }
-#line 186 "<stdout>"
+#line 186 "rexx.c"
 yy15:
        ++YYCURSOR;
 #line 84 "rexx.re"
        { RETURN(OP_IDIV); }
-#line 191 "<stdout>"
+#line 191 "rexx.c"
 yy17:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -203,7 +203,7 @@ yy17:
 yy18:
 #line 90 "rexx.re"
        { RETURN(OP_EQUAL); }
-#line 204 "<stdout>"
+#line 204 "rexx.c"
 yy19:
        yyaccept = 4;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -218,7 +218,7 @@ yy19:
 yy20:
 #line 120 "rexx.re"
        { RETURN(OP_NOT); }
-#line 219 "<stdout>"
+#line 219 "rexx.c"
 yy21:
        yyaccept = 5;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -233,7 +233,7 @@ yy21:
 yy22:
 #line 96 "rexx.re"
        { RETURN(OP_LT); }
-#line 234 "<stdout>"
+#line 234 "rexx.c"
 yy23:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -248,7 +248,7 @@ yy23:
 yy24:
 #line 94 "rexx.re"
        { RETURN(OP_GT); }
-#line 249 "<stdout>"
+#line 249 "rexx.c"
 yy25:
        yyaccept = 7;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -261,32 +261,32 @@ yy25:
 yy26:
 #line 114 "rexx.re"
        { RETURN(OP_AND); }
-#line 262 "<stdout>"
+#line 262 "rexx.c"
 yy27:
        ++YYCURSOR;
 #line 123 "rexx.re"
        { RETURN(SU_COLON); }
-#line 267 "<stdout>"
+#line 267 "rexx.c"
 yy29:
        ++YYCURSOR;
 #line 125 "rexx.re"
        { RETURN(SU_COMMA); }
-#line 272 "<stdout>"
+#line 272 "rexx.c"
 yy31:
        ++YYCURSOR;
 #line 127 "rexx.re"
        { RETURN(SU_POPEN); }
-#line 277 "<stdout>"
+#line 277 "rexx.c"
 yy33:
        ++YYCURSOR;
 #line 129 "rexx.re"
        { RETURN(SU_PCLOSE); }
-#line 282 "<stdout>"
+#line 282 "rexx.c"
 yy35:
        ++YYCURSOR;
 #line 131 "rexx.re"
        { RETURN(SU_EOC); }
-#line 287 "<stdout>"
+#line 287 "rexx.c"
 yy37:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -299,7 +299,7 @@ yy37:
 yy38:
 #line 249 "rexx.re"
        { RETURN(SU_SYMBOL); }
-#line 300 "<stdout>"
+#line 300 "rexx.c"
 yy39:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -487,7 +487,7 @@ yy57:
 yy58:
 #line 247 "rexx.re"
        { RETURN(SU_CONST); }
-#line 488 "<stdout>"
+#line 488 "rexx.c"
 yy59:
        yych = *++YYCURSOR;
        goto yy81;
@@ -502,7 +502,7 @@ yy60:
 yy61:
 #line 264 "rexx.re"
        { RETURN(SU_ERROR); }
-#line 503 "<stdout>"
+#line 503 "rexx.c"
 yy62:
        yyaccept = 8;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -515,7 +515,7 @@ yy63:
        ++YYCURSOR;
 #line 262 "rexx.re"
        { RETURN(SU_EOF); }
-#line 516 "<stdout>"
+#line 516 "rexx.c"
 yy65:
        yych = *++YYCURSOR;
        goto yy61;
@@ -566,7 +566,7 @@ yy69:
 yy70:
 #line 255 "rexx.re"
        { RETURN(SU_LITERAL); }
-#line 567 "<stdout>"
+#line 567 "rexx.c"
 yy71:
        yych = *++YYCURSOR;
        YYCTXMARKER = YYCURSOR;
@@ -716,13 +716,13 @@ yy73:
        YYCURSOR = YYCTXMARKER;
 #line 259 "rexx.re"
        { RETURN(SU_LITERAL_HEX); }
-#line 717 "<stdout>"
+#line 717 "rexx.c"
 yy75:
        ++YYCURSOR;
        YYCURSOR = YYCTXMARKER;
 #line 257 "rexx.re"
        { RETURN(SU_LITERAL_BIN); }
-#line 723 "<stdout>"
+#line 723 "rexx.c"
 yy77:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -895,7 +895,7 @@ yy82:
 yy83:
 #line 251 "rexx.re"
        { RETURN(SU_SYMBOL_STEM); }
-#line 896 "<stdout>"
+#line 896 "rexx.c"
 yy84:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1342,7 +1342,7 @@ yy101:
 yy102:
 #line 240 "rexx.re"
        { RETURN(RXS_VERSION); }
-#line 1343 "<stdout>"
+#line 1343 "rexx.c"
 yy103:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1424,7 +1424,7 @@ yy104:
 yy105:
 #line 238 "rexx.re"
        { RETURN(RXS_VAR); }
-#line 1425 "<stdout>"
+#line 1425 "rexx.c"
 yy106:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1506,7 +1506,7 @@ yy107:
 yy108:
 #line 236 "rexx.re"
        { RETURN(RXS_VALUE); }
-#line 1507 "<stdout>"
+#line 1507 "rexx.c"
 yy109:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1609,7 +1609,7 @@ yy113:
 yy114:
 #line 234 "rexx.re"
        { RETURN(RXS_UPPER); }
-#line 1610 "<stdout>"
+#line 1610 "rexx.c"
 yy115:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1698,7 +1698,7 @@ yy117:
 yy118:
 #line 232 "rexx.re"
        { RETURN(RXS_UNTIL); }
-#line 1699 "<stdout>"
+#line 1699 "rexx.c"
 yy119:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1787,7 +1787,7 @@ yy121:
 yy122:
 #line 214 "rexx.re"
        { RETURN(RXS_HALT); }
-#line 1788 "<stdout>"
+#line 1788 "rexx.c"
 yy123:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1890,7 +1890,7 @@ yy127:
 yy128:
 #line 212 "rexx.re"
        { RETURN(RXS_FUZZ); }
-#line 1891 "<stdout>"
+#line 1891 "rexx.c"
 yy129:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1965,7 +1965,7 @@ yy129:
 yy130:
 #line 206 "rexx.re"
        { RETURN(RXS_FOR); }
-#line 1966 "<stdout>"
+#line 1966 "rexx.c"
 yy131:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2047,7 +2047,7 @@ yy132:
 yy133:
 #line 210 "rexx.re"
        { RETURN(RXS_FORM); }
-#line 2048 "<stdout>"
+#line 2048 "rexx.c"
 yy134:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2136,7 +2136,7 @@ yy136:
 yy137:
 #line 208 "rexx.re"
        { RETURN(RXS_FOREVER); }
-#line 2137 "<stdout>"
+#line 2137 "rexx.c"
 yy138:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2239,7 +2239,7 @@ yy142:
 yy143:
 #line 204 "rexx.re"
        { RETURN(RXS_FAILURE); }
-#line 2240 "<stdout>"
+#line 2240 "rexx.c"
 yy144:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2314,7 +2314,7 @@ yy144:
 yy145:
 #line 194 "rexx.re"
        { RETURN(RXS_BY); }
-#line 2315 "<stdout>"
+#line 2315 "rexx.c"
 yy146:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2412,7 +2412,7 @@ yy149:
 yy150:
 #line 244 "rexx.re"
        { RETURN(RXS_WITH); }
-#line 2413 "<stdout>"
+#line 2413 "rexx.c"
 yy151:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2508,7 +2508,7 @@ yy154:
 yy155:
 #line 242 "rexx.re"
        { RETURN(RXS_WHILE); }
-#line 2509 "<stdout>"
+#line 2509 "rexx.c"
 yy156:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -2583,7 +2583,7 @@ yy156:
 yy157:
 #line 188 "rexx.re"
        { RETURN(RX_WHEN); }
-#line 2584 "<stdout>"
+#line 2584 "rexx.c"
 yy158:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2665,7 +2665,7 @@ yy159:
 yy160:
 #line 230 "rexx.re"
        { RETURN(RXS_TO); }
-#line 2666 "<stdout>"
+#line 2666 "rexx.c"
 yy161:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2761,7 +2761,7 @@ yy164:
 yy165:
 #line 186 "rexx.re"
        { RETURN(RX_TRACE); }
-#line 2762 "<stdout>"
+#line 2762 "rexx.c"
 yy166:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2843,7 +2843,7 @@ yy167:
 yy168:
 #line 184 "rexx.re"
        { RETURN(RX_THEN); }
-#line 2844 "<stdout>"
+#line 2844 "rexx.c"
 yy169:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -2981,7 +2981,7 @@ yy178:
 yy179:
 #line 228 "rexx.re"
        { RETURN(RXS_SYNTAX); }
-#line 2982 "<stdout>"
+#line 2982 "rexx.c"
 yy180:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3077,7 +3077,7 @@ yy183:
 yy184:
 #line 226 "rexx.re"
        { RETURN(RXS_SOURCE); }
-#line 3078 "<stdout>"
+#line 3078 "rexx.c"
 yy185:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3173,7 +3173,7 @@ yy188:
 yy189:
 #line 182 "rexx.re"
        { RETURN(RX_SIGNAL); }
-#line 3174 "<stdout>"
+#line 3174 "rexx.c"
 yy190:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3269,7 +3269,7 @@ yy193:
 yy194:
 #line 180 "rexx.re"
        { RETURN(RX_SELECT); }
-#line 3270 "<stdout>"
+#line 3270 "rexx.c"
 yy195:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3393,7 +3393,7 @@ yy202:
 yy203:
 #line 224 "rexx.re"
        { RETURN(RXS_SCIENTIFIC); }
-#line 3394 "<stdout>"
+#line 3394 "rexx.c"
 yy204:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3468,7 +3468,7 @@ yy204:
 yy205:
 #line 178 "rexx.re"
        { RETURN(RX_SAY); }
-#line 3469 "<stdout>"
+#line 3469 "rexx.c"
 yy206:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3571,7 +3571,7 @@ yy210:
 yy211:
 #line 176 "rexx.re"
        { RETURN(RX_RETURN); }
-#line 3572 "<stdout>"
+#line 3572 "rexx.c"
 yy212:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3667,7 +3667,7 @@ yy215:
 yy216:
 #line 174 "rexx.re"
        { RETURN(RX_QUEUE); }
-#line 3668 "<stdout>"
+#line 3668 "rexx.c"
 yy217:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3779,7 +3779,7 @@ yy222:
 yy223:
 #line 172 "rexx.re"
        { RETURN(RX_PUSH); }
-#line 3780 "<stdout>"
+#line 3780 "rexx.c"
 yy224:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -3854,7 +3854,7 @@ yy224:
 yy225:
 #line 170 "rexx.re"
        { RETURN(RX_PULL); }
-#line 3855 "<stdout>"
+#line 3855 "rexx.c"
 yy226:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -3971,7 +3971,7 @@ yy232:
 yy233:
 #line 168 "rexx.re"
        { RETURN(RX_PROCEDURE); }
-#line 3972 "<stdout>"
+#line 3972 "rexx.c"
 yy234:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4060,7 +4060,7 @@ yy236:
 yy237:
 #line 166 "rexx.re"
        { RETURN(RX_PARSE); }
-#line 4061 "<stdout>"
+#line 4061 "rexx.c"
 yy238:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4142,7 +4142,7 @@ yy239:
 yy240:
 #line 192 "rexx.re"
        { RETURN(RXS_ON); }
-#line 4143 "<stdout>"
+#line 4143 "rexx.c"
 yy241:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4273,7 +4273,7 @@ yy249:
 yy250:
 #line 164 "rexx.re"
        { RETURN(RX_OTHERWISE); }
-#line 4274 "<stdout>"
+#line 4274 "rexx.c"
 yy251:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4376,7 +4376,7 @@ yy255:
 yy256:
 #line 162 "rexx.re"
        { RETURN(RX_OPTIONS); }
-#line 4377 "<stdout>"
+#line 4377 "rexx.c"
 yy257:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4451,7 +4451,7 @@ yy257:
 yy258:
 #line 190 "rexx.re"
        { RETURN(RXS_OFF); }
-#line 4452 "<stdout>"
+#line 4452 "rexx.c"
 yy259:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4579,7 +4579,7 @@ yy266:
 yy267:
 #line 160 "rexx.re"
        { RETURN(RX_NUMERIC); }
-#line 4580 "<stdout>"
+#line 4580 "rexx.c"
 yy268:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -4654,7 +4654,7 @@ yy268:
 yy269:
 #line 158 "rexx.re"
        { RETURN(RX_NOP); }
-#line 4655 "<stdout>"
+#line 4655 "rexx.c"
 yy270:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4764,7 +4764,7 @@ yy275:
 yy276:
 #line 222 "rexx.re"
        { RETURN(RXS_NOVALUE); }
-#line 4765 "<stdout>"
+#line 4765 "rexx.c"
 yy277:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4867,7 +4867,7 @@ yy281:
 yy282:
 #line 220 "rexx.re"
        { RETURN(RXS_NOTREADY); }
-#line 4868 "<stdout>"
+#line 4868 "rexx.c"
 yy283:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -4949,7 +4949,7 @@ yy284:
 yy285:
 #line 218 "rexx.re"
        { RETURN(RXS_NAME); }
-#line 4950 "<stdout>"
+#line 4950 "rexx.c"
 yy286:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5059,7 +5059,7 @@ yy291:
 yy292:
 #line 216 "rexx.re"
        { RETURN(RXS_LINEIN); }
-#line 5060 "<stdout>"
+#line 5060 "rexx.c"
 yy293:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5148,7 +5148,7 @@ yy295:
 yy296:
 #line 156 "rexx.re"
        { RETURN(RX_LEAVE); }
-#line 5149 "<stdout>"
+#line 5149 "rexx.c"
 yy297:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5223,7 +5223,7 @@ yy297:
 yy298:
 #line 150 "rexx.re"
        { RETURN(RX_IF); }
-#line 5224 "<stdout>"
+#line 5224 "rexx.c"
 yy299:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5340,7 +5340,7 @@ yy305:
 yy306:
 #line 154 "rexx.re"
        { RETURN(RX_ITERATE); }
-#line 5341 "<stdout>"
+#line 5341 "rexx.c"
 yy307:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5457,7 +5457,7 @@ yy313:
 yy314:
 #line 152 "rexx.re"
        { RETURN(RX_INTERPRET); }
-#line 5458 "<stdout>"
+#line 5458 "rexx.c"
 yy315:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5592,7 +5592,7 @@ yy323:
 yy324:
 #line 202 "rexx.re"
        { RETURN(RXS_EXPOSE); }
-#line 5593 "<stdout>"
+#line 5593 "rexx.c"
 yy325:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5667,7 +5667,7 @@ yy325:
 yy326:
 #line 148 "rexx.re"
        { RETURN(RX_EXIT); }
-#line 5668 "<stdout>"
+#line 5668 "rexx.c"
 yy327:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5756,7 +5756,7 @@ yy329:
 yy330:
 #line 200 "rexx.re"
        { RETURN(RXS_ERROR); }
-#line 5757 "<stdout>"
+#line 5757 "rexx.c"
 yy331:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -5831,7 +5831,7 @@ yy331:
 yy332:
 #line 146 "rexx.re"
        { RETURN(RX_END); }
-#line 5832 "<stdout>"
+#line 5832 "rexx.c"
 yy333:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -5962,7 +5962,7 @@ yy341:
 yy342:
 #line 198 "rexx.re"
        { RETURN(RXS_ENGINEERING); }
-#line 5963 "<stdout>"
+#line 5963 "rexx.c"
 yy343:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6044,7 +6044,7 @@ yy344:
 yy345:
 #line 144 "rexx.re"
        { RETURN(RX_ELSE); }
-#line 6045 "<stdout>"
+#line 6045 "rexx.c"
 yy346:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6126,7 +6126,7 @@ yy347:
 yy348:
 #line 140 "rexx.re"
        { RETURN(RX_DO); }
-#line 6127 "<stdout>"
+#line 6127 "rexx.c"
 yy349:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6215,7 +6215,7 @@ yy351:
 yy352:
 #line 142 "rexx.re"
        { RETURN(RX_DROP); }
-#line 6216 "<stdout>"
+#line 6216 "rexx.c"
 yy353:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6311,7 +6311,7 @@ yy356:
 yy357:
 #line 196 "rexx.re"
        { RETURN(RXS_DIGITS); }
-#line 6312 "<stdout>"
+#line 6312 "rexx.c"
 yy358:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6400,7 +6400,7 @@ yy360:
 yy361:
 #line 138 "rexx.re"
        { RETURN(RX_CALL); }
-#line 6401 "<stdout>"
+#line 6401 "rexx.c"
 yy362:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6489,7 +6489,7 @@ yy364:
 yy365:
 #line 136 "rexx.re"
        { RETURN(RX_ARG); }
-#line 6490 "<stdout>"
+#line 6490 "rexx.c"
 yy366:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6592,7 +6592,7 @@ yy370:
 yy371:
 #line 134 "rexx.re"
        { RETURN(RX_ADDRESS); }
-#line 6593 "<stdout>"
+#line 6593 "rexx.c"
 yy372:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6607,7 +6607,7 @@ yy374:
        ++YYCURSOR;
 #line 118 "rexx.re"
        { RETURN(OP_XOR); }
-#line 6608 "<stdout>"
+#line 6608 "rexx.c"
 yy376:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6633,19 +6633,19 @@ yy378:
 yy379:
 #line 106 "rexx.re"
        { RETURN(OP_GT_STRICT); }
-#line 6634 "<stdout>"
+#line 6634 "rexx.c"
 yy380:
        ++YYCURSOR;
 yy381:
 #line 98 "rexx.re"
        { RETURN(OP_GE); }
-#line 6640 "<stdout>"
+#line 6640 "rexx.c"
 yy382:
        ++YYCURSOR;
 yy383:
 #line 92 "rexx.re"
        { RETURN(OP_EQUAL_N); }
-#line 6646 "<stdout>"
+#line 6646 "rexx.c"
 yy384:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6660,7 +6660,7 @@ yy386:
        ++YYCURSOR;
 #line 110 "rexx.re"
        { RETURN(OP_GE_STRICT); }
-#line 6661 "<stdout>"
+#line 6661 "rexx.c"
 yy388:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6686,13 +6686,13 @@ yy390:
 yy391:
 #line 108 "rexx.re"
        { RETURN(OP_LT_STRICT); }
-#line 6687 "<stdout>"
+#line 6687 "rexx.c"
 yy392:
        ++YYCURSOR;
 yy393:
 #line 100 "rexx.re"
        { RETURN(OP_LE); }
-#line 6693 "<stdout>"
+#line 6693 "rexx.c"
 yy394:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6707,7 +6707,7 @@ yy396:
        ++YYCURSOR;
 #line 112 "rexx.re"
        { RETURN(OP_LE_STRICT); }
-#line 6708 "<stdout>"
+#line 6708 "rexx.c"
 yy398:
        ++YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6762,7 +6762,7 @@ yy405:
        ++YYCURSOR;
 #line 104 "rexx.re"
        { RETURN(OP_EQUAL_EQ_N); }
-#line 6763 "<stdout>"
+#line 6763 "rexx.c"
 yy407:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6797,7 +6797,7 @@ yy413:
        ++YYCURSOR;
 #line 102 "rexx.re"
        { RETURN(OP_EQUAL_EQ); }
-#line 6798 "<stdout>"
+#line 6798 "rexx.c"
 yy415:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6812,7 +6812,7 @@ yy417:
        ++YYCURSOR;
 #line 86 "rexx.re"
        { RETURN(OP_REMAIN); }
-#line 6813 "<stdout>"
+#line 6813 "rexx.c"
 yy419:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6827,7 +6827,7 @@ yy421:
        ++YYCURSOR;
 #line 88 "rexx.re"
        { RETURN(OP_POWER); }
-#line 6828 "<stdout>"
+#line 6828 "rexx.c"
 yy423:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -6842,7 +6842,7 @@ yy425:
        ++YYCURSOR;
 #line 74 "rexx.re"
        { RETURN(OP_CONCAT); }
-#line 6843 "<stdout>"
+#line 6843 "rexx.c"
 }
 #line 265 "rexx.re"
 
@@ -6856,7 +6856,7 @@ bool StripToken(){
        ScanCB.eot = cursor;
 strip:
 
-#line 6857 "<stdout>"
+#line 6857 "rexx.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6879,12 +6879,12 @@ yy430:
        YYCURSOR = YYCTXMARKER;
 #line 289 "rexx.re"
        { RETURN(blanks); }
-#line 6880 "<stdout>"
+#line 6880 "rexx.c"
 yy431:
        ++YYCURSOR;
 #line 282 "rexx.re"
        { goto strip; }
-#line 6885 "<stdout>"
+#line 6885 "rexx.c"
 yy433:
        ++YYCURSOR;
 #line 284 "rexx.re"
@@ -6892,7 +6892,7 @@ yy433:
                blanks = TRUE;
                goto strip;
            }
-#line 6893 "<stdout>"
+#line 6893 "rexx.c"
 yy435:
        yych = *++YYCURSOR;
        goto yy430;
@@ -6903,14 +6903,14 @@ yy436:
                depth = 1;
                goto comment;
            }
-#line 6904 "<stdout>"
+#line 6904 "rexx.c"
 }
 #line 290 "rexx.re"
 
 
 comment:
 
-#line 6911 "<stdout>"
+#line 6911 "rexx.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -6933,7 +6933,7 @@ yy441:
        {
                goto comment;
            }
-#line 6934 "<stdout>"
+#line 6934 "rexx.c"
 yy442:
        ++YYCURSOR;
 #line 302 "rexx.re"
@@ -6942,7 +6942,7 @@ yy442:
                ScanCB.linePos = ScanCB.pos + (cursor - ScanCB.mrk);
                goto comment;
            }
-#line 6943 "<stdout>"
+#line 6943 "rexx.c"
 yy444:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -6953,7 +6953,7 @@ yy445:
        ++YYCURSOR;
 #line 313 "rexx.re"
        { RETURN(blanks); }
-#line 6954 "<stdout>"
+#line 6954 "rexx.c"
 yy447:
        yych = *++YYCURSOR;
        goto yy441;
@@ -6964,7 +6964,7 @@ yy448:
                ++depth;
                goto comment;
            }
-#line 6965 "<stdout>"
+#line 6965 "rexx.c"
 yy450:
        ++YYCURSOR;
 #line 295 "rexx.re"
@@ -6974,7 +6974,7 @@ yy450:
                else
                    goto comment;
            }
-#line 6975 "<stdout>"
+#line 6975 "rexx.c"
 }
 #line 318 "rexx.re"
 
index 177a900e665dfd60a165674ac338c21ae9201874..bd11b7c202cd63289613f671b0d3897e69548ba8 100644 (file)
@@ -1,7 +1,7 @@
 /* Generated by re2c */
 #line 1 "sample.re"
 
-#line 5 "<stdout>"
+#line 5 "sample.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
@@ -54,7 +54,7 @@ yy2:
 yy3:
 #line 3 "sample.re"
        {return ID;}
-#line 58 "<stdout>"
+#line 58 "sample.c"
 yy4:
        yych = *++YYCURSOR;
        goto yy18;
@@ -67,7 +67,7 @@ yy5:
 yy6:
 #line 4 "sample.re"
        {return DEC;}
-#line 71 "<stdout>"
+#line 71 "sample.c"
 yy7:
        yych = *++YYCURSOR;
        goto yy11;
@@ -75,7 +75,7 @@ yy8:
        ++YYCURSOR;
 #line 6 "sample.re"
        {return ERR;}
-#line 79 "<stdout>"
+#line 79 "sample.c"
 yy10:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -144,7 +144,7 @@ yy14:
 yy16:
 #line 5 "sample.re"
        {return HEX;}
-#line 148 "<stdout>"
+#line 148 "sample.c"
 yy17:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -231,7 +231,7 @@ yy22:
 yy23:
 #line 2 "sample.re"
        {return PRINT;}
-#line 235 "<stdout>"
+#line 235 "sample.c"
 }
 #line 7 "sample.re"
 
index 7cd356c43aae050323e7a8c61738d5b763a85364..8a5507b5344756c3fb74f435c5d5e674592d2dea 100644 (file)
@@ -123,7 +123,7 @@ int lex_line144 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line144.input"
+        ("scanner.S.c.line144.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -135,7 +135,7 @@ int lex_line144 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line144.keys"
+        ("scanner.S.c.line144.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -398,7 +398,7 @@ int lex_line247 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line247.input"
+        ("scanner.S.c.line247.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -410,7 +410,7 @@ int lex_line247 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line247.keys"
+        ("scanner.S.c.line247.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1194,7 +1194,7 @@ int lex_line264 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line264.input"
+        ("scanner.S.c.line264.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1206,7 +1206,7 @@ int lex_line264 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line264.keys"
+        ("scanner.S.c.line264.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1412,7 +1412,7 @@ int lex_line281 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line281.input"
+        ("scanner.S.c.line281.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1424,7 +1424,7 @@ int lex_line281 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line281.keys"
+        ("scanner.S.c.line281.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1583,7 +1583,7 @@ int lex_line291 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line291.input"
+        ("scanner.S.c.line291.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1595,7 +1595,7 @@ int lex_line291 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line291.keys"
+        ("scanner.S.c.line291.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1762,7 +1762,7 @@ int lex_line305 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line305.input"
+        ("scanner.S.c.line305.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1774,7 +1774,7 @@ int lex_line305 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line305.keys"
+        ("scanner.S.c.line305.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index db092de2f76e66906e717642c50ffd4b06e27fb8..32048f778fe7fec13dd8b555349ea6b56ab927f5 100644 (file)
@@ -93,7 +93,7 @@ int Scanner::echo()
     tok = cursor;
 echo:
 
-#line 96 "<stdout>"
+#line 96 "scanner.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 11) YYFILL(11);
@@ -116,7 +116,7 @@ yy3:
        {
                                        goto echo;
                                }
-#line 119 "<stdout>"
+#line 119 "scanner.c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -131,7 +131,7 @@ yy5:
                                        tok = pos = cursor; cline++;
                                        goto echo;
                                }
-#line 134 "<stdout>"
+#line 134 "scanner.c"
 yy7:
        ++YYCURSOR;
 #line 135 "scanner.re"
@@ -141,7 +141,7 @@ yy7:
                                                RETURN(0);
                                        }
                                }
-#line 144 "<stdout>"
+#line 144 "scanner.c"
 yy9:
        yych = *++YYCURSOR;
        goto yy3;
@@ -157,7 +157,7 @@ yy10:
                                        tok = pos = cursor;
                                        goto echo;
                                }
-#line 160 "<stdout>"
+#line 160 "scanner.c"
 yy12:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -206,7 +206,7 @@ yy19:
                                        tok = cursor;
                                        RETURN(1);
                                }
-#line 209 "<stdout>"
+#line 209 "scanner.c"
 yy21:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -252,7 +252,7 @@ yy27:
                                        ignore_eoc = true;
                                        goto echo;
                                }
-#line 255 "<stdout>"
+#line 255 "scanner.c"
 }
 #line 144 "scanner.re"
 
@@ -277,7 +277,7 @@ scan:
                goto value;
     }
 
-#line 280 "<stdout>"
+#line 280 "scanner.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -379,7 +379,7 @@ yy32:
        { depth = 1;
                                  goto code;
                                }
-#line 382 "<stdout>"
+#line 382 "scanner.c"
 yy33:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -389,7 +389,7 @@ yy33:
 yy34:
 #line 196 "scanner.re"
        { RETURN(*tok); }
-#line 392 "<stdout>"
+#line 392 "scanner.c"
 yy35:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -400,7 +400,7 @@ yy36:
 #line 198 "scanner.re"
        { yylval.op = *tok;
                                  RETURN(CLOSE); }
-#line 403 "<stdout>"
+#line 403 "scanner.c"
 yy37:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -411,7 +411,7 @@ yy37:
 yy38:
 #line 183 "scanner.re"
        { fatal("unterminated string constant (missing \")"); }
-#line 414 "<stdout>"
+#line 414 "scanner.c"
 yy39:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -422,7 +422,7 @@ yy39:
 yy40:
 #line 184 "scanner.re"
        { fatal("unterminated string constant (missing ')"); }
-#line 425 "<stdout>"
+#line 425 "scanner.c"
 yy41:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -434,7 +434,7 @@ yy41:
 yy42:
 #line 194 "scanner.re"
        { fatal("unterminated range (missing ])"); }
-#line 437 "<stdout>"
+#line 437 "scanner.c"
 yy43:
        yych = *++YYCURSOR;
        goto yy34;
@@ -452,7 +452,7 @@ yy46:
        { cur = cursor;
                                  yylval.symbol = Symbol::find(token());
                                  return ID; }
-#line 455 "<stdout>"
+#line 455 "scanner.c"
 yy47:
        yych = *++YYCURSOR;
        goto yy61;
@@ -463,7 +463,7 @@ yy48:
                                  yylval.regexp = mkDot();
                                  return RANGE;
                                }
-#line 466 "<stdout>"
+#line 466 "scanner.c"
 yy50:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -471,7 +471,7 @@ yy50:
 yy51:
 #line 234 "scanner.re"
        { goto scan; }
-#line 474 "<stdout>"
+#line 474 "scanner.c"
 yy52:
        ++YYCURSOR;
 yy53:
@@ -480,7 +480,7 @@ yy53:
                                  pos = cursor; cline++;
                                  goto scan;
                                }
-#line 483 "<stdout>"
+#line 483 "scanner.c"
 yy54:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -495,7 +495,7 @@ yy55:
                                  fatal(msg.str().c_str());
                                  goto scan;
                                }
-#line 498 "<stdout>"
+#line 498 "scanner.c"
 yy56:
        yych = *++YYCURSOR;
        goto yy55;
@@ -751,7 +751,7 @@ yy69:
                                  yylval.str = new Str(token());
                                  return CONFIG;
                                }
-#line 754 "<stdout>"
+#line 754 "scanner.c"
 yy70:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -787,7 +787,7 @@ yy75:
        { cur = cursor;
                                  yylval.regexp = ranToRE(token());
                                  return RANGE; }
-#line 790 "<stdout>"
+#line 790 "scanner.c"
 yy77:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -802,7 +802,7 @@ yy78:
        { cur = cursor;
                                  yylval.regexp = invToRE(token());
                                  return RANGE; }
-#line 805 "<stdout>"
+#line 805 "scanner.c"
 yy80:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -828,7 +828,7 @@ yy83:
        { cur = cursor;
                                  yylval.regexp = strToCaseInsensitiveRE(token());
                                  return STRING; }
-#line 831 "<stdout>"
+#line 831 "scanner.c"
 yy85:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -854,19 +854,19 @@ yy88:
        { cur = cursor;
                                  yylval.regexp = strToRE(token());
                                  return STRING; }
-#line 857 "<stdout>"
+#line 857 "scanner.c"
 yy90:
        ++YYCURSOR;
 #line 172 "scanner.re"
        { tok = cursor;
                                  RETURN(0); }
-#line 863 "<stdout>"
+#line 863 "scanner.c"
 yy92:
        ++YYCURSOR;
 #line 169 "scanner.re"
        { depth = 1;
                                  goto comment; }
-#line 869 "<stdout>"
+#line 869 "scanner.c"
 yy94:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -898,14 +898,14 @@ yy97:
 yy98:
 #line 216 "scanner.re"
        { fatal("illegal closure form, use '{n}', '{n,}', '{n,m}' where n and m are numbers"); }
-#line 901 "<stdout>"
+#line 901 "scanner.c"
 yy99:
        ++YYCURSOR;
 #line 204 "scanner.re"
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = atoi((char *)tok+1);
                                  RETURN(CLOSESIZE); }
-#line 908 "<stdout>"
+#line 908 "scanner.c"
 yy101:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -929,7 +929,7 @@ yy102:
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = -1;
                                  RETURN(CLOSESIZE); }
-#line 932 "<stdout>"
+#line 932 "scanner.c"
 yy104:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -954,7 +954,7 @@ yy106:
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = MAX(yylval.extop.minsize,atoi(strchr((char *)tok, ',')+1));
                                  RETURN(CLOSESIZE); }
-#line 957 "<stdout>"
+#line 957 "scanner.c"
 yy108:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -977,14 +977,14 @@ yy109:
 #line 201 "scanner.re"
        { yylval.op = '*';
                                  RETURN(CLOSE); }
-#line 980 "<stdout>"
+#line 980 "scanner.c"
 }
 #line 247 "scanner.re"
 
 
 code:
 
-#line 987 "<stdout>"
+#line 987 "scanner.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -1006,13 +1006,13 @@ yy113:
                                        return CODE;
                                  }
                                  goto code; }
-#line 1009 "<stdout>"
+#line 1009 "scanner.c"
 yy115:
        ++YYCURSOR;
 #line 257 "scanner.re"
        { ++depth;
                                  goto code; }
-#line 1015 "<stdout>"
+#line 1015 "scanner.c"
 yy117:
        ++YYCURSOR;
 #line 259 "scanner.re"
@@ -1020,13 +1020,13 @@ yy117:
                                  pos = cursor; cline++;
                                  goto code;
                                }
-#line 1023 "<stdout>"
+#line 1023 "scanner.c"
 yy119:
        ++YYCURSOR;
 yy120:
 #line 263 "scanner.re"
        { goto code; }
-#line 1029 "<stdout>"
+#line 1029 "scanner.c"
 yy121:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -1086,7 +1086,7 @@ yy129:
 
 comment:
 
-#line 1089 "<stdout>"
+#line 1089 "scanner.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -1107,7 +1107,7 @@ yy133:
 #line 279 "scanner.re"
        { if(cursor == eof) RETURN(0);
                                  goto comment; }
-#line 1110 "<stdout>"
+#line 1110 "scanner.c"
 yy134:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1121,7 +1121,7 @@ yy135:
                                  tok = pos = cursor; cline++;
                                  goto comment;
                                }
-#line 1124 "<stdout>"
+#line 1124 "scanner.c"
 yy137:
        yych = *++YYCURSOR;
        goto yy133;
@@ -1131,7 +1131,7 @@ yy138:
        { ++depth;
                                  fatal("ambiguous /* found");
                                  goto comment; }
-#line 1134 "<stdout>"
+#line 1134 "scanner.c"
 yy140:
        ++YYCURSOR;
 #line 268 "scanner.re"
@@ -1139,14 +1139,14 @@ yy140:
                                        goto scan;
                                    else
                                        goto comment; }
-#line 1142 "<stdout>"
+#line 1142 "scanner.c"
 }
 #line 281 "scanner.re"
 
 
 config:
 
-#line 1149 "<stdout>"
+#line 1149 "scanner.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -1164,7 +1164,7 @@ yy144:
 yy145:
 #line 285 "scanner.re"
        { goto config; }
-#line 1167 "<stdout>"
+#line 1167 "scanner.c"
 yy146:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -1175,12 +1175,12 @@ yy147:
                                  cur = cursor;
                                  RETURN('='); 
                                }
-#line 1178 "<stdout>"
+#line 1178 "scanner.c"
 yy148:
        ++YYCURSOR;
 #line 290 "scanner.re"
        { fatal("missing '='"); }
-#line 1183 "<stdout>"
+#line 1183 "scanner.c"
 yy150:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -1207,7 +1207,7 @@ yy153:
 
 value:
 
-#line 1210 "<stdout>"
+#line 1210 "scanner.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -1240,7 +1240,7 @@ yy156:
                                  iscfg = 0;
                                  return VALUE;
                                }
-#line 1243 "<stdout>"
+#line 1243 "scanner.c"
 yy157:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
@@ -1258,7 +1258,7 @@ yy158:
                                  iscfg = 0;
                                  return NUMBER;
                                }
-#line 1261 "<stdout>"
+#line 1261 "scanner.c"
 yy159:
        yych = *++YYCURSOR;
        switch (yych) {
index 13c91afd39d079813b7e8cb7ac9c1622c02bf703..1402204b7a8792a080fdc20f273402e9e2d622c8 100644 (file)
@@ -93,7 +93,7 @@ int Scanner::echo()
     tok = cursor;
 echo:
 
-#line 96 "<stdout>"
+#line 96 "scanner.fs.c"
 
        switch (YYGETSTATE()) {
        default: goto yy0;
@@ -154,7 +154,7 @@ yy3:
        {
                                        goto echo;
                                }
-#line 157 "<stdout>"
+#line 157 "scanner.fs.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych == '/') goto yy10;
@@ -167,7 +167,7 @@ yy5:
                                        tok = pos = cursor; cline++;
                                        goto echo;
                                }
-#line 170 "<stdout>"
+#line 170 "scanner.fs.c"
 yy7:
        ++YYCURSOR;
 #line 135 "scanner.fs.re"
@@ -177,7 +177,7 @@ yy7:
                                                RETURN(0);
                                        }
                                }
-#line 180 "<stdout>"
+#line 180 "scanner.fs.c"
 yy9:
        yych = *++YYCURSOR;
        goto yy3;
@@ -193,7 +193,7 @@ yy10:
                                        tok = pos = cursor;
                                        goto echo;
                                }
-#line 196 "<stdout>"
+#line 196 "scanner.fs.c"
 yy12:
        yych = *++YYCURSOR;
        if (yych == '!') goto yy14;
@@ -223,7 +223,7 @@ yy16:
                                        tok = cursor;
                                        RETURN(1);
                                }
-#line 226 "<stdout>"
+#line 226 "scanner.fs.c"
 yy21:
        yych = *++YYCURSOR;
        if (yych != 'x') goto yy13;
@@ -245,7 +245,7 @@ yy21:
                                        ignore_eoc = true;
                                        goto echo;
                                }
-#line 248 "<stdout>"
+#line 248 "scanner.fs.c"
 #line 144 "scanner.fs.re"
 
 }
@@ -269,7 +269,7 @@ scan:
                goto value;
     }
 
-#line 272 "<stdout>"
+#line 272 "scanner.fs.c"
 
        YYSETSTATE(1);
        if ((YYLIMIT - YYCURSOR) < 5) YYFILL(5);
@@ -347,14 +347,14 @@ yy32:
        { depth = 1;
                                  goto code;
                                }
-#line 350 "<stdout>"
+#line 350 "scanner.fs.c"
 yy33:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) == '*') goto yy92;
 yy34:
 #line 196 "scanner.fs.re"
        { RETURN(*tok); }
-#line 357 "<stdout>"
+#line 357 "scanner.fs.c"
 yy35:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) == '/') goto yy90;
@@ -362,7 +362,7 @@ yy36:
 #line 198 "scanner.fs.re"
        { yylval.op = *tok;
                                  RETURN(CLOSE); }
-#line 365 "<stdout>"
+#line 365 "scanner.fs.c"
 yy37:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -370,7 +370,7 @@ yy37:
 yy38:
 #line 183 "scanner.fs.re"
        { fatal("unterminated string constant (missing \")"); }
-#line 373 "<stdout>"
+#line 373 "scanner.fs.c"
 yy39:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -378,7 +378,7 @@ yy39:
 yy40:
 #line 184 "scanner.fs.re"
        { fatal("unterminated string constant (missing ')"); }
-#line 381 "<stdout>"
+#line 381 "scanner.fs.c"
 yy41:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -388,7 +388,7 @@ yy41:
 yy42:
 #line 194 "scanner.fs.re"
        { fatal("unterminated range (missing ])"); }
-#line 391 "<stdout>"
+#line 391 "scanner.fs.c"
 yy43:
        yych = *++YYCURSOR;
        goto yy34;
@@ -404,7 +404,7 @@ yy46:
        { cur = cursor;
                                  yylval.symbol = Symbol::find(token());
                                  return ID; }
-#line 407 "<stdout>"
+#line 407 "scanner.fs.c"
 yy47:
        yych = *++YYCURSOR;
        goto yy61;
@@ -415,7 +415,7 @@ yy48:
                                  yylval.regexp = mkDot();
                                  return RANGE;
                                }
-#line 418 "<stdout>"
+#line 418 "scanner.fs.c"
 yy50:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -423,7 +423,7 @@ yy50:
 yy51:
 #line 234 "scanner.fs.re"
        { goto scan; }
-#line 426 "<stdout>"
+#line 426 "scanner.fs.c"
 yy52:
        ++YYCURSOR;
 yy53:
@@ -432,7 +432,7 @@ yy53:
                                  pos = cursor; cline++;
                                  goto scan;
                                }
-#line 435 "<stdout>"
+#line 435 "scanner.fs.c"
 yy54:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) == '\n') goto yy57;
@@ -444,7 +444,7 @@ yy55:
                                  fatal(msg.str().c_str());
                                  goto scan;
                                }
-#line 447 "<stdout>"
+#line 447 "scanner.fs.c"
 yy56:
        yych = *++YYCURSOR;
        goto yy55;
@@ -553,7 +553,7 @@ yy69:
                                  yylval.str = new Str(token());
                                  return CONFIG;
                                }
-#line 556 "<stdout>"
+#line 556 "scanner.fs.c"
 yy70:
        ++YYCURSOR;
        YYSETSTATE(6);
@@ -597,7 +597,7 @@ yy75:
        { cur = cursor;
                                  yylval.regexp = ranToRE(token());
                                  return RANGE; }
-#line 600 "<stdout>"
+#line 600 "scanner.fs.c"
 yy77:
        ++YYCURSOR;
        YYSETSTATE(9);
@@ -612,7 +612,7 @@ yy78:
        { cur = cursor;
                                  yylval.regexp = invToRE(token());
                                  return RANGE; }
-#line 615 "<stdout>"
+#line 615 "scanner.fs.c"
 yy80:
        ++YYCURSOR;
        YYSETSTATE(10);
@@ -640,7 +640,7 @@ yy83:
        { cur = cursor;
                                  yylval.regexp = strToCaseInsensitiveRE(token());
                                  return STRING; }
-#line 643 "<stdout>"
+#line 643 "scanner.fs.c"
 yy85:
        ++YYCURSOR;
        YYSETSTATE(12);
@@ -668,19 +668,19 @@ yy88:
        { cur = cursor;
                                  yylval.regexp = strToRE(token());
                                  return STRING; }
-#line 671 "<stdout>"
+#line 671 "scanner.fs.c"
 yy90:
        ++YYCURSOR;
 #line 172 "scanner.fs.re"
        { tok = cursor;
                                  RETURN(0); }
-#line 677 "<stdout>"
+#line 677 "scanner.fs.c"
 yy92:
        ++YYCURSOR;
 #line 169 "scanner.fs.re"
        { depth = 1;
                                  goto comment; }
-#line 683 "<stdout>"
+#line 683 "scanner.fs.c"
 yy94:
        yych = *++YYCURSOR;
        if (yych == ',') goto yy108;
@@ -705,14 +705,14 @@ yy97:
 yy98:
 #line 216 "scanner.fs.re"
        { fatal("illegal closure form, use '{n}', '{n,}', '{n,m}' where n and m are numbers"); }
-#line 708 "<stdout>"
+#line 708 "scanner.fs.c"
 yy99:
        ++YYCURSOR;
 #line 204 "scanner.fs.re"
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = atoi((char *)tok+1);
                                  RETURN(CLOSESIZE); }
-#line 715 "<stdout>"
+#line 715 "scanner.fs.c"
 yy101:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -724,7 +724,7 @@ yy101:
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = -1;
                                  RETURN(CLOSESIZE); }
-#line 727 "<stdout>"
+#line 727 "scanner.fs.c"
 yy104:
        ++YYCURSOR;
        YYSETSTATE(15);
@@ -739,7 +739,7 @@ yyFillLabel15:
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = MAX(yylval.extop.minsize,atoi(strchr((char *)tok, ',')+1));
                                  RETURN(CLOSESIZE); }
-#line 742 "<stdout>"
+#line 742 "scanner.fs.c"
 yy108:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -750,13 +750,13 @@ yy108:
 #line 201 "scanner.fs.re"
        { yylval.op = '*';
                                  RETURN(CLOSE); }
-#line 753 "<stdout>"
+#line 753 "scanner.fs.c"
 #line 247 "scanner.fs.re"
 
 
 code:
 
-#line 759 "<stdout>"
+#line 759 "scanner.fs.c"
 
        YYSETSTATE(16);
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -787,13 +787,13 @@ yyFillLabel16:
                                        return CODE;
                                  }
                                  goto code; }
-#line 790 "<stdout>"
+#line 790 "scanner.fs.c"
 yy115:
        ++YYCURSOR;
 #line 257 "scanner.fs.re"
        { ++depth;
                                  goto code; }
-#line 796 "<stdout>"
+#line 796 "scanner.fs.c"
 yy117:
        ++YYCURSOR;
 #line 259 "scanner.fs.re"
@@ -801,13 +801,13 @@ yy117:
                                  pos = cursor; cline++;
                                  goto code;
                                }
-#line 804 "<stdout>"
+#line 804 "scanner.fs.c"
 yy119:
        ++YYCURSOR;
 yy120:
 #line 263 "scanner.fs.re"
        { goto code; }
-#line 810 "<stdout>"
+#line 810 "scanner.fs.c"
 yy121:
        yych = *(YYMARKER = ++YYCURSOR);
        if (yych == '\n') goto yy120;
@@ -867,7 +867,7 @@ yyFillLabel20:
 
 comment:
 
-#line 870 "<stdout>"
+#line 870 "scanner.fs.c"
 
        YYSETSTATE(21);
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -888,7 +888,7 @@ yy133:
 #line 279 "scanner.fs.re"
        { if(cursor == eof) RETURN(0);
                                  goto comment; }
-#line 891 "<stdout>"
+#line 891 "scanner.fs.c"
 yy134:
        yych = *++YYCURSOR;
        if (yych == '*') goto yy138;
@@ -900,7 +900,7 @@ yy135:
                                  tok = pos = cursor; cline++;
                                  goto comment;
                                }
-#line 903 "<stdout>"
+#line 903 "scanner.fs.c"
 yy137:
        yych = *++YYCURSOR;
        goto yy133;
@@ -910,7 +910,7 @@ yy138:
        { ++depth;
                                  fatal("ambiguous /* found");
                                  goto comment; }
-#line 913 "<stdout>"
+#line 913 "scanner.fs.c"
 yy140:
        ++YYCURSOR;
 #line 268 "scanner.fs.re"
@@ -918,13 +918,13 @@ yy140:
                                        goto scan;
                                    else
                                        goto comment; }
-#line 921 "<stdout>"
+#line 921 "scanner.fs.c"
 #line 281 "scanner.fs.re"
 
 
 config:
 
-#line 927 "<stdout>"
+#line 927 "scanner.fs.c"
 
        YYSETSTATE(22);
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -944,7 +944,7 @@ yy144:
 yy145:
 #line 285 "scanner.fs.re"
        { goto config; }
-#line 947 "<stdout>"
+#line 947 "scanner.fs.c"
 yy146:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -955,12 +955,12 @@ yy147:
                                  cur = cursor;
                                  RETURN('='); 
                                }
-#line 958 "<stdout>"
+#line 958 "scanner.fs.c"
 yy148:
        ++YYCURSOR;
 #line 290 "scanner.fs.re"
        { fatal("missing '='"); }
-#line 963 "<stdout>"
+#line 963 "scanner.fs.c"
 yy150:
        ++YYCURSOR;
        YYSETSTATE(23);
@@ -986,7 +986,7 @@ yy153:
 
 value:
 
-#line 989 "<stdout>"
+#line 989 "scanner.fs.c"
 
        YYSETSTATE(25);
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -1026,7 +1026,7 @@ yy156:
                                  iscfg = 0;
                                  return VALUE;
                                }
-#line 1029 "<stdout>"
+#line 1029 "scanner.fs.c"
 yy157:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= '\r') {
@@ -1047,7 +1047,7 @@ yy158:
                                  iscfg = 0;
                                  return NUMBER;
                                }
-#line 1050 "<stdout>"
+#line 1050 "scanner.fs.c"
 yy159:
        yych = *++YYCURSOR;
        if (yych <= '0') goto yy163;
index 7626c77fc858b5d4fc95c2305bf851c586121bb2..3a59c8ffa6eaeb0f26167e58162ab57c8594fec3 100644 (file)
@@ -93,7 +93,7 @@ int Scanner::echo()
     tok = cursor;
 echo:
 
-#line 96 "<stdout>"
+#line 96 "scanner.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 11) YYFILL(11);
@@ -113,7 +113,7 @@ yy3:
        {
                                        goto echo;
                                }
-#line 116 "<stdout>"
+#line 116 "scanner.s.c"
 yy4:
        yych = *++YYCURSOR;
        if (yych == '/') goto yy10;
@@ -126,7 +126,7 @@ yy5:
                                        tok = pos = cursor; cline++;
                                        goto echo;
                                }
-#line 129 "<stdout>"
+#line 129 "scanner.s.c"
 yy7:
        ++YYCURSOR;
 #line 135 "scanner.s.re"
@@ -136,7 +136,7 @@ yy7:
                                                RETURN(0);
                                        }
                                }
-#line 139 "<stdout>"
+#line 139 "scanner.s.c"
 yy9:
        yych = *++YYCURSOR;
        goto yy3;
@@ -152,7 +152,7 @@ yy10:
                                        tok = pos = cursor;
                                        goto echo;
                                }
-#line 155 "<stdout>"
+#line 155 "scanner.s.c"
 yy12:
        yych = *++YYCURSOR;
        if (yych == '!') goto yy14;
@@ -182,7 +182,7 @@ yy16:
                                        tok = cursor;
                                        RETURN(1);
                                }
-#line 185 "<stdout>"
+#line 185 "scanner.s.c"
 yy21:
        yych = *++YYCURSOR;
        if (yych != 'x') goto yy13;
@@ -204,7 +204,7 @@ yy21:
                                        ignore_eoc = true;
                                        goto echo;
                                }
-#line 207 "<stdout>"
+#line 207 "scanner.s.c"
 }
 #line 144 "scanner.s.re"
 
@@ -229,7 +229,7 @@ scan:
                goto value;
     }
 
-#line 232 "<stdout>"
+#line 232 "scanner.s.c"
 {
        YYCTYPE yych;
        unsigned int yyaccept = 0;
@@ -307,14 +307,14 @@ yy32:
        { depth = 1;
                                  goto code;
                                }
-#line 310 "<stdout>"
+#line 310 "scanner.s.c"
 yy33:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) == '*') goto yy92;
 yy34:
 #line 196 "scanner.s.re"
        { RETURN(*tok); }
-#line 317 "<stdout>"
+#line 317 "scanner.s.c"
 yy35:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) == '/') goto yy90;
@@ -322,7 +322,7 @@ yy36:
 #line 198 "scanner.s.re"
        { yylval.op = *tok;
                                  RETURN(CLOSE); }
-#line 325 "<stdout>"
+#line 325 "scanner.s.c"
 yy37:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -330,7 +330,7 @@ yy37:
 yy38:
 #line 183 "scanner.s.re"
        { fatal("unterminated string constant (missing \")"); }
-#line 333 "<stdout>"
+#line 333 "scanner.s.c"
 yy39:
        yyaccept = 2;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -338,7 +338,7 @@ yy39:
 yy40:
 #line 184 "scanner.s.re"
        { fatal("unterminated string constant (missing ')"); }
-#line 341 "<stdout>"
+#line 341 "scanner.s.c"
 yy41:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -348,7 +348,7 @@ yy41:
 yy42:
 #line 194 "scanner.s.re"
        { fatal("unterminated range (missing ])"); }
-#line 351 "<stdout>"
+#line 351 "scanner.s.c"
 yy43:
        yych = *++YYCURSOR;
        goto yy34;
@@ -364,7 +364,7 @@ yy46:
        { cur = cursor;
                                  yylval.symbol = Symbol::find(token());
                                  return ID; }
-#line 367 "<stdout>"
+#line 367 "scanner.s.c"
 yy47:
        yych = *++YYCURSOR;
        goto yy61;
@@ -375,7 +375,7 @@ yy48:
                                  yylval.regexp = mkDot();
                                  return RANGE;
                                }
-#line 378 "<stdout>"
+#line 378 "scanner.s.c"
 yy50:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -383,7 +383,7 @@ yy50:
 yy51:
 #line 234 "scanner.s.re"
        { goto scan; }
-#line 386 "<stdout>"
+#line 386 "scanner.s.c"
 yy52:
        ++YYCURSOR;
 yy53:
@@ -392,7 +392,7 @@ yy53:
                                  pos = cursor; cline++;
                                  goto scan;
                                }
-#line 395 "<stdout>"
+#line 395 "scanner.s.c"
 yy54:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) == '\n') goto yy57;
@@ -404,7 +404,7 @@ yy55:
                                  fatal(msg.str().c_str());
                                  goto scan;
                                }
-#line 407 "<stdout>"
+#line 407 "scanner.s.c"
 yy56:
        yych = *++YYCURSOR;
        goto yy55;
@@ -505,7 +505,7 @@ yy69:
                                  yylval.str = new Str(token());
                                  return CONFIG;
                                }
-#line 508 "<stdout>"
+#line 508 "scanner.s.c"
 yy70:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -543,7 +543,7 @@ yy75:
        { cur = cursor;
                                  yylval.regexp = ranToRE(token());
                                  return RANGE; }
-#line 546 "<stdout>"
+#line 546 "scanner.s.c"
 yy77:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -556,7 +556,7 @@ yy78:
        { cur = cursor;
                                  yylval.regexp = invToRE(token());
                                  return RANGE; }
-#line 559 "<stdout>"
+#line 559 "scanner.s.c"
 yy80:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -580,7 +580,7 @@ yy83:
        { cur = cursor;
                                  yylval.regexp = strToCaseInsensitiveRE(token());
                                  return STRING; }
-#line 583 "<stdout>"
+#line 583 "scanner.s.c"
 yy85:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -604,19 +604,19 @@ yy88:
        { cur = cursor;
                                  yylval.regexp = strToRE(token());
                                  return STRING; }
-#line 607 "<stdout>"
+#line 607 "scanner.s.c"
 yy90:
        ++YYCURSOR;
 #line 172 "scanner.s.re"
        { tok = cursor;
                                  RETURN(0); }
-#line 613 "<stdout>"
+#line 613 "scanner.s.c"
 yy92:
        ++YYCURSOR;
 #line 169 "scanner.s.re"
        { depth = 1;
                                  goto comment; }
-#line 619 "<stdout>"
+#line 619 "scanner.s.c"
 yy94:
        yych = *++YYCURSOR;
        if (yych == ',') goto yy108;
@@ -639,14 +639,14 @@ yy97:
 yy98:
 #line 216 "scanner.s.re"
        { fatal("illegal closure form, use '{n}', '{n,}', '{n,m}' where n and m are numbers"); }
-#line 642 "<stdout>"
+#line 642 "scanner.s.c"
 yy99:
        ++YYCURSOR;
 #line 204 "scanner.s.re"
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = atoi((char *)tok+1);
                                  RETURN(CLOSESIZE); }
-#line 649 "<stdout>"
+#line 649 "scanner.s.c"
 yy101:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -658,7 +658,7 @@ yy101:
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = -1;
                                  RETURN(CLOSESIZE); }
-#line 661 "<stdout>"
+#line 661 "scanner.s.c"
 yy104:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -671,7 +671,7 @@ yy104:
        { yylval.extop.minsize = atoi((char *)tok+1);
                                  yylval.extop.maxsize = MAX(yylval.extop.minsize,atoi(strchr((char *)tok, ',')+1));
                                  RETURN(CLOSESIZE); }
-#line 674 "<stdout>"
+#line 674 "scanner.s.c"
 yy108:
        yyaccept = 6;
        yych = *(YYMARKER = ++YYCURSOR);
@@ -682,14 +682,14 @@ yy108:
 #line 201 "scanner.s.re"
        { yylval.op = '*';
                                  RETURN(CLOSE); }
-#line 685 "<stdout>"
+#line 685 "scanner.s.c"
 }
 #line 247 "scanner.s.re"
 
 
 code:
 
-#line 692 "<stdout>"
+#line 692 "scanner.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -719,13 +719,13 @@ code:
                                        return CODE;
                                  }
                                  goto code; }
-#line 722 "<stdout>"
+#line 722 "scanner.s.c"
 yy115:
        ++YYCURSOR;
 #line 257 "scanner.s.re"
        { ++depth;
                                  goto code; }
-#line 728 "<stdout>"
+#line 728 "scanner.s.c"
 yy117:
        ++YYCURSOR;
 #line 259 "scanner.s.re"
@@ -733,13 +733,13 @@ yy117:
                                  pos = cursor; cline++;
                                  goto code;
                                }
-#line 736 "<stdout>"
+#line 736 "scanner.s.c"
 yy119:
        ++YYCURSOR;
 yy120:
 #line 263 "scanner.s.re"
        { goto code; }
-#line 742 "<stdout>"
+#line 742 "scanner.s.c"
 yy121:
        yych = *(YYMARKER = ++YYCURSOR);
        if (yych == '\n') goto yy120;
@@ -792,7 +792,7 @@ yy128:
 
 comment:
 
-#line 795 "<stdout>"
+#line 795 "scanner.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -812,7 +812,7 @@ yy133:
 #line 279 "scanner.s.re"
        { if(cursor == eof) RETURN(0);
                                  goto comment; }
-#line 815 "<stdout>"
+#line 815 "scanner.s.c"
 yy134:
        yych = *++YYCURSOR;
        if (yych == '*') goto yy138;
@@ -824,7 +824,7 @@ yy135:
                                  tok = pos = cursor; cline++;
                                  goto comment;
                                }
-#line 827 "<stdout>"
+#line 827 "scanner.s.c"
 yy137:
        yych = *++YYCURSOR;
        goto yy133;
@@ -834,7 +834,7 @@ yy138:
        { ++depth;
                                  fatal("ambiguous /* found");
                                  goto comment; }
-#line 837 "<stdout>"
+#line 837 "scanner.s.c"
 yy140:
        ++YYCURSOR;
 #line 268 "scanner.s.re"
@@ -842,14 +842,14 @@ yy140:
                                        goto scan;
                                    else
                                        goto comment; }
-#line 845 "<stdout>"
+#line 845 "scanner.s.c"
 }
 #line 281 "scanner.s.re"
 
 
 config:
 
-#line 852 "<stdout>"
+#line 852 "scanner.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -868,7 +868,7 @@ yy144:
 yy145:
 #line 285 "scanner.s.re"
        { goto config; }
-#line 871 "<stdout>"
+#line 871 "scanner.s.c"
 yy146:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -879,12 +879,12 @@ yy147:
                                  cur = cursor;
                                  RETURN('='); 
                                }
-#line 882 "<stdout>"
+#line 882 "scanner.s.c"
 yy148:
        ++YYCURSOR;
 #line 290 "scanner.s.re"
        { fatal("missing '='"); }
-#line 887 "<stdout>"
+#line 887 "scanner.s.c"
 yy150:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -907,7 +907,7 @@ yy153:
 
 value:
 
-#line 910 "<stdout>"
+#line 910 "scanner.s.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -946,7 +946,7 @@ yy156:
                                  iscfg = 0;
                                  return VALUE;
                                }
-#line 949 "<stdout>"
+#line 949 "scanner.s.c"
 yy157:
        ++YYCURSOR;
        if ((yych = *YYCURSOR) <= '\r') {
@@ -967,7 +967,7 @@ yy158:
                                  iscfg = 0;
                                  return NUMBER;
                                }
-#line 970 "<stdout>"
+#line 970 "scanner.s.c"
 yy159:
        yych = *++YYCURSOR;
        if (yych <= '0') goto yy163;
index ac4dc6587f4188a28af7a61ca8382a4c52d3fc87..104d3baa0e1c2d9cdfae21e5d6fa8bf6b7c48ef1 100644 (file)
@@ -9,7 +9,7 @@ char *q;
 #define        YYMARKER        q
 #define        YYFILL(n)
 
-#line 13 "<stdout>"
+#line 13 "simple.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -34,12 +34,12 @@ yy2:
 yy3:
 #line 10 "simple.re"
        {return YYCURSOR;}
-#line 38 "<stdout>"
+#line 38 "simple.c"
 yy4:
        ++YYCURSOR;
 #line 11 "simple.re"
        {return NULL;}
-#line 43 "<stdout>"
+#line 43 "simple.c"
 yy6:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 91ad89609a26d2982fdac276f2321bad7c01d2fa..0c82f47dcbe607ee25bbc598fe292f50e8d7320e 100644 (file)
@@ -9,7 +9,7 @@ char *q;
 #define        YYMARKER        q
 #define        YYFILL(n)
 
-#line 13 "<stdout>"
+#line 13 "simple_default.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -31,7 +31,7 @@ yy2:
        ++YYCURSOR;
 #line 11 "simple_default.re"
        {return NULL;}
-#line 35 "<stdout>"
+#line 35 "simple_default.c"
 yy4:
        ++YYCURSOR;
        yych = *YYCURSOR;
@@ -39,7 +39,7 @@ yy4:
 yy5:
 #line 10 "simple_default.re"
        {return YYCURSOR;}
-#line 43 "<stdout>"
+#line 43 "simple_default.c"
 yy6:
        ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
index 5325a2a4e38e8acf1b4b43e6016ea383dcb9d875..507bb589eb11b835939679f560decd2e0795c0f7 100644 (file)
@@ -76,7 +76,7 @@ int scan(FILE *fp)
        {
                s.tok = s.cur;
 
-#line 80 "<stdout>"
+#line 80 "strip_001.s.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -88,7 +88,7 @@ int scan(FILE *fp)
 yy3:
 #line 113 "strip_001.s.re"
                        { fputc(*s.tok, stdout); continue; }
-#line 92 "<stdout>"
+#line 92 "strip_001.s.c"
 yy4:
                        yych = *++YYCURSOR;
                        goto yy3;
@@ -96,19 +96,19 @@ yy5:
                        ++YYCURSOR;
 #line 112 "strip_001.s.re"
                        { goto comment; }
-#line 100 "<stdout>"
+#line 100 "strip_001.s.c"
 yy7:
                        ++YYCURSOR;
 #line 111 "strip_001.s.re"
                        { goto cppcomment; }
-#line 105 "<stdout>"
+#line 105 "strip_001.s.c"
                }
 #line 114 "strip_001.s.re"
 
 comment:
                s.tok = s.cur;
 
-#line 112 "<stdout>"
+#line 112 "strip_001.s.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -119,7 +119,7 @@ comment:
 yy12:
 #line 119 "strip_001.s.re"
                        { goto comment; }
-#line 123 "<stdout>"
+#line 123 "strip_001.s.c"
 yy13:
                        yych = *++YYCURSOR;
                        goto yy12;
@@ -127,14 +127,14 @@ yy14:
                        ++YYCURSOR;
 #line 118 "strip_001.s.re"
                        { continue; }
-#line 131 "<stdout>"
+#line 131 "strip_001.s.c"
                }
 #line 120 "strip_001.s.re"
 
 cppcomment:
                s.tok = s.cur;
 
-#line 138 "<stdout>"
+#line 138 "strip_001.s.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -146,13 +146,13 @@ cppcomment:
 yy19:
 #line 125 "strip_001.s.re"
                        { goto cppcomment; }
-#line 150 "<stdout>"
+#line 150 "strip_001.s.c"
 yy20:
                        ++YYCURSOR;
 yy21:
 #line 124 "strip_001.s.re"
                        { fwrite(s.tok, 1, s.cur - s.tok, stdout); continue; }
-#line 156 "<stdout>"
+#line 156 "strip_001.s.c"
 yy22:
                        yych = *++YYCURSOR;
                        goto yy19;
index 5cf5d1aff1be33723de814578518647e9891471f..28fecbddf3754058c2f94d91b1a50660ab8fd424 100644 (file)
@@ -83,7 +83,7 @@ int scan(FILE *fp)
        {
                s.tok = s.cur;
 
-#line 87 "<stdout>"
+#line 87 "strip_002.s.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -95,7 +95,7 @@ int scan(FILE *fp)
 yy3:
 #line 121 "strip_002.s.re"
                        { fputc(*s.tok, stdout); continue; }
-#line 99 "<stdout>"
+#line 99 "strip_002.s.c"
 yy4:
                        yych = *++YYCURSOR;
                        goto yy3;
@@ -103,19 +103,19 @@ yy5:
                        ++YYCURSOR;
 #line 120 "strip_002.s.re"
                        { goto comment; }
-#line 107 "<stdout>"
+#line 107 "strip_002.s.c"
 yy7:
                        ++YYCURSOR;
 #line 119 "strip_002.s.re"
                        { goto cppcomment; }
-#line 112 "<stdout>"
+#line 112 "strip_002.s.c"
                }
 #line 122 "strip_002.s.re"
 
 comment:
                s.tok = s.cur;
 
-#line 119 "<stdout>"
+#line 119 "strip_002.s.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -126,7 +126,7 @@ comment:
 yy12:
 #line 127 "strip_002.s.re"
                        { goto comment; }
-#line 130 "<stdout>"
+#line 130 "strip_002.s.c"
 yy13:
                        yych = *++YYCURSOR;
                        goto yy12;
@@ -134,14 +134,14 @@ yy14:
                        ++YYCURSOR;
 #line 126 "strip_002.s.re"
                        { goto commentws; }
-#line 138 "<stdout>"
+#line 138 "strip_002.s.c"
                }
 #line 128 "strip_002.s.re"
 
 commentws:
                s.tok = s.cur;
 
-#line 145 "<stdout>"
+#line 145 "strip_002.s.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -162,13 +162,13 @@ yy18:
 yy19:
 #line 133 "strip_002.s.re"
                        { goto commentws; }
-#line 166 "<stdout>"
+#line 166 "strip_002.s.c"
 yy20:
                        ++YYCURSOR;
 yy21:
 #line 132 "strip_002.s.re"
                        { echo(&s); continue; }
-#line 172 "<stdout>"
+#line 172 "strip_002.s.c"
 yy22:
                        yych = *++YYCURSOR;
                        goto yy19;
@@ -176,7 +176,7 @@ yy23:
                        ++YYCURSOR;
 #line 134 "strip_002.s.re"
                        { echo(&s); continue; }
-#line 180 "<stdout>"
+#line 180 "strip_002.s.c"
 yy25:
                        ++YYCURSOR;
                        yych = *YYCURSOR;
@@ -187,7 +187,7 @@ yy25:
 cppcomment:
                s.tok = s.cur;
 
-#line 191 "<stdout>"
+#line 191 "strip_002.s.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -199,13 +199,13 @@ cppcomment:
 yy29:
 #line 140 "strip_002.s.re"
                        { goto cppcomment; }
-#line 203 "<stdout>"
+#line 203 "strip_002.s.c"
 yy30:
                        ++YYCURSOR;
 yy31:
 #line 139 "strip_002.s.re"
                        { echo(&s); continue; }
-#line 209 "<stdout>"
+#line 209 "strip_002.s.c"
 yy32:
                        yych = *++YYCURSOR;
                        goto yy29;
index a101d56e79073e3cc962962f45a2a2c78c551436..f94ceb3a7c2dfcea1132d684bffa29164405d4b7 100644 (file)
@@ -125,7 +125,7 @@ int lex_line131 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line131.input"
+        ("strip_003.Sb.c.line131.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -137,7 +137,7 @@ int lex_line131 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line131.keys"
+        ("strip_003.Sb.c.line131.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -320,7 +320,7 @@ int lex_line137 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line137.input"
+        ("strip_003.Sb.c.line137.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -332,7 +332,7 @@ int lex_line137 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line137.keys"
+        ("strip_003.Sb.c.line137.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -469,7 +469,7 @@ int lex_line152 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line152.input"
+        ("strip_003.Sb.c.line152.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -481,7 +481,7 @@ int lex_line152 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line152.keys"
+        ("strip_003.Sb.c.line152.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -665,7 +665,7 @@ int lex_line158 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line158.input"
+        ("strip_003.Sb.c.line158.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -677,7 +677,7 @@ int lex_line158 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line158.keys"
+        ("strip_003.Sb.c.line158.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 8afd52e0e6ef40f3130aacc2ef8b2f76f6615b17..524c8d3738c25cef82de4c022cd1fa82a9c49646 100644 (file)
@@ -86,7 +86,7 @@ int scan(FILE *fp)
        {
                s.tok = s.cur;
 
-#line 90 "<stdout>"
+#line 90 "strip_003.b.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -104,7 +104,7 @@ int scan(FILE *fp)
 yy3:
 #line 130 "strip_003.b.re"
                        { fputc(*s.tok, stdout); continue; }
-#line 108 "<stdout>"
+#line 108 "strip_003.b.c"
 yy4:
                        yych = *(YYMARKER = ++YYCURSOR);
                        if (yych == '\n') goto yy11;
@@ -128,7 +128,7 @@ yy9:
                        YYCURSOR = YYCTXMARKER;
 #line 128 "strip_003.b.re"
                        { echo(&s); nlcomment = 1; continue; }
-#line 132 "<stdout>"
+#line 132 "strip_003.b.c"
 yy11:
                        yych = *++YYCURSOR;
                        YYCTXMARKER = YYCURSOR;
@@ -138,19 +138,19 @@ yy12:
                        ++YYCURSOR;
 #line 129 "strip_003.b.re"
                        { goto comment; }
-#line 142 "<stdout>"
+#line 142 "strip_003.b.c"
 yy14:
                        ++YYCURSOR;
 #line 127 "strip_003.b.re"
                        { goto cppcomment; }
-#line 147 "<stdout>"
+#line 147 "strip_003.b.c"
                }
 #line 131 "strip_003.b.re"
 
 comment:
                s.tok = s.cur;
 
-#line 154 "<stdout>"
+#line 154 "strip_003.b.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -161,7 +161,7 @@ comment:
 yy19:
 #line 136 "strip_003.b.re"
                        { goto comment; }
-#line 165 "<stdout>"
+#line 165 "strip_003.b.c"
 yy20:
                        yych = *++YYCURSOR;
                        goto yy19;
@@ -169,14 +169,14 @@ yy21:
                        ++YYCURSOR;
 #line 135 "strip_003.b.re"
                        { goto commentws; }
-#line 173 "<stdout>"
+#line 173 "strip_003.b.c"
                }
 #line 137 "strip_003.b.re"
 
 commentws:
                s.tok = s.cur;
 
-#line 180 "<stdout>"
+#line 180 "strip_003.b.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -203,7 +203,7 @@ commentws:
 yy26:
 #line 150 "strip_003.b.re"
                        { goto commentws; }
-#line 207 "<stdout>"
+#line 207 "strip_003.b.c"
 yy27:
                        yych = *(YYMARKER = ++YYCURSOR);
                        if (yych == '/') goto yy35;
@@ -217,14 +217,14 @@ yy28:
                                        nlcomment = 0;
                                        continue;
                                }
-#line 221 "<stdout>"
+#line 221 "strip_003.b.c"
 yy29:
                        ++YYCURSOR;
                        if ((yych = *YYCURSOR) == '*') goto yy33;
 yy30:
 #line 151 "strip_003.b.re"
                        { echo(&s); nlcomment = 0; continue; }
-#line 228 "<stdout>"
+#line 228 "strip_003.b.c"
 yy31:
                        yych = *++YYCURSOR;
                        goto yy26;
@@ -235,7 +235,7 @@ yy33:
                        ++YYCURSOR;
 #line 141 "strip_003.b.re"
                        { goto comment; }
-#line 239 "<stdout>"
+#line 239 "strip_003.b.c"
 yy35:
                        yych = *++YYCURSOR;
                        if (yych == '*') goto yy33;
@@ -251,7 +251,7 @@ yy37:
 cppcomment:
                s.tok = s.cur;
 
-#line 255 "<stdout>"
+#line 255 "strip_003.b.c"
                {
                        YYCTYPE yych;
                        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -263,13 +263,13 @@ cppcomment:
 yy41:
 #line 157 "strip_003.b.re"
                        { goto cppcomment; }
-#line 267 "<stdout>"
+#line 267 "strip_003.b.c"
 yy42:
                        ++YYCURSOR;
 yy43:
 #line 156 "strip_003.b.re"
                        { echo(&s); continue; }
-#line 273 "<stdout>"
+#line 273 "strip_003.b.c"
 yy44:
                        yych = *++YYCURSOR;
                        goto yy41;
index 42472d1e6e62568ac53159e238baf489f27ae38d..45657f6926f676d3664fa9703ae67d9e2ce22829 100644 (file)
@@ -233,7 +233,7 @@ Block scan(const YYCTYPE * start, const YYCTYPE * const limit, Block blk)
 
 Basic_Latin:
        
-#line 237 "<stdout>"
+#line 237 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -241,19 +241,19 @@ Basic_Latin:
        ++YYCURSOR;
 #line 342 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Basic_Latin; }
-#line 245 "<stdout>"
+#line 245 "unicode_blocks.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 343 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Basic_Latin; else return Error; }
-#line 250 "<stdout>"
+#line 250 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 344 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Latin___Supplement:
        
-#line 257 "<stdout>"
+#line 257 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -267,7 +267,7 @@ yy8:
 yy9:
 #line 350 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin___Supplement; else return Error; }
-#line 271 "<stdout>"
+#line 271 "unicode_blocks.8--encoding-policy(ignore).c"
 yy10:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -341,14 +341,14 @@ yy11:
        ++YYCURSOR;
 #line 349 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Latin___Supplement; }
-#line 345 "<stdout>"
+#line 345 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 351 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Latin_Extended_A:
        
-#line 352 "<stdout>"
+#line 352 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -362,7 +362,7 @@ yy15:
 yy16:
 #line 357 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_A; else return Error; }
-#line 366 "<stdout>"
+#line 366 "unicode_blocks.8--encoding-policy(ignore).c"
 yy17:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -436,14 +436,14 @@ yy18:
        ++YYCURSOR;
 #line 356 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Latin_Extended_A; }
-#line 440 "<stdout>"
+#line 440 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 358 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Latin_Extended_B:
        
-#line 447 "<stdout>"
+#line 447 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -459,7 +459,7 @@ yy22:
 yy23:
 #line 364 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_B; else return Error; }
-#line 463 "<stdout>"
+#line 463 "unicode_blocks.8--encoding-policy(ignore).c"
 yy24:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -554,14 +554,14 @@ yy26:
        ++YYCURSOR;
 #line 363 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Latin_Extended_B; }
-#line 558 "<stdout>"
+#line 558 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 365 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 IPA_Extensions:
        
-#line 565 "<stdout>"
+#line 565 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -575,7 +575,7 @@ yy30:
 yy31:
 #line 371 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return IPA_Extensions; else return Error; }
-#line 579 "<stdout>"
+#line 579 "unicode_blocks.8--encoding-policy(ignore).c"
 yy32:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -686,14 +686,14 @@ yy34:
        ++YYCURSOR;
 #line 370 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto IPA_Extensions; }
-#line 690 "<stdout>"
+#line 690 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 372 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Spacing_Modifier_Letters:
        
-#line 697 "<stdout>"
+#line 697 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -707,7 +707,7 @@ yy38:
 yy39:
 #line 378 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Spacing_Modifier_Letters; else return Error; }
-#line 711 "<stdout>"
+#line 711 "unicode_blocks.8--encoding-policy(ignore).c"
 yy40:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -802,14 +802,14 @@ yy42:
        ++YYCURSOR;
 #line 377 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Spacing_Modifier_Letters; }
-#line 806 "<stdout>"
+#line 806 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 379 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Combining_Diacritical_Marks:
        
-#line 813 "<stdout>"
+#line 813 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -823,7 +823,7 @@ yy46:
 yy47:
 #line 385 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks; else return Error; }
-#line 827 "<stdout>"
+#line 827 "unicode_blocks.8--encoding-policy(ignore).c"
 yy48:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -950,14 +950,14 @@ yy50:
        ++YYCURSOR;
 #line 384 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Combining_Diacritical_Marks; }
-#line 954 "<stdout>"
+#line 954 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 386 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Greek_and_Coptic:
        
-#line 961 "<stdout>"
+#line 961 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -972,7 +972,7 @@ yy54:
 yy55:
 #line 392 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Greek_and_Coptic; else return Error; }
-#line 976 "<stdout>"
+#line 976 "unicode_blocks.8--encoding-policy(ignore).c"
 yy56:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1067,14 +1067,14 @@ yy58:
        ++YYCURSOR;
 #line 391 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Greek_and_Coptic; }
-#line 1071 "<stdout>"
+#line 1071 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 393 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Cyrillic:
        
-#line 1078 "<stdout>"
+#line 1078 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1090,7 +1090,7 @@ yy62:
 yy63:
 #line 399 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cyrillic; else return Error; }
-#line 1094 "<stdout>"
+#line 1094 "unicode_blocks.8--encoding-policy(ignore).c"
 yy64:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1164,14 +1164,14 @@ yy65:
        ++YYCURSOR;
 #line 398 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Cyrillic; }
-#line 1168 "<stdout>"
+#line 1168 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 400 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Cyrillic_Supplementary:
        
-#line 1175 "<stdout>"
+#line 1175 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1184,7 +1184,7 @@ yy69:
 yy70:
 #line 406 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cyrillic_Supplementary; else return Error; }
-#line 1188 "<stdout>"
+#line 1188 "unicode_blocks.8--encoding-policy(ignore).c"
 yy71:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1242,14 +1242,14 @@ yy72:
        ++YYCURSOR;
 #line 405 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Cyrillic_Supplementary; }
-#line 1246 "<stdout>"
+#line 1246 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 407 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Armenian:
        
-#line 1253 "<stdout>"
+#line 1253 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1264,7 +1264,7 @@ yy76:
 yy77:
 #line 413 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Armenian; else return Error; }
-#line 1268 "<stdout>"
+#line 1268 "unicode_blocks.8--encoding-policy(ignore).c"
 yy78:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1380,14 +1380,14 @@ yy81:
        ++YYCURSOR;
 #line 412 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Armenian; }
-#line 1384 "<stdout>"
+#line 1384 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 414 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Hebrew:
        
-#line 1391 "<stdout>"
+#line 1391 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1401,7 +1401,7 @@ yy85:
 yy86:
 #line 420 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hebrew; else return Error; }
-#line 1405 "<stdout>"
+#line 1405 "unicode_blocks.8--encoding-policy(ignore).c"
 yy87:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1528,14 +1528,14 @@ yy89:
        ++YYCURSOR;
 #line 419 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Hebrew; }
-#line 1532 "<stdout>"
+#line 1532 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 421 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Arabic:
        
-#line 1539 "<stdout>"
+#line 1539 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1551,7 +1551,7 @@ yy93:
 yy94:
 #line 427 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic; else return Error; }
-#line 1555 "<stdout>"
+#line 1555 "unicode_blocks.8--encoding-policy(ignore).c"
 yy95:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1625,14 +1625,14 @@ yy96:
        ++YYCURSOR;
 #line 426 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Arabic; }
-#line 1629 "<stdout>"
+#line 1629 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 428 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Syriac:
        
-#line 1636 "<stdout>"
+#line 1636 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1646,7 +1646,7 @@ yy100:
 yy101:
 #line 434 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Syriac; else return Error; }
-#line 1650 "<stdout>"
+#line 1650 "unicode_blocks.8--encoding-policy(ignore).c"
 yy102:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1741,14 +1741,14 @@ yy104:
        ++YYCURSOR;
 #line 433 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Syriac; }
-#line 1745 "<stdout>"
+#line 1745 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 435 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Thaana:
        
-#line 1752 "<stdout>"
+#line 1752 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1761,7 +1761,7 @@ yy108:
 yy109:
 #line 441 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Thaana; else return Error; }
-#line 1765 "<stdout>"
+#line 1765 "unicode_blocks.8--encoding-policy(ignore).c"
 yy110:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1835,14 +1835,14 @@ yy111:
        ++YYCURSOR;
 #line 440 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Thaana; }
-#line 1839 "<stdout>"
+#line 1839 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 442 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Devanagari:
        
-#line 1846 "<stdout>"
+#line 1846 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1855,7 +1855,7 @@ yy115:
 yy116:
 #line 448 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Devanagari; else return Error; }
-#line 1859 "<stdout>"
+#line 1859 "unicode_blocks.8--encoding-policy(ignore).c"
 yy117:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -1939,14 +1939,14 @@ yy120:
        ++YYCURSOR;
 #line 447 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Devanagari; }
-#line 1943 "<stdout>"
+#line 1943 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 449 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Bengali:
        
-#line 1950 "<stdout>"
+#line 1950 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1959,7 +1959,7 @@ yy124:
 yy125:
 #line 455 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bengali; else return Error; }
-#line 1963 "<stdout>"
+#line 1963 "unicode_blocks.8--encoding-policy(ignore).c"
 yy126:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2043,14 +2043,14 @@ yy129:
        ++YYCURSOR;
 #line 454 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Bengali; }
-#line 2047 "<stdout>"
+#line 2047 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 456 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Gurmukhi:
        
-#line 2054 "<stdout>"
+#line 2054 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2063,7 +2063,7 @@ yy133:
 yy134:
 #line 462 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Gurmukhi; else return Error; }
-#line 2067 "<stdout>"
+#line 2067 "unicode_blocks.8--encoding-policy(ignore).c"
 yy135:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2147,14 +2147,14 @@ yy138:
        ++YYCURSOR;
 #line 461 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Gurmukhi; }
-#line 2151 "<stdout>"
+#line 2151 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 463 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Gujarati:
        
-#line 2158 "<stdout>"
+#line 2158 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2167,7 +2167,7 @@ yy142:
 yy143:
 #line 469 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Gujarati; else return Error; }
-#line 2171 "<stdout>"
+#line 2171 "unicode_blocks.8--encoding-policy(ignore).c"
 yy144:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2251,14 +2251,14 @@ yy147:
        ++YYCURSOR;
 #line 468 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Gujarati; }
-#line 2255 "<stdout>"
+#line 2255 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 470 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Oriya:
        
-#line 2262 "<stdout>"
+#line 2262 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2271,7 +2271,7 @@ yy151:
 yy152:
 #line 476 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Oriya; else return Error; }
-#line 2275 "<stdout>"
+#line 2275 "unicode_blocks.8--encoding-policy(ignore).c"
 yy153:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2355,14 +2355,14 @@ yy156:
        ++YYCURSOR;
 #line 475 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Oriya; }
-#line 2359 "<stdout>"
+#line 2359 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 477 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Tamil:
        
-#line 2366 "<stdout>"
+#line 2366 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2375,7 +2375,7 @@ yy160:
 yy161:
 #line 483 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tamil; else return Error; }
-#line 2379 "<stdout>"
+#line 2379 "unicode_blocks.8--encoding-policy(ignore).c"
 yy162:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2459,14 +2459,14 @@ yy165:
        ++YYCURSOR;
 #line 482 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Tamil; }
-#line 2463 "<stdout>"
+#line 2463 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 484 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Telugu:
        
-#line 2470 "<stdout>"
+#line 2470 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2479,7 +2479,7 @@ yy169:
 yy170:
 #line 490 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Telugu; else return Error; }
-#line 2483 "<stdout>"
+#line 2483 "unicode_blocks.8--encoding-policy(ignore).c"
 yy171:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2563,14 +2563,14 @@ yy174:
        ++YYCURSOR;
 #line 489 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Telugu; }
-#line 2567 "<stdout>"
+#line 2567 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 491 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Kannada:
        
-#line 2574 "<stdout>"
+#line 2574 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2583,7 +2583,7 @@ yy178:
 yy179:
 #line 497 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kannada; else return Error; }
-#line 2587 "<stdout>"
+#line 2587 "unicode_blocks.8--encoding-policy(ignore).c"
 yy180:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2667,14 +2667,14 @@ yy183:
        ++YYCURSOR;
 #line 496 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Kannada; }
-#line 2671 "<stdout>"
+#line 2671 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 498 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Malayalam:
        
-#line 2678 "<stdout>"
+#line 2678 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2687,7 +2687,7 @@ yy187:
 yy188:
 #line 504 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Malayalam; else return Error; }
-#line 2691 "<stdout>"
+#line 2691 "unicode_blocks.8--encoding-policy(ignore).c"
 yy189:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2771,14 +2771,14 @@ yy192:
        ++YYCURSOR;
 #line 503 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Malayalam; }
-#line 2775 "<stdout>"
+#line 2775 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 505 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Sinhala:
        
-#line 2782 "<stdout>"
+#line 2782 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2791,7 +2791,7 @@ yy196:
 yy197:
 #line 511 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Sinhala; else return Error; }
-#line 2795 "<stdout>"
+#line 2795 "unicode_blocks.8--encoding-policy(ignore).c"
 yy198:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2875,14 +2875,14 @@ yy201:
        ++YYCURSOR;
 #line 510 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Sinhala; }
-#line 2879 "<stdout>"
+#line 2879 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 512 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Thai:
        
-#line 2886 "<stdout>"
+#line 2886 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2895,7 +2895,7 @@ yy205:
 yy206:
 #line 518 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Thai; else return Error; }
-#line 2899 "<stdout>"
+#line 2899 "unicode_blocks.8--encoding-policy(ignore).c"
 yy207:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2979,14 +2979,14 @@ yy210:
        ++YYCURSOR;
 #line 517 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Thai; }
-#line 2983 "<stdout>"
+#line 2983 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 519 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Lao:
        
-#line 2990 "<stdout>"
+#line 2990 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2999,7 +2999,7 @@ yy214:
 yy215:
 #line 525 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Lao; else return Error; }
-#line 3003 "<stdout>"
+#line 3003 "unicode_blocks.8--encoding-policy(ignore).c"
 yy216:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3083,14 +3083,14 @@ yy219:
        ++YYCURSOR;
 #line 524 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Lao; }
-#line 3087 "<stdout>"
+#line 3087 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 526 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Tibetan:
        
-#line 3094 "<stdout>"
+#line 3094 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3103,7 +3103,7 @@ yy223:
 yy224:
 #line 532 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tibetan; else return Error; }
-#line 3107 "<stdout>"
+#line 3107 "unicode_blocks.8--encoding-policy(ignore).c"
 yy225:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3189,14 +3189,14 @@ yy228:
        ++YYCURSOR;
 #line 531 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Tibetan; }
-#line 3193 "<stdout>"
+#line 3193 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 533 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Myanmar:
        
-#line 3200 "<stdout>"
+#line 3200 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3209,7 +3209,7 @@ yy232:
 yy233:
 #line 539 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Myanmar; else return Error; }
-#line 3213 "<stdout>"
+#line 3213 "unicode_blocks.8--encoding-policy(ignore).c"
 yy234:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3331,14 +3331,14 @@ yy238:
        ++YYCURSOR;
 #line 538 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Myanmar; }
-#line 3335 "<stdout>"
+#line 3335 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 540 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Georgian:
        
-#line 3342 "<stdout>"
+#line 3342 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3351,7 +3351,7 @@ yy242:
 yy243:
 #line 546 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Georgian; else return Error; }
-#line 3355 "<stdout>"
+#line 3355 "unicode_blocks.8--encoding-policy(ignore).c"
 yy244:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3472,14 +3472,14 @@ yy248:
        ++YYCURSOR;
 #line 545 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Georgian; }
-#line 3476 "<stdout>"
+#line 3476 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 547 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Hangul_Jamo:
        
-#line 3483 "<stdout>"
+#line 3483 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3492,7 +3492,7 @@ yy252:
 yy253:
 #line 553 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Jamo; else return Error; }
-#line 3496 "<stdout>"
+#line 3496 "unicode_blocks.8--encoding-policy(ignore).c"
 yy254:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3578,14 +3578,14 @@ yy257:
        ++YYCURSOR;
 #line 552 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Hangul_Jamo; }
-#line 3582 "<stdout>"
+#line 3582 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 554 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Ethiopic:
        
-#line 3589 "<stdout>"
+#line 3589 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3598,7 +3598,7 @@ yy261:
 yy262:
 #line 560 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ethiopic; else return Error; }
-#line 3602 "<stdout>"
+#line 3602 "unicode_blocks.8--encoding-policy(ignore).c"
 yy263:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3686,14 +3686,14 @@ yy266:
        ++YYCURSOR;
 #line 559 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Ethiopic; }
-#line 3690 "<stdout>"
+#line 3690 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 561 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Cherokee:
        
-#line 3697 "<stdout>"
+#line 3697 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3706,7 +3706,7 @@ yy270:
 yy271:
 #line 567 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cherokee; else return Error; }
-#line 3710 "<stdout>"
+#line 3710 "unicode_blocks.8--encoding-policy(ignore).c"
 yy272:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3827,14 +3827,14 @@ yy276:
        ++YYCURSOR;
 #line 566 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Cherokee; }
-#line 3831 "<stdout>"
+#line 3831 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 568 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Unified_Canadian_Aboriginal_Syllabics:
        
-#line 3838 "<stdout>"
+#line 3838 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3847,7 +3847,7 @@ yy280:
 yy281:
 #line 574 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Unified_Canadian_Aboriginal_Syllabics; else return Error; }
-#line 3851 "<stdout>"
+#line 3851 "unicode_blocks.8--encoding-policy(ignore).c"
 yy282:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3939,14 +3939,14 @@ yy285:
        ++YYCURSOR;
 #line 573 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Unified_Canadian_Aboriginal_Syllabics; }
-#line 3943 "<stdout>"
+#line 3943 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 575 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Ogham:
        
-#line 3950 "<stdout>"
+#line 3950 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3959,7 +3959,7 @@ yy289:
 yy290:
 #line 581 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ogham; else return Error; }
-#line 3963 "<stdout>"
+#line 3963 "unicode_blocks.8--encoding-policy(ignore).c"
 yy291:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4010,14 +4010,14 @@ yy294:
        ++YYCURSOR;
 #line 580 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Ogham; }
-#line 4014 "<stdout>"
+#line 4014 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 582 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Runic:
        
-#line 4021 "<stdout>"
+#line 4021 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4030,7 +4030,7 @@ yy298:
 yy299:
 #line 588 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Runic; else return Error; }
-#line 4034 "<stdout>"
+#line 4034 "unicode_blocks.8--encoding-policy(ignore).c"
 yy300:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4151,14 +4151,14 @@ yy304:
        ++YYCURSOR;
 #line 587 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Runic; }
-#line 4155 "<stdout>"
+#line 4155 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 589 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Tagalog:
        
-#line 4162 "<stdout>"
+#line 4162 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4171,7 +4171,7 @@ yy308:
 yy309:
 #line 595 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tagalog; else return Error; }
-#line 4175 "<stdout>"
+#line 4175 "unicode_blocks.8--encoding-policy(ignore).c"
 yy310:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4222,14 +4222,14 @@ yy313:
        ++YYCURSOR;
 #line 594 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Tagalog; }
-#line 4226 "<stdout>"
+#line 4226 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 596 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Hanunoo:
        
-#line 4233 "<stdout>"
+#line 4233 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4242,7 +4242,7 @@ yy317:
 yy318:
 #line 602 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hanunoo; else return Error; }
-#line 4246 "<stdout>"
+#line 4246 "unicode_blocks.8--encoding-policy(ignore).c"
 yy319:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4293,14 +4293,14 @@ yy322:
        ++YYCURSOR;
 #line 601 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Hanunoo; }
-#line 4297 "<stdout>"
+#line 4297 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 603 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Buhid:
        
-#line 4304 "<stdout>"
+#line 4304 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4313,7 +4313,7 @@ yy326:
 yy327:
 #line 609 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Buhid; else return Error; }
-#line 4317 "<stdout>"
+#line 4317 "unicode_blocks.8--encoding-policy(ignore).c"
 yy328:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4364,14 +4364,14 @@ yy331:
        ++YYCURSOR;
 #line 608 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Buhid; }
-#line 4368 "<stdout>"
+#line 4368 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 610 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Tagbanwa:
        
-#line 4375 "<stdout>"
+#line 4375 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4384,7 +4384,7 @@ yy335:
 yy336:
 #line 616 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tagbanwa; else return Error; }
-#line 4388 "<stdout>"
+#line 4388 "unicode_blocks.8--encoding-policy(ignore).c"
 yy337:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4435,14 +4435,14 @@ yy340:
        ++YYCURSOR;
 #line 615 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Tagbanwa; }
-#line 4439 "<stdout>"
+#line 4439 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 617 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Khmer:
        
-#line 4446 "<stdout>"
+#line 4446 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4455,7 +4455,7 @@ yy344:
 yy345:
 #line 623 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Khmer; else return Error; }
-#line 4459 "<stdout>"
+#line 4459 "unicode_blocks.8--encoding-policy(ignore).c"
 yy346:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4539,14 +4539,14 @@ yy349:
        ++YYCURSOR;
 #line 622 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Khmer; }
-#line 4543 "<stdout>"
+#line 4543 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 624 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Mongolian:
        
-#line 4550 "<stdout>"
+#line 4550 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4559,7 +4559,7 @@ yy353:
 yy354:
 #line 630 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Mongolian; else return Error; }
-#line 4563 "<stdout>"
+#line 4563 "unicode_blocks.8--encoding-policy(ignore).c"
 yy355:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4697,14 +4697,14 @@ yy359:
        ++YYCURSOR;
 #line 629 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Mongolian; }
-#line 4701 "<stdout>"
+#line 4701 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 631 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Limbu:
        
-#line 4708 "<stdout>"
+#line 4708 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4717,7 +4717,7 @@ yy363:
 yy364:
 #line 637 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Limbu; else return Error; }
-#line 4721 "<stdout>"
+#line 4721 "unicode_blocks.8--encoding-policy(ignore).c"
 yy365:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4822,14 +4822,14 @@ yy369:
        ++YYCURSOR;
 #line 636 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Limbu; }
-#line 4826 "<stdout>"
+#line 4826 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 638 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Tai_Le:
        
-#line 4833 "<stdout>"
+#line 4833 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4842,7 +4842,7 @@ yy373:
 yy374:
 #line 644 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tai_Le; else return Error; }
-#line 4846 "<stdout>"
+#line 4846 "unicode_blocks.8--encoding-policy(ignore).c"
 yy375:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4909,14 +4909,14 @@ yy378:
        ++YYCURSOR;
 #line 643 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Tai_Le; }
-#line 4913 "<stdout>"
+#line 4913 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 645 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Khmer_Symbols:
        
-#line 4920 "<stdout>"
+#line 4920 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4929,7 +4929,7 @@ yy382:
 yy383:
 #line 651 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Khmer_Symbols; else return Error; }
-#line 4933 "<stdout>"
+#line 4933 "unicode_blocks.8--encoding-policy(ignore).c"
 yy384:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4980,14 +4980,14 @@ yy387:
        ++YYCURSOR;
 #line 650 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Khmer_Symbols; }
-#line 4984 "<stdout>"
+#line 4984 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 652 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Phonetic_Extensions:
        
-#line 4991 "<stdout>"
+#line 4991 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5000,7 +5000,7 @@ yy391:
 yy392:
 #line 658 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Phonetic_Extensions; else return Error; }
-#line 5004 "<stdout>"
+#line 5004 "unicode_blocks.8--encoding-policy(ignore).c"
 yy393:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5084,14 +5084,14 @@ yy396:
        ++YYCURSOR;
 #line 657 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Phonetic_Extensions; }
-#line 5088 "<stdout>"
+#line 5088 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 659 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Latin_Extended_Additional:
        
-#line 5095 "<stdout>"
+#line 5095 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5104,7 +5104,7 @@ yy400:
 yy401:
 #line 665 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_Additional; else return Error; }
-#line 5108 "<stdout>"
+#line 5108 "unicode_blocks.8--encoding-policy(ignore).c"
 yy402:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5190,14 +5190,14 @@ yy405:
        ++YYCURSOR;
 #line 664 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Latin_Extended_Additional; }
-#line 5194 "<stdout>"
+#line 5194 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 666 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Greek_Extended:
        
-#line 5201 "<stdout>"
+#line 5201 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5210,7 +5210,7 @@ yy409:
 yy410:
 #line 672 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Greek_Extended; else return Error; }
-#line 5214 "<stdout>"
+#line 5214 "unicode_blocks.8--encoding-policy(ignore).c"
 yy411:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5296,14 +5296,14 @@ yy414:
        ++YYCURSOR;
 #line 671 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Greek_Extended; }
-#line 5300 "<stdout>"
+#line 5300 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 673 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 General_Punctuation:
        
-#line 5307 "<stdout>"
+#line 5307 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5316,7 +5316,7 @@ yy418:
 yy419:
 #line 679 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return General_Punctuation; else return Error; }
-#line 5320 "<stdout>"
+#line 5320 "unicode_blocks.8--encoding-policy(ignore).c"
 yy420:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5453,14 +5453,14 @@ yy424:
        ++YYCURSOR;
 #line 678 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto General_Punctuation; }
-#line 5457 "<stdout>"
+#line 5457 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 680 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Superscripts_and_Subscripts:
        
-#line 5464 "<stdout>"
+#line 5464 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5473,7 +5473,7 @@ yy428:
 yy429:
 #line 686 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Superscripts_and_Subscripts; else return Error; }
-#line 5477 "<stdout>"
+#line 5477 "unicode_blocks.8--encoding-policy(ignore).c"
 yy430:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5546,14 +5546,14 @@ yy434:
        ++YYCURSOR;
 #line 685 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Superscripts_and_Subscripts; }
-#line 5550 "<stdout>"
+#line 5550 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 687 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Currency_Symbols:
        
-#line 5557 "<stdout>"
+#line 5557 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5566,7 +5566,7 @@ yy438:
 yy439:
 #line 693 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Currency_Symbols; else return Error; }
-#line 5570 "<stdout>"
+#line 5570 "unicode_blocks.8--encoding-policy(ignore).c"
 yy440:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5639,14 +5639,14 @@ yy444:
        ++YYCURSOR;
 #line 692 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Currency_Symbols; }
-#line 5643 "<stdout>"
+#line 5643 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 694 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Combining_Diacritical_Marks_for_Symbols:
        
-#line 5650 "<stdout>"
+#line 5650 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5659,7 +5659,7 @@ yy448:
 yy449:
 #line 700 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks_for_Symbols; else return Error; }
-#line 5663 "<stdout>"
+#line 5663 "unicode_blocks.8--encoding-policy(ignore).c"
 yy450:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5726,14 +5726,14 @@ yy453:
        ++YYCURSOR;
 #line 699 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Combining_Diacritical_Marks_for_Symbols; }
-#line 5730 "<stdout>"
+#line 5730 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 701 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Letterlike_Symbols:
        
-#line 5737 "<stdout>"
+#line 5737 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5746,7 +5746,7 @@ yy457:
 yy458:
 #line 707 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Letterlike_Symbols; else return Error; }
-#line 5750 "<stdout>"
+#line 5750 "unicode_blocks.8--encoding-policy(ignore).c"
 yy459:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5851,14 +5851,14 @@ yy463:
        ++YYCURSOR;
 #line 706 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Letterlike_Symbols; }
-#line 5855 "<stdout>"
+#line 5855 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 708 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Number_Forms:
        
-#line 5862 "<stdout>"
+#line 5862 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5871,7 +5871,7 @@ yy467:
 yy468:
 #line 714 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Number_Forms; else return Error; }
-#line 5875 "<stdout>"
+#line 5875 "unicode_blocks.8--encoding-policy(ignore).c"
 yy469:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5960,14 +5960,14 @@ yy473:
        ++YYCURSOR;
 #line 713 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Number_Forms; }
-#line 5964 "<stdout>"
+#line 5964 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 715 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Arrows:
        
-#line 5971 "<stdout>"
+#line 5971 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5980,7 +5980,7 @@ yy477:
 yy478:
 #line 721 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arrows; else return Error; }
-#line 5984 "<stdout>"
+#line 5984 "unicode_blocks.8--encoding-policy(ignore).c"
 yy479:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6117,14 +6117,14 @@ yy483:
        ++YYCURSOR;
 #line 720 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Arrows; }
-#line 6121 "<stdout>"
+#line 6121 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 722 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Mathematical_Operators:
        
-#line 6128 "<stdout>"
+#line 6128 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6137,7 +6137,7 @@ yy487:
 yy488:
 #line 728 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Mathematical_Operators; else return Error; }
-#line 6141 "<stdout>"
+#line 6141 "unicode_blocks.8--encoding-policy(ignore).c"
 yy489:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6223,14 +6223,14 @@ yy492:
        ++YYCURSOR;
 #line 727 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Mathematical_Operators; }
-#line 6227 "<stdout>"
+#line 6227 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 729 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Miscellaneous_Technical:
        
-#line 6234 "<stdout>"
+#line 6234 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6243,7 +6243,7 @@ yy496:
 yy497:
 #line 735 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Technical; else return Error; }
-#line 6247 "<stdout>"
+#line 6247 "unicode_blocks.8--encoding-policy(ignore).c"
 yy498:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6329,14 +6329,14 @@ yy501:
        ++YYCURSOR;
 #line 734 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Miscellaneous_Technical; }
-#line 6333 "<stdout>"
+#line 6333 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 736 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Control_Pictures:
        
-#line 6340 "<stdout>"
+#line 6340 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6349,7 +6349,7 @@ yy505:
 yy506:
 #line 742 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Control_Pictures; else return Error; }
-#line 6353 "<stdout>"
+#line 6353 "unicode_blocks.8--encoding-policy(ignore).c"
 yy507:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6432,14 +6432,14 @@ yy510:
        ++YYCURSOR;
 #line 741 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Control_Pictures; }
-#line 6436 "<stdout>"
+#line 6436 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 743 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Optical_Character_Recognition:
        
-#line 6443 "<stdout>"
+#line 6443 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6452,7 +6452,7 @@ yy514:
 yy515:
 #line 749 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Optical_Character_Recognition; else return Error; }
-#line 6456 "<stdout>"
+#line 6456 "unicode_blocks.8--encoding-policy(ignore).c"
 yy516:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6503,14 +6503,14 @@ yy519:
        ++YYCURSOR;
 #line 748 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Optical_Character_Recognition; }
-#line 6507 "<stdout>"
+#line 6507 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 750 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Enclosed_Alphanumerics:
        
-#line 6514 "<stdout>"
+#line 6514 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6523,7 +6523,7 @@ yy523:
 yy524:
 #line 756 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Enclosed_Alphanumerics; else return Error; }
-#line 6527 "<stdout>"
+#line 6527 "unicode_blocks.8--encoding-policy(ignore).c"
 yy525:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6645,14 +6645,14 @@ yy529:
        ++YYCURSOR;
 #line 755 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Enclosed_Alphanumerics; }
-#line 6649 "<stdout>"
+#line 6649 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 757 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Box_Drawing:
        
-#line 6656 "<stdout>"
+#line 6656 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6665,7 +6665,7 @@ yy533:
 yy534:
 #line 763 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Box_Drawing; else return Error; }
-#line 6669 "<stdout>"
+#line 6669 "unicode_blocks.8--encoding-policy(ignore).c"
 yy535:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6749,14 +6749,14 @@ yy538:
        ++YYCURSOR;
 #line 762 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Box_Drawing; }
-#line 6753 "<stdout>"
+#line 6753 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 764 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Block_Elements:
        
-#line 6760 "<stdout>"
+#line 6760 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6769,7 +6769,7 @@ yy542:
 yy543:
 #line 770 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Block_Elements; else return Error; }
-#line 6773 "<stdout>"
+#line 6773 "unicode_blocks.8--encoding-policy(ignore).c"
 yy544:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6820,14 +6820,14 @@ yy547:
        ++YYCURSOR;
 #line 769 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Block_Elements; }
-#line 6824 "<stdout>"
+#line 6824 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 771 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Geometric_Shapes:
        
-#line 6831 "<stdout>"
+#line 6831 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6840,7 +6840,7 @@ yy551:
 yy552:
 #line 777 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Geometric_Shapes; else return Error; }
-#line 6844 "<stdout>"
+#line 6844 "unicode_blocks.8--encoding-policy(ignore).c"
 yy553:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6961,14 +6961,14 @@ yy557:
        ++YYCURSOR;
 #line 776 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Geometric_Shapes; }
-#line 6965 "<stdout>"
+#line 6965 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 778 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Miscellaneous_Symbols:
        
-#line 6972 "<stdout>"
+#line 6972 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6981,7 +6981,7 @@ yy561:
 yy562:
 #line 784 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols; else return Error; }
-#line 6985 "<stdout>"
+#line 6985 "unicode_blocks.8--encoding-policy(ignore).c"
 yy563:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7067,14 +7067,14 @@ yy566:
        ++YYCURSOR;
 #line 783 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Miscellaneous_Symbols; }
-#line 7071 "<stdout>"
+#line 7071 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 785 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Dingbats:
        
-#line 7078 "<stdout>"
+#line 7078 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7087,7 +7087,7 @@ yy570:
 yy571:
 #line 791 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Dingbats; else return Error; }
-#line 7091 "<stdout>"
+#line 7091 "unicode_blocks.8--encoding-policy(ignore).c"
 yy572:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7172,14 +7172,14 @@ yy575:
        ++YYCURSOR;
 #line 790 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Dingbats; }
-#line 7176 "<stdout>"
+#line 7176 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 792 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Miscellaneous_Mathematical_Symbols_A:
        
-#line 7183 "<stdout>"
+#line 7183 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7192,7 +7192,7 @@ yy579:
 yy580:
 #line 798 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_A; else return Error; }
-#line 7196 "<stdout>"
+#line 7196 "unicode_blocks.8--encoding-policy(ignore).c"
 yy581:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7259,14 +7259,14 @@ yy584:
        ++YYCURSOR;
 #line 797 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Miscellaneous_Mathematical_Symbols_A; }
-#line 7263 "<stdout>"
+#line 7263 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 799 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Supplemental_Arrows_A:
        
-#line 7270 "<stdout>"
+#line 7270 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7279,7 +7279,7 @@ yy588:
 yy589:
 #line 805 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_A; else return Error; }
-#line 7283 "<stdout>"
+#line 7283 "unicode_blocks.8--encoding-policy(ignore).c"
 yy590:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7314,14 +7314,14 @@ yy593:
        ++YYCURSOR;
 #line 804 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Supplemental_Arrows_A; }
-#line 7318 "<stdout>"
+#line 7318 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 806 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Braille_Patterns:
        
-#line 7325 "<stdout>"
+#line 7325 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7334,7 +7334,7 @@ yy597:
 yy598:
 #line 812 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Braille_Patterns; else return Error; }
-#line 7338 "<stdout>"
+#line 7338 "unicode_blocks.8--encoding-policy(ignore).c"
 yy599:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7420,14 +7420,14 @@ yy602:
        ++YYCURSOR;
 #line 811 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Braille_Patterns; }
-#line 7424 "<stdout>"
+#line 7424 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 813 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Supplemental_Arrows_B:
        
-#line 7431 "<stdout>"
+#line 7431 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7440,7 +7440,7 @@ yy606:
 yy607:
 #line 819 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_B; else return Error; }
-#line 7444 "<stdout>"
+#line 7444 "unicode_blocks.8--encoding-policy(ignore).c"
 yy608:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7524,14 +7524,14 @@ yy611:
        ++YYCURSOR;
 #line 818 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Supplemental_Arrows_B; }
-#line 7528 "<stdout>"
+#line 7528 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 820 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Miscellaneous_Mathematical_Symbols_B:
        
-#line 7535 "<stdout>"
+#line 7535 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7544,7 +7544,7 @@ yy615:
 yy616:
 #line 826 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_B; else return Error; }
-#line 7548 "<stdout>"
+#line 7548 "unicode_blocks.8--encoding-policy(ignore).c"
 yy617:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7628,14 +7628,14 @@ yy620:
        ++YYCURSOR;
 #line 825 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Miscellaneous_Mathematical_Symbols_B; }
-#line 7632 "<stdout>"
+#line 7632 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 827 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Supplemental_Mathematical_Operators:
        
-#line 7639 "<stdout>"
+#line 7639 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7648,7 +7648,7 @@ yy624:
 yy625:
 #line 833 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Mathematical_Operators; else return Error; }
-#line 7652 "<stdout>"
+#line 7652 "unicode_blocks.8--encoding-policy(ignore).c"
 yy626:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7734,14 +7734,14 @@ yy629:
        ++YYCURSOR;
 #line 832 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Supplemental_Mathematical_Operators; }
-#line 7738 "<stdout>"
+#line 7738 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 834 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Miscellaneous_Symbols_and_Arrows:
        
-#line 7745 "<stdout>"
+#line 7745 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7754,7 +7754,7 @@ yy633:
 yy634:
 #line 840 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols_and_Arrows; else return Error; }
-#line 7758 "<stdout>"
+#line 7758 "unicode_blocks.8--encoding-policy(ignore).c"
 yy635:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7840,14 +7840,14 @@ yy638:
        ++YYCURSOR;
 #line 839 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Miscellaneous_Symbols_and_Arrows; }
-#line 7844 "<stdout>"
+#line 7844 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 841 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 CJK_Radicals_Supplement:
        
-#line 7851 "<stdout>"
+#line 7851 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7860,7 +7860,7 @@ yy642:
 yy643:
 #line 847 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Radicals_Supplement; else return Error; }
-#line 7864 "<stdout>"
+#line 7864 "unicode_blocks.8--encoding-policy(ignore).c"
 yy644:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7944,14 +7944,14 @@ yy647:
        ++YYCURSOR;
 #line 846 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto CJK_Radicals_Supplement; }
-#line 7948 "<stdout>"
+#line 7948 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 848 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Kangxi_Radicals:
        
-#line 7955 "<stdout>"
+#line 7955 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7964,7 +7964,7 @@ yy651:
 yy652:
 #line 854 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kangxi_Radicals; else return Error; }
-#line 7968 "<stdout>"
+#line 7968 "unicode_blocks.8--encoding-policy(ignore).c"
 yy653:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8087,14 +8087,14 @@ yy657:
        ++YYCURSOR;
 #line 853 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Kangxi_Radicals; }
-#line 8091 "<stdout>"
+#line 8091 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 855 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Ideographic_Description_Characters:
        
-#line 8098 "<stdout>"
+#line 8098 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8107,7 +8107,7 @@ yy661:
 yy662:
 #line 861 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ideographic_Description_Characters; else return Error; }
-#line 8111 "<stdout>"
+#line 8111 "unicode_blocks.8--encoding-policy(ignore).c"
 yy663:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8142,14 +8142,14 @@ yy666:
        ++YYCURSOR;
 #line 860 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Ideographic_Description_Characters; }
-#line 8146 "<stdout>"
+#line 8146 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 862 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 CJK_Symbols_and_Punctuation:
        
-#line 8153 "<stdout>"
+#line 8153 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8162,7 +8162,7 @@ yy670:
 yy671:
 #line 868 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Symbols_and_Punctuation; else return Error; }
-#line 8166 "<stdout>"
+#line 8166 "unicode_blocks.8--encoding-policy(ignore).c"
 yy672:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8245,14 +8245,14 @@ yy675:
        ++YYCURSOR;
 #line 867 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto CJK_Symbols_and_Punctuation; }
-#line 8249 "<stdout>"
+#line 8249 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 869 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Hiragana:
        
-#line 8256 "<stdout>"
+#line 8256 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8265,7 +8265,7 @@ yy679:
 yy680:
 #line 875 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hiragana; else return Error; }
-#line 8269 "<stdout>"
+#line 8269 "unicode_blocks.8--encoding-policy(ignore).c"
 yy681:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8386,14 +8386,14 @@ yy685:
        ++YYCURSOR;
 #line 874 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Hiragana; }
-#line 8390 "<stdout>"
+#line 8390 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 876 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Katakana:
        
-#line 8397 "<stdout>"
+#line 8397 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8406,7 +8406,7 @@ yy689:
 yy690:
 #line 882 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Katakana; else return Error; }
-#line 8410 "<stdout>"
+#line 8410 "unicode_blocks.8--encoding-policy(ignore).c"
 yy691:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8527,14 +8527,14 @@ yy695:
        ++YYCURSOR;
 #line 881 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Katakana; }
-#line 8531 "<stdout>"
+#line 8531 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 883 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Bopomofo:
        
-#line 8538 "<stdout>"
+#line 8538 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8547,7 +8547,7 @@ yy699:
 yy700:
 #line 889 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bopomofo; else return Error; }
-#line 8551 "<stdout>"
+#line 8551 "unicode_blocks.8--encoding-policy(ignore).c"
 yy701:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8614,14 +8614,14 @@ yy704:
        ++YYCURSOR;
 #line 888 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Bopomofo; }
-#line 8618 "<stdout>"
+#line 8618 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 890 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Hangul_Compatibility_Jamo:
        
-#line 8625 "<stdout>"
+#line 8625 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8634,7 +8634,7 @@ yy708:
 yy709:
 #line 896 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Compatibility_Jamo; else return Error; }
-#line 8638 "<stdout>"
+#line 8638 "unicode_blocks.8--encoding-policy(ignore).c"
 yy710:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8761,14 +8761,14 @@ yy715:
        ++YYCURSOR;
 #line 895 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Hangul_Compatibility_Jamo; }
-#line 8765 "<stdout>"
+#line 8765 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 897 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Kanbun:
        
-#line 8772 "<stdout>"
+#line 8772 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8781,7 +8781,7 @@ yy719:
 yy720:
 #line 903 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kanbun; else return Error; }
-#line 8785 "<stdout>"
+#line 8785 "unicode_blocks.8--encoding-policy(ignore).c"
 yy721:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8816,14 +8816,14 @@ yy724:
        ++YYCURSOR;
 #line 902 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Kanbun; }
-#line 8820 "<stdout>"
+#line 8820 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 904 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Bopomofo_Extended:
        
-#line 8827 "<stdout>"
+#line 8827 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8836,7 +8836,7 @@ yy728:
 yy729:
 #line 910 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bopomofo_Extended; else return Error; }
-#line 8840 "<stdout>"
+#line 8840 "unicode_blocks.8--encoding-policy(ignore).c"
 yy730:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8887,14 +8887,14 @@ yy733:
        ++YYCURSOR;
 #line 909 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Bopomofo_Extended; }
-#line 8891 "<stdout>"
+#line 8891 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 911 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Katakana_Phonetic_Extensions:
        
-#line 8898 "<stdout>"
+#line 8898 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8907,7 +8907,7 @@ yy737:
 yy738:
 #line 917 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Katakana_Phonetic_Extensions; else return Error; }
-#line 8911 "<stdout>"
+#line 8911 "unicode_blocks.8--encoding-policy(ignore).c"
 yy739:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8942,14 +8942,14 @@ yy742:
        ++YYCURSOR;
 #line 916 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Katakana_Phonetic_Extensions; }
-#line 8946 "<stdout>"
+#line 8946 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 918 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Enclosed_CJK_Letters_and_Months:
        
-#line 8953 "<stdout>"
+#line 8953 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8962,7 +8962,7 @@ yy746:
 yy747:
 #line 924 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Enclosed_CJK_Letters_and_Months; else return Error; }
-#line 8966 "<stdout>"
+#line 8966 "unicode_blocks.8--encoding-policy(ignore).c"
 yy748:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9048,14 +9048,14 @@ yy751:
        ++YYCURSOR;
 #line 923 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Enclosed_CJK_Letters_and_Months; }
-#line 9052 "<stdout>"
+#line 9052 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 925 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 CJK_Compatibility:
        
-#line 9059 "<stdout>"
+#line 9059 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9068,7 +9068,7 @@ yy755:
 yy756:
 #line 931 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility; else return Error; }
-#line 9072 "<stdout>"
+#line 9072 "unicode_blocks.8--encoding-policy(ignore).c"
 yy757:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9154,14 +9154,14 @@ yy760:
        ++YYCURSOR;
 #line 930 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto CJK_Compatibility; }
-#line 9158 "<stdout>"
+#line 9158 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 932 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 CJK_Unified_Ideographs_Extension_A:
        
-#line 9165 "<stdout>"
+#line 9165 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9175,7 +9175,7 @@ yy764:
 yy765:
 #line 938 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs_Extension_A; else return Error; }
-#line 9179 "<stdout>"
+#line 9179 "unicode_blocks.8--encoding-policy(ignore).c"
 yy766:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9365,14 +9365,14 @@ yy770:
        ++YYCURSOR;
 #line 937 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto CJK_Unified_Ideographs_Extension_A; }
-#line 9369 "<stdout>"
+#line 9369 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 939 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Yijing_Hexagram_Symbols:
        
-#line 9376 "<stdout>"
+#line 9376 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9385,7 +9385,7 @@ yy774:
 yy775:
 #line 945 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yijing_Hexagram_Symbols; else return Error; }
-#line 9389 "<stdout>"
+#line 9389 "unicode_blocks.8--encoding-policy(ignore).c"
 yy776:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9468,14 +9468,14 @@ yy779:
        ++YYCURSOR;
 #line 944 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Yijing_Hexagram_Symbols; }
-#line 9472 "<stdout>"
+#line 9472 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 946 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 CJK_Unified_Ideographs:
        
-#line 9479 "<stdout>"
+#line 9479 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9493,7 +9493,7 @@ yy783:
 yy784:
 #line 952 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs; else return Error; }
-#line 9497 "<stdout>"
+#line 9497 "unicode_blocks.8--encoding-policy(ignore).c"
 yy785:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9652,14 +9652,14 @@ yy789:
        ++YYCURSOR;
 #line 951 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto CJK_Unified_Ideographs; }
-#line 9656 "<stdout>"
+#line 9656 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 953 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Yi_Syllables:
        
-#line 9663 "<stdout>"
+#line 9663 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9672,7 +9672,7 @@ yy793:
 yy794:
 #line 959 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yi_Syllables; else return Error; }
-#line 9676 "<stdout>"
+#line 9676 "unicode_blocks.8--encoding-policy(ignore).c"
 yy795:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9794,14 +9794,14 @@ yy799:
        ++YYCURSOR;
 #line 958 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Yi_Syllables; }
-#line 9798 "<stdout>"
+#line 9798 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 960 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Yi_Radicals:
        
-#line 9805 "<stdout>"
+#line 9805 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9814,7 +9814,7 @@ yy803:
 yy804:
 #line 966 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yi_Radicals; else return Error; }
-#line 9818 "<stdout>"
+#line 9818 "unicode_blocks.8--encoding-policy(ignore).c"
 yy805:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9903,14 +9903,14 @@ yy809:
        ++YYCURSOR;
 #line 965 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Yi_Radicals; }
-#line 9907 "<stdout>"
+#line 9907 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 967 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Hangul_Syllables:
        
-#line 9914 "<stdout>"
+#line 9914 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9926,7 +9926,7 @@ yy813:
 yy814:
 #line 973 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Syllables; else return Error; }
-#line 9930 "<stdout>"
+#line 9930 "unicode_blocks.8--encoding-policy(ignore).c"
 yy815:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10182,14 +10182,14 @@ yy821:
        ++YYCURSOR;
 #line 972 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Hangul_Syllables; }
-#line 10186 "<stdout>"
+#line 10186 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 974 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 High_Surrogates:
        
-#line 10193 "<stdout>"
+#line 10193 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10202,7 +10202,7 @@ yy825:
 yy826:
 #line 980 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return High_Surrogates; else return Error; }
-#line 10206 "<stdout>"
+#line 10206 "unicode_blocks.8--encoding-policy(ignore).c"
 yy827:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10298,14 +10298,14 @@ yy830:
        ++YYCURSOR;
 #line 979 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto High_Surrogates; }
-#line 10302 "<stdout>"
+#line 10302 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 981 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 High_Private_Use_Surrogates:
        
-#line 10309 "<stdout>"
+#line 10309 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10318,7 +10318,7 @@ yy834:
 yy835:
 #line 987 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return High_Private_Use_Surrogates; else return Error; }
-#line 10322 "<stdout>"
+#line 10322 "unicode_blocks.8--encoding-policy(ignore).c"
 yy836:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10402,14 +10402,14 @@ yy839:
        ++YYCURSOR;
 #line 986 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto High_Private_Use_Surrogates; }
-#line 10406 "<stdout>"
+#line 10406 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 988 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Low_Surrogates:
        
-#line 10413 "<stdout>"
+#line 10413 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10422,7 +10422,7 @@ yy843:
 yy844:
 #line 994 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Low_Surrogates; else return Error; }
-#line 10426 "<stdout>"
+#line 10426 "unicode_blocks.8--encoding-policy(ignore).c"
 yy845:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10520,14 +10520,14 @@ yy848:
        ++YYCURSOR;
 #line 993 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Low_Surrogates; }
-#line 10524 "<stdout>"
+#line 10524 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 995 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Private_Use_Area:
        
-#line 10531 "<stdout>"
+#line 10531 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10541,7 +10541,7 @@ yy852:
 yy853:
 #line 1001 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Private_Use_Area; else return Error; }
-#line 10545 "<stdout>"
+#line 10545 "unicode_blocks.8--encoding-policy(ignore).c"
 yy854:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10728,14 +10728,14 @@ yy858:
        ++YYCURSOR;
 #line 1000 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Private_Use_Area; }
-#line 10732 "<stdout>"
+#line 10732 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1002 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 CJK_Compatibility_Ideographs:
        
-#line 10739 "<stdout>"
+#line 10739 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10748,7 +10748,7 @@ yy862:
 yy863:
 #line 1008 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Ideographs; else return Error; }
-#line 10752 "<stdout>"
+#line 10752 "unicode_blocks.8--encoding-policy(ignore).c"
 yy864:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10838,14 +10838,14 @@ yy867:
        ++YYCURSOR;
 #line 1007 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto CJK_Compatibility_Ideographs; }
-#line 10842 "<stdout>"
+#line 10842 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1009 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Alphabetic_Presentation_Forms:
        
-#line 10849 "<stdout>"
+#line 10849 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10858,7 +10858,7 @@ yy871:
 yy872:
 #line 1015 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Alphabetic_Presentation_Forms; else return Error; }
-#line 10862 "<stdout>"
+#line 10862 "unicode_blocks.8--encoding-policy(ignore).c"
 yy873:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10963,14 +10963,14 @@ yy877:
        ++YYCURSOR;
 #line 1014 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Alphabetic_Presentation_Forms; }
-#line 10967 "<stdout>"
+#line 10967 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1016 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Arabic_Presentation_Forms_A:
        
-#line 10974 "<stdout>"
+#line 10974 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10983,7 +10983,7 @@ yy881:
 yy882:
 #line 1022 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_A; else return Error; }
-#line 10987 "<stdout>"
+#line 10987 "unicode_blocks.8--encoding-policy(ignore).c"
 yy883:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11129,14 +11129,14 @@ yy887:
        ++YYCURSOR;
 #line 1021 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Arabic_Presentation_Forms_A; }
-#line 11133 "<stdout>"
+#line 11133 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1023 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Variation_Selectors:
        
-#line 11140 "<stdout>"
+#line 11140 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11149,7 +11149,7 @@ yy891:
 yy892:
 #line 1029 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Variation_Selectors; else return Error; }
-#line 11153 "<stdout>"
+#line 11153 "unicode_blocks.8--encoding-policy(ignore).c"
 yy893:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11184,14 +11184,14 @@ yy896:
        ++YYCURSOR;
 #line 1028 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Variation_Selectors; }
-#line 11188 "<stdout>"
+#line 11188 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1030 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Combining_Half_Marks:
        
-#line 11195 "<stdout>"
+#line 11195 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11204,7 +11204,7 @@ yy900:
 yy901:
 #line 1036 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Half_Marks; else return Error; }
-#line 11208 "<stdout>"
+#line 11208 "unicode_blocks.8--encoding-policy(ignore).c"
 yy902:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11239,14 +11239,14 @@ yy905:
        ++YYCURSOR;
 #line 1035 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Combining_Half_Marks; }
-#line 11243 "<stdout>"
+#line 11243 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1037 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 CJK_Compatibility_Forms:
        
-#line 11250 "<stdout>"
+#line 11250 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11259,7 +11259,7 @@ yy909:
 yy910:
 #line 1043 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Forms; else return Error; }
-#line 11263 "<stdout>"
+#line 11263 "unicode_blocks.8--encoding-policy(ignore).c"
 yy911:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11316,14 +11316,14 @@ yy915:
        ++YYCURSOR;
 #line 1042 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto CJK_Compatibility_Forms; }
-#line 11320 "<stdout>"
+#line 11320 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1044 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Small_Form_Variants:
        
-#line 11327 "<stdout>"
+#line 11327 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11336,7 +11336,7 @@ yy919:
 yy920:
 #line 1050 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Small_Form_Variants; else return Error; }
-#line 11340 "<stdout>"
+#line 11340 "unicode_blocks.8--encoding-policy(ignore).c"
 yy921:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11387,14 +11387,14 @@ yy924:
        ++YYCURSOR;
 #line 1049 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Small_Form_Variants; }
-#line 11391 "<stdout>"
+#line 11391 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1051 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Arabic_Presentation_Forms_B:
        
-#line 11398 "<stdout>"
+#line 11398 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11407,7 +11407,7 @@ yy928:
 yy929:
 #line 1057 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_B; else return Error; }
-#line 11411 "<stdout>"
+#line 11411 "unicode_blocks.8--encoding-policy(ignore).c"
 yy930:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11513,14 +11513,14 @@ yy934:
        ++YYCURSOR;
 #line 1056 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Arabic_Presentation_Forms_B; }
-#line 11517 "<stdout>"
+#line 11517 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1058 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Halfwidth_and_Fullwidth_Forms:
        
-#line 11524 "<stdout>"
+#line 11524 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11533,7 +11533,7 @@ yy938:
 yy939:
 #line 1064 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Halfwidth_and_Fullwidth_Forms; else return Error; }
-#line 11537 "<stdout>"
+#line 11537 "unicode_blocks.8--encoding-policy(ignore).c"
 yy940:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11672,14 +11672,14 @@ yy944:
        ++YYCURSOR;
 #line 1063 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Halfwidth_and_Fullwidth_Forms; }
-#line 11676 "<stdout>"
+#line 11676 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1065 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 Specials:
        
-#line 11683 "<stdout>"
+#line 11683 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11692,7 +11692,7 @@ yy948:
 yy949:
 #line 1071 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Specials; else return Error; }
-#line 11696 "<stdout>"
+#line 11696 "unicode_blocks.8--encoding-policy(ignore).c"
 yy950:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11727,14 +11727,14 @@ yy953:
        ++YYCURSOR;
 #line 1070 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto Specials; }
-#line 11731 "<stdout>"
+#line 11731 "unicode_blocks.8--encoding-policy(ignore).c"
 }
 #line 1072 "unicode_blocks.8--encoding-policy(ignore).re"
 
 
 All:
        
-#line 11738 "<stdout>"
+#line 11738 "unicode_blocks.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11919,13 +11919,13 @@ yy957:
 yy958:
 #line 1077 "unicode_blocks.8--encoding-policy(ignore).re"
        { goto All; }
-#line 11923 "<stdout>"
+#line 11923 "unicode_blocks.8--encoding-policy(ignore).c"
 yy959:
        ++YYCURSOR;
 yy960:
 #line 1078 "unicode_blocks.8--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return All; else return Error; }
-#line 11929 "<stdout>"
+#line 11929 "unicode_blocks.8--encoding-policy(ignore).c"
 yy961:
        yych = *++YYCURSOR;
        switch (yych) {
index 256107869299bb8b198e5ce9f2620ec090aba2b4..abeade47f23a0204738319c889e6b7ceb8560a20 100644 (file)
@@ -233,7 +233,7 @@ Block scan(const YYCTYPE * start, const YYCTYPE * const limit, Block blk)
 
 Basic_Latin:
        
-#line 237 "<stdout>"
+#line 237 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -241,19 +241,19 @@ Basic_Latin:
        ++YYCURSOR;
 #line 342 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Basic_Latin; }
-#line 245 "<stdout>"
+#line 245 "unicode_blocks.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 343 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Basic_Latin; else return Error; }
-#line 250 "<stdout>"
+#line 250 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 344 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Latin___Supplement:
        
-#line 257 "<stdout>"
+#line 257 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -267,7 +267,7 @@ yy8:
 yy9:
 #line 350 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin___Supplement; else return Error; }
-#line 271 "<stdout>"
+#line 271 "unicode_blocks.8--encoding-policy(substitute).c"
 yy10:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -341,14 +341,14 @@ yy11:
        ++YYCURSOR;
 #line 349 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Latin___Supplement; }
-#line 345 "<stdout>"
+#line 345 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 351 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Latin_Extended_A:
        
-#line 352 "<stdout>"
+#line 352 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -362,7 +362,7 @@ yy15:
 yy16:
 #line 357 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_A; else return Error; }
-#line 366 "<stdout>"
+#line 366 "unicode_blocks.8--encoding-policy(substitute).c"
 yy17:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -436,14 +436,14 @@ yy18:
        ++YYCURSOR;
 #line 356 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Latin_Extended_A; }
-#line 440 "<stdout>"
+#line 440 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 358 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Latin_Extended_B:
        
-#line 447 "<stdout>"
+#line 447 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -459,7 +459,7 @@ yy22:
 yy23:
 #line 364 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_B; else return Error; }
-#line 463 "<stdout>"
+#line 463 "unicode_blocks.8--encoding-policy(substitute).c"
 yy24:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -554,14 +554,14 @@ yy26:
        ++YYCURSOR;
 #line 363 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Latin_Extended_B; }
-#line 558 "<stdout>"
+#line 558 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 365 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 IPA_Extensions:
        
-#line 565 "<stdout>"
+#line 565 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -575,7 +575,7 @@ yy30:
 yy31:
 #line 371 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return IPA_Extensions; else return Error; }
-#line 579 "<stdout>"
+#line 579 "unicode_blocks.8--encoding-policy(substitute).c"
 yy32:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -686,14 +686,14 @@ yy34:
        ++YYCURSOR;
 #line 370 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto IPA_Extensions; }
-#line 690 "<stdout>"
+#line 690 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 372 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Spacing_Modifier_Letters:
        
-#line 697 "<stdout>"
+#line 697 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -707,7 +707,7 @@ yy38:
 yy39:
 #line 378 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Spacing_Modifier_Letters; else return Error; }
-#line 711 "<stdout>"
+#line 711 "unicode_blocks.8--encoding-policy(substitute).c"
 yy40:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -802,14 +802,14 @@ yy42:
        ++YYCURSOR;
 #line 377 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Spacing_Modifier_Letters; }
-#line 806 "<stdout>"
+#line 806 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 379 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Combining_Diacritical_Marks:
        
-#line 813 "<stdout>"
+#line 813 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -823,7 +823,7 @@ yy46:
 yy47:
 #line 385 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks; else return Error; }
-#line 827 "<stdout>"
+#line 827 "unicode_blocks.8--encoding-policy(substitute).c"
 yy48:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -950,14 +950,14 @@ yy50:
        ++YYCURSOR;
 #line 384 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Combining_Diacritical_Marks; }
-#line 954 "<stdout>"
+#line 954 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 386 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Greek_and_Coptic:
        
-#line 961 "<stdout>"
+#line 961 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -972,7 +972,7 @@ yy54:
 yy55:
 #line 392 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Greek_and_Coptic; else return Error; }
-#line 976 "<stdout>"
+#line 976 "unicode_blocks.8--encoding-policy(substitute).c"
 yy56:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1067,14 +1067,14 @@ yy58:
        ++YYCURSOR;
 #line 391 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Greek_and_Coptic; }
-#line 1071 "<stdout>"
+#line 1071 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 393 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Cyrillic:
        
-#line 1078 "<stdout>"
+#line 1078 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1090,7 +1090,7 @@ yy62:
 yy63:
 #line 399 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cyrillic; else return Error; }
-#line 1094 "<stdout>"
+#line 1094 "unicode_blocks.8--encoding-policy(substitute).c"
 yy64:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1164,14 +1164,14 @@ yy65:
        ++YYCURSOR;
 #line 398 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Cyrillic; }
-#line 1168 "<stdout>"
+#line 1168 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 400 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Cyrillic_Supplementary:
        
-#line 1175 "<stdout>"
+#line 1175 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1184,7 +1184,7 @@ yy69:
 yy70:
 #line 406 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cyrillic_Supplementary; else return Error; }
-#line 1188 "<stdout>"
+#line 1188 "unicode_blocks.8--encoding-policy(substitute).c"
 yy71:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1242,14 +1242,14 @@ yy72:
        ++YYCURSOR;
 #line 405 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Cyrillic_Supplementary; }
-#line 1246 "<stdout>"
+#line 1246 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 407 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Armenian:
        
-#line 1253 "<stdout>"
+#line 1253 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1264,7 +1264,7 @@ yy76:
 yy77:
 #line 413 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Armenian; else return Error; }
-#line 1268 "<stdout>"
+#line 1268 "unicode_blocks.8--encoding-policy(substitute).c"
 yy78:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1380,14 +1380,14 @@ yy81:
        ++YYCURSOR;
 #line 412 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Armenian; }
-#line 1384 "<stdout>"
+#line 1384 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 414 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Hebrew:
        
-#line 1391 "<stdout>"
+#line 1391 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1401,7 +1401,7 @@ yy85:
 yy86:
 #line 420 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hebrew; else return Error; }
-#line 1405 "<stdout>"
+#line 1405 "unicode_blocks.8--encoding-policy(substitute).c"
 yy87:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1528,14 +1528,14 @@ yy89:
        ++YYCURSOR;
 #line 419 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Hebrew; }
-#line 1532 "<stdout>"
+#line 1532 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 421 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Arabic:
        
-#line 1539 "<stdout>"
+#line 1539 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1551,7 +1551,7 @@ yy93:
 yy94:
 #line 427 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic; else return Error; }
-#line 1555 "<stdout>"
+#line 1555 "unicode_blocks.8--encoding-policy(substitute).c"
 yy95:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1625,14 +1625,14 @@ yy96:
        ++YYCURSOR;
 #line 426 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Arabic; }
-#line 1629 "<stdout>"
+#line 1629 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 428 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Syriac:
        
-#line 1636 "<stdout>"
+#line 1636 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1646,7 +1646,7 @@ yy100:
 yy101:
 #line 434 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Syriac; else return Error; }
-#line 1650 "<stdout>"
+#line 1650 "unicode_blocks.8--encoding-policy(substitute).c"
 yy102:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1741,14 +1741,14 @@ yy104:
        ++YYCURSOR;
 #line 433 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Syriac; }
-#line 1745 "<stdout>"
+#line 1745 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 435 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Thaana:
        
-#line 1752 "<stdout>"
+#line 1752 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1761,7 +1761,7 @@ yy108:
 yy109:
 #line 441 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Thaana; else return Error; }
-#line 1765 "<stdout>"
+#line 1765 "unicode_blocks.8--encoding-policy(substitute).c"
 yy110:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1835,14 +1835,14 @@ yy111:
        ++YYCURSOR;
 #line 440 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Thaana; }
-#line 1839 "<stdout>"
+#line 1839 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 442 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Devanagari:
        
-#line 1846 "<stdout>"
+#line 1846 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1855,7 +1855,7 @@ yy115:
 yy116:
 #line 448 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Devanagari; else return Error; }
-#line 1859 "<stdout>"
+#line 1859 "unicode_blocks.8--encoding-policy(substitute).c"
 yy117:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -1939,14 +1939,14 @@ yy120:
        ++YYCURSOR;
 #line 447 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Devanagari; }
-#line 1943 "<stdout>"
+#line 1943 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 449 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Bengali:
        
-#line 1950 "<stdout>"
+#line 1950 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1959,7 +1959,7 @@ yy124:
 yy125:
 #line 455 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bengali; else return Error; }
-#line 1963 "<stdout>"
+#line 1963 "unicode_blocks.8--encoding-policy(substitute).c"
 yy126:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2043,14 +2043,14 @@ yy129:
        ++YYCURSOR;
 #line 454 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Bengali; }
-#line 2047 "<stdout>"
+#line 2047 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 456 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Gurmukhi:
        
-#line 2054 "<stdout>"
+#line 2054 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2063,7 +2063,7 @@ yy133:
 yy134:
 #line 462 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Gurmukhi; else return Error; }
-#line 2067 "<stdout>"
+#line 2067 "unicode_blocks.8--encoding-policy(substitute).c"
 yy135:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2147,14 +2147,14 @@ yy138:
        ++YYCURSOR;
 #line 461 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Gurmukhi; }
-#line 2151 "<stdout>"
+#line 2151 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 463 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Gujarati:
        
-#line 2158 "<stdout>"
+#line 2158 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2167,7 +2167,7 @@ yy142:
 yy143:
 #line 469 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Gujarati; else return Error; }
-#line 2171 "<stdout>"
+#line 2171 "unicode_blocks.8--encoding-policy(substitute).c"
 yy144:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2251,14 +2251,14 @@ yy147:
        ++YYCURSOR;
 #line 468 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Gujarati; }
-#line 2255 "<stdout>"
+#line 2255 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 470 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Oriya:
        
-#line 2262 "<stdout>"
+#line 2262 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2271,7 +2271,7 @@ yy151:
 yy152:
 #line 476 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Oriya; else return Error; }
-#line 2275 "<stdout>"
+#line 2275 "unicode_blocks.8--encoding-policy(substitute).c"
 yy153:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2355,14 +2355,14 @@ yy156:
        ++YYCURSOR;
 #line 475 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Oriya; }
-#line 2359 "<stdout>"
+#line 2359 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 477 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Tamil:
        
-#line 2366 "<stdout>"
+#line 2366 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2375,7 +2375,7 @@ yy160:
 yy161:
 #line 483 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tamil; else return Error; }
-#line 2379 "<stdout>"
+#line 2379 "unicode_blocks.8--encoding-policy(substitute).c"
 yy162:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2459,14 +2459,14 @@ yy165:
        ++YYCURSOR;
 #line 482 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Tamil; }
-#line 2463 "<stdout>"
+#line 2463 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 484 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Telugu:
        
-#line 2470 "<stdout>"
+#line 2470 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2479,7 +2479,7 @@ yy169:
 yy170:
 #line 490 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Telugu; else return Error; }
-#line 2483 "<stdout>"
+#line 2483 "unicode_blocks.8--encoding-policy(substitute).c"
 yy171:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2563,14 +2563,14 @@ yy174:
        ++YYCURSOR;
 #line 489 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Telugu; }
-#line 2567 "<stdout>"
+#line 2567 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 491 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Kannada:
        
-#line 2574 "<stdout>"
+#line 2574 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2583,7 +2583,7 @@ yy178:
 yy179:
 #line 497 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kannada; else return Error; }
-#line 2587 "<stdout>"
+#line 2587 "unicode_blocks.8--encoding-policy(substitute).c"
 yy180:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2667,14 +2667,14 @@ yy183:
        ++YYCURSOR;
 #line 496 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Kannada; }
-#line 2671 "<stdout>"
+#line 2671 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 498 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Malayalam:
        
-#line 2678 "<stdout>"
+#line 2678 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2687,7 +2687,7 @@ yy187:
 yy188:
 #line 504 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Malayalam; else return Error; }
-#line 2691 "<stdout>"
+#line 2691 "unicode_blocks.8--encoding-policy(substitute).c"
 yy189:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2771,14 +2771,14 @@ yy192:
        ++YYCURSOR;
 #line 503 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Malayalam; }
-#line 2775 "<stdout>"
+#line 2775 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 505 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Sinhala:
        
-#line 2782 "<stdout>"
+#line 2782 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2791,7 +2791,7 @@ yy196:
 yy197:
 #line 511 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Sinhala; else return Error; }
-#line 2795 "<stdout>"
+#line 2795 "unicode_blocks.8--encoding-policy(substitute).c"
 yy198:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2875,14 +2875,14 @@ yy201:
        ++YYCURSOR;
 #line 510 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Sinhala; }
-#line 2879 "<stdout>"
+#line 2879 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 512 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Thai:
        
-#line 2886 "<stdout>"
+#line 2886 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2895,7 +2895,7 @@ yy205:
 yy206:
 #line 518 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Thai; else return Error; }
-#line 2899 "<stdout>"
+#line 2899 "unicode_blocks.8--encoding-policy(substitute).c"
 yy207:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -2979,14 +2979,14 @@ yy210:
        ++YYCURSOR;
 #line 517 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Thai; }
-#line 2983 "<stdout>"
+#line 2983 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 519 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Lao:
        
-#line 2990 "<stdout>"
+#line 2990 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2999,7 +2999,7 @@ yy214:
 yy215:
 #line 525 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Lao; else return Error; }
-#line 3003 "<stdout>"
+#line 3003 "unicode_blocks.8--encoding-policy(substitute).c"
 yy216:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3083,14 +3083,14 @@ yy219:
        ++YYCURSOR;
 #line 524 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Lao; }
-#line 3087 "<stdout>"
+#line 3087 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 526 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Tibetan:
        
-#line 3094 "<stdout>"
+#line 3094 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3103,7 +3103,7 @@ yy223:
 yy224:
 #line 532 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tibetan; else return Error; }
-#line 3107 "<stdout>"
+#line 3107 "unicode_blocks.8--encoding-policy(substitute).c"
 yy225:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3189,14 +3189,14 @@ yy228:
        ++YYCURSOR;
 #line 531 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Tibetan; }
-#line 3193 "<stdout>"
+#line 3193 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 533 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Myanmar:
        
-#line 3200 "<stdout>"
+#line 3200 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3209,7 +3209,7 @@ yy232:
 yy233:
 #line 539 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Myanmar; else return Error; }
-#line 3213 "<stdout>"
+#line 3213 "unicode_blocks.8--encoding-policy(substitute).c"
 yy234:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3331,14 +3331,14 @@ yy238:
        ++YYCURSOR;
 #line 538 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Myanmar; }
-#line 3335 "<stdout>"
+#line 3335 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 540 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Georgian:
        
-#line 3342 "<stdout>"
+#line 3342 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3351,7 +3351,7 @@ yy242:
 yy243:
 #line 546 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Georgian; else return Error; }
-#line 3355 "<stdout>"
+#line 3355 "unicode_blocks.8--encoding-policy(substitute).c"
 yy244:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3472,14 +3472,14 @@ yy248:
        ++YYCURSOR;
 #line 545 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Georgian; }
-#line 3476 "<stdout>"
+#line 3476 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 547 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Hangul_Jamo:
        
-#line 3483 "<stdout>"
+#line 3483 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3492,7 +3492,7 @@ yy252:
 yy253:
 #line 553 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Jamo; else return Error; }
-#line 3496 "<stdout>"
+#line 3496 "unicode_blocks.8--encoding-policy(substitute).c"
 yy254:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3578,14 +3578,14 @@ yy257:
        ++YYCURSOR;
 #line 552 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Hangul_Jamo; }
-#line 3582 "<stdout>"
+#line 3582 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 554 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Ethiopic:
        
-#line 3589 "<stdout>"
+#line 3589 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3598,7 +3598,7 @@ yy261:
 yy262:
 #line 560 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ethiopic; else return Error; }
-#line 3602 "<stdout>"
+#line 3602 "unicode_blocks.8--encoding-policy(substitute).c"
 yy263:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3686,14 +3686,14 @@ yy266:
        ++YYCURSOR;
 #line 559 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Ethiopic; }
-#line 3690 "<stdout>"
+#line 3690 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 561 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Cherokee:
        
-#line 3697 "<stdout>"
+#line 3697 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3706,7 +3706,7 @@ yy270:
 yy271:
 #line 567 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cherokee; else return Error; }
-#line 3710 "<stdout>"
+#line 3710 "unicode_blocks.8--encoding-policy(substitute).c"
 yy272:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3827,14 +3827,14 @@ yy276:
        ++YYCURSOR;
 #line 566 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Cherokee; }
-#line 3831 "<stdout>"
+#line 3831 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 568 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Unified_Canadian_Aboriginal_Syllabics:
        
-#line 3838 "<stdout>"
+#line 3838 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3847,7 +3847,7 @@ yy280:
 yy281:
 #line 574 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Unified_Canadian_Aboriginal_Syllabics; else return Error; }
-#line 3851 "<stdout>"
+#line 3851 "unicode_blocks.8--encoding-policy(substitute).c"
 yy282:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -3939,14 +3939,14 @@ yy285:
        ++YYCURSOR;
 #line 573 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Unified_Canadian_Aboriginal_Syllabics; }
-#line 3943 "<stdout>"
+#line 3943 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 575 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Ogham:
        
-#line 3950 "<stdout>"
+#line 3950 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -3959,7 +3959,7 @@ yy289:
 yy290:
 #line 581 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ogham; else return Error; }
-#line 3963 "<stdout>"
+#line 3963 "unicode_blocks.8--encoding-policy(substitute).c"
 yy291:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4010,14 +4010,14 @@ yy294:
        ++YYCURSOR;
 #line 580 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Ogham; }
-#line 4014 "<stdout>"
+#line 4014 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 582 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Runic:
        
-#line 4021 "<stdout>"
+#line 4021 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4030,7 +4030,7 @@ yy298:
 yy299:
 #line 588 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Runic; else return Error; }
-#line 4034 "<stdout>"
+#line 4034 "unicode_blocks.8--encoding-policy(substitute).c"
 yy300:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4151,14 +4151,14 @@ yy304:
        ++YYCURSOR;
 #line 587 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Runic; }
-#line 4155 "<stdout>"
+#line 4155 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 589 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Tagalog:
        
-#line 4162 "<stdout>"
+#line 4162 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4171,7 +4171,7 @@ yy308:
 yy309:
 #line 595 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tagalog; else return Error; }
-#line 4175 "<stdout>"
+#line 4175 "unicode_blocks.8--encoding-policy(substitute).c"
 yy310:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4222,14 +4222,14 @@ yy313:
        ++YYCURSOR;
 #line 594 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Tagalog; }
-#line 4226 "<stdout>"
+#line 4226 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 596 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Hanunoo:
        
-#line 4233 "<stdout>"
+#line 4233 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4242,7 +4242,7 @@ yy317:
 yy318:
 #line 602 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hanunoo; else return Error; }
-#line 4246 "<stdout>"
+#line 4246 "unicode_blocks.8--encoding-policy(substitute).c"
 yy319:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4293,14 +4293,14 @@ yy322:
        ++YYCURSOR;
 #line 601 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Hanunoo; }
-#line 4297 "<stdout>"
+#line 4297 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 603 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Buhid:
        
-#line 4304 "<stdout>"
+#line 4304 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4313,7 +4313,7 @@ yy326:
 yy327:
 #line 609 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Buhid; else return Error; }
-#line 4317 "<stdout>"
+#line 4317 "unicode_blocks.8--encoding-policy(substitute).c"
 yy328:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4364,14 +4364,14 @@ yy331:
        ++YYCURSOR;
 #line 608 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Buhid; }
-#line 4368 "<stdout>"
+#line 4368 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 610 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Tagbanwa:
        
-#line 4375 "<stdout>"
+#line 4375 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4384,7 +4384,7 @@ yy335:
 yy336:
 #line 616 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tagbanwa; else return Error; }
-#line 4388 "<stdout>"
+#line 4388 "unicode_blocks.8--encoding-policy(substitute).c"
 yy337:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4435,14 +4435,14 @@ yy340:
        ++YYCURSOR;
 #line 615 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Tagbanwa; }
-#line 4439 "<stdout>"
+#line 4439 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 617 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Khmer:
        
-#line 4446 "<stdout>"
+#line 4446 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4455,7 +4455,7 @@ yy344:
 yy345:
 #line 623 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Khmer; else return Error; }
-#line 4459 "<stdout>"
+#line 4459 "unicode_blocks.8--encoding-policy(substitute).c"
 yy346:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4539,14 +4539,14 @@ yy349:
        ++YYCURSOR;
 #line 622 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Khmer; }
-#line 4543 "<stdout>"
+#line 4543 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 624 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Mongolian:
        
-#line 4550 "<stdout>"
+#line 4550 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4559,7 +4559,7 @@ yy353:
 yy354:
 #line 630 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Mongolian; else return Error; }
-#line 4563 "<stdout>"
+#line 4563 "unicode_blocks.8--encoding-policy(substitute).c"
 yy355:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4697,14 +4697,14 @@ yy359:
        ++YYCURSOR;
 #line 629 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Mongolian; }
-#line 4701 "<stdout>"
+#line 4701 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 631 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Limbu:
        
-#line 4708 "<stdout>"
+#line 4708 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4717,7 +4717,7 @@ yy363:
 yy364:
 #line 637 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Limbu; else return Error; }
-#line 4721 "<stdout>"
+#line 4721 "unicode_blocks.8--encoding-policy(substitute).c"
 yy365:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4822,14 +4822,14 @@ yy369:
        ++YYCURSOR;
 #line 636 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Limbu; }
-#line 4826 "<stdout>"
+#line 4826 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 638 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Tai_Le:
        
-#line 4833 "<stdout>"
+#line 4833 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4842,7 +4842,7 @@ yy373:
 yy374:
 #line 644 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tai_Le; else return Error; }
-#line 4846 "<stdout>"
+#line 4846 "unicode_blocks.8--encoding-policy(substitute).c"
 yy375:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4909,14 +4909,14 @@ yy378:
        ++YYCURSOR;
 #line 643 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Tai_Le; }
-#line 4913 "<stdout>"
+#line 4913 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 645 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Khmer_Symbols:
        
-#line 4920 "<stdout>"
+#line 4920 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -4929,7 +4929,7 @@ yy382:
 yy383:
 #line 651 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Khmer_Symbols; else return Error; }
-#line 4933 "<stdout>"
+#line 4933 "unicode_blocks.8--encoding-policy(substitute).c"
 yy384:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -4980,14 +4980,14 @@ yy387:
        ++YYCURSOR;
 #line 650 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Khmer_Symbols; }
-#line 4984 "<stdout>"
+#line 4984 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 652 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Phonetic_Extensions:
        
-#line 4991 "<stdout>"
+#line 4991 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5000,7 +5000,7 @@ yy391:
 yy392:
 #line 658 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Phonetic_Extensions; else return Error; }
-#line 5004 "<stdout>"
+#line 5004 "unicode_blocks.8--encoding-policy(substitute).c"
 yy393:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5084,14 +5084,14 @@ yy396:
        ++YYCURSOR;
 #line 657 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Phonetic_Extensions; }
-#line 5088 "<stdout>"
+#line 5088 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 659 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Latin_Extended_Additional:
        
-#line 5095 "<stdout>"
+#line 5095 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5104,7 +5104,7 @@ yy400:
 yy401:
 #line 665 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_Additional; else return Error; }
-#line 5108 "<stdout>"
+#line 5108 "unicode_blocks.8--encoding-policy(substitute).c"
 yy402:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5190,14 +5190,14 @@ yy405:
        ++YYCURSOR;
 #line 664 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Latin_Extended_Additional; }
-#line 5194 "<stdout>"
+#line 5194 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 666 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Greek_Extended:
        
-#line 5201 "<stdout>"
+#line 5201 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5210,7 +5210,7 @@ yy409:
 yy410:
 #line 672 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Greek_Extended; else return Error; }
-#line 5214 "<stdout>"
+#line 5214 "unicode_blocks.8--encoding-policy(substitute).c"
 yy411:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5296,14 +5296,14 @@ yy414:
        ++YYCURSOR;
 #line 671 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Greek_Extended; }
-#line 5300 "<stdout>"
+#line 5300 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 673 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 General_Punctuation:
        
-#line 5307 "<stdout>"
+#line 5307 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5316,7 +5316,7 @@ yy418:
 yy419:
 #line 679 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return General_Punctuation; else return Error; }
-#line 5320 "<stdout>"
+#line 5320 "unicode_blocks.8--encoding-policy(substitute).c"
 yy420:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5453,14 +5453,14 @@ yy424:
        ++YYCURSOR;
 #line 678 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto General_Punctuation; }
-#line 5457 "<stdout>"
+#line 5457 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 680 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Superscripts_and_Subscripts:
        
-#line 5464 "<stdout>"
+#line 5464 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5473,7 +5473,7 @@ yy428:
 yy429:
 #line 686 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Superscripts_and_Subscripts; else return Error; }
-#line 5477 "<stdout>"
+#line 5477 "unicode_blocks.8--encoding-policy(substitute).c"
 yy430:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5546,14 +5546,14 @@ yy434:
        ++YYCURSOR;
 #line 685 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Superscripts_and_Subscripts; }
-#line 5550 "<stdout>"
+#line 5550 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 687 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Currency_Symbols:
        
-#line 5557 "<stdout>"
+#line 5557 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5566,7 +5566,7 @@ yy438:
 yy439:
 #line 693 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Currency_Symbols; else return Error; }
-#line 5570 "<stdout>"
+#line 5570 "unicode_blocks.8--encoding-policy(substitute).c"
 yy440:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5639,14 +5639,14 @@ yy444:
        ++YYCURSOR;
 #line 692 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Currency_Symbols; }
-#line 5643 "<stdout>"
+#line 5643 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 694 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Combining_Diacritical_Marks_for_Symbols:
        
-#line 5650 "<stdout>"
+#line 5650 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5659,7 +5659,7 @@ yy448:
 yy449:
 #line 700 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks_for_Symbols; else return Error; }
-#line 5663 "<stdout>"
+#line 5663 "unicode_blocks.8--encoding-policy(substitute).c"
 yy450:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5726,14 +5726,14 @@ yy453:
        ++YYCURSOR;
 #line 699 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Combining_Diacritical_Marks_for_Symbols; }
-#line 5730 "<stdout>"
+#line 5730 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 701 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Letterlike_Symbols:
        
-#line 5737 "<stdout>"
+#line 5737 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5746,7 +5746,7 @@ yy457:
 yy458:
 #line 707 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Letterlike_Symbols; else return Error; }
-#line 5750 "<stdout>"
+#line 5750 "unicode_blocks.8--encoding-policy(substitute).c"
 yy459:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5851,14 +5851,14 @@ yy463:
        ++YYCURSOR;
 #line 706 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Letterlike_Symbols; }
-#line 5855 "<stdout>"
+#line 5855 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 708 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Number_Forms:
        
-#line 5862 "<stdout>"
+#line 5862 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5871,7 +5871,7 @@ yy467:
 yy468:
 #line 714 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Number_Forms; else return Error; }
-#line 5875 "<stdout>"
+#line 5875 "unicode_blocks.8--encoding-policy(substitute).c"
 yy469:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -5960,14 +5960,14 @@ yy473:
        ++YYCURSOR;
 #line 713 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Number_Forms; }
-#line 5964 "<stdout>"
+#line 5964 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 715 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Arrows:
        
-#line 5971 "<stdout>"
+#line 5971 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -5980,7 +5980,7 @@ yy477:
 yy478:
 #line 721 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arrows; else return Error; }
-#line 5984 "<stdout>"
+#line 5984 "unicode_blocks.8--encoding-policy(substitute).c"
 yy479:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6117,14 +6117,14 @@ yy483:
        ++YYCURSOR;
 #line 720 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Arrows; }
-#line 6121 "<stdout>"
+#line 6121 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 722 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Mathematical_Operators:
        
-#line 6128 "<stdout>"
+#line 6128 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6137,7 +6137,7 @@ yy487:
 yy488:
 #line 728 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Mathematical_Operators; else return Error; }
-#line 6141 "<stdout>"
+#line 6141 "unicode_blocks.8--encoding-policy(substitute).c"
 yy489:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6223,14 +6223,14 @@ yy492:
        ++YYCURSOR;
 #line 727 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Mathematical_Operators; }
-#line 6227 "<stdout>"
+#line 6227 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 729 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Miscellaneous_Technical:
        
-#line 6234 "<stdout>"
+#line 6234 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6243,7 +6243,7 @@ yy496:
 yy497:
 #line 735 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Technical; else return Error; }
-#line 6247 "<stdout>"
+#line 6247 "unicode_blocks.8--encoding-policy(substitute).c"
 yy498:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6329,14 +6329,14 @@ yy501:
        ++YYCURSOR;
 #line 734 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Miscellaneous_Technical; }
-#line 6333 "<stdout>"
+#line 6333 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 736 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Control_Pictures:
        
-#line 6340 "<stdout>"
+#line 6340 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6349,7 +6349,7 @@ yy505:
 yy506:
 #line 742 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Control_Pictures; else return Error; }
-#line 6353 "<stdout>"
+#line 6353 "unicode_blocks.8--encoding-policy(substitute).c"
 yy507:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6432,14 +6432,14 @@ yy510:
        ++YYCURSOR;
 #line 741 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Control_Pictures; }
-#line 6436 "<stdout>"
+#line 6436 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 743 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Optical_Character_Recognition:
        
-#line 6443 "<stdout>"
+#line 6443 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6452,7 +6452,7 @@ yy514:
 yy515:
 #line 749 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Optical_Character_Recognition; else return Error; }
-#line 6456 "<stdout>"
+#line 6456 "unicode_blocks.8--encoding-policy(substitute).c"
 yy516:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6503,14 +6503,14 @@ yy519:
        ++YYCURSOR;
 #line 748 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Optical_Character_Recognition; }
-#line 6507 "<stdout>"
+#line 6507 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 750 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Enclosed_Alphanumerics:
        
-#line 6514 "<stdout>"
+#line 6514 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6523,7 +6523,7 @@ yy523:
 yy524:
 #line 756 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Enclosed_Alphanumerics; else return Error; }
-#line 6527 "<stdout>"
+#line 6527 "unicode_blocks.8--encoding-policy(substitute).c"
 yy525:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6645,14 +6645,14 @@ yy529:
        ++YYCURSOR;
 #line 755 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Enclosed_Alphanumerics; }
-#line 6649 "<stdout>"
+#line 6649 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 757 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Box_Drawing:
        
-#line 6656 "<stdout>"
+#line 6656 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6665,7 +6665,7 @@ yy533:
 yy534:
 #line 763 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Box_Drawing; else return Error; }
-#line 6669 "<stdout>"
+#line 6669 "unicode_blocks.8--encoding-policy(substitute).c"
 yy535:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6749,14 +6749,14 @@ yy538:
        ++YYCURSOR;
 #line 762 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Box_Drawing; }
-#line 6753 "<stdout>"
+#line 6753 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 764 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Block_Elements:
        
-#line 6760 "<stdout>"
+#line 6760 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6769,7 +6769,7 @@ yy542:
 yy543:
 #line 770 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Block_Elements; else return Error; }
-#line 6773 "<stdout>"
+#line 6773 "unicode_blocks.8--encoding-policy(substitute).c"
 yy544:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6820,14 +6820,14 @@ yy547:
        ++YYCURSOR;
 #line 769 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Block_Elements; }
-#line 6824 "<stdout>"
+#line 6824 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 771 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Geometric_Shapes:
        
-#line 6831 "<stdout>"
+#line 6831 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6840,7 +6840,7 @@ yy551:
 yy552:
 #line 777 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Geometric_Shapes; else return Error; }
-#line 6844 "<stdout>"
+#line 6844 "unicode_blocks.8--encoding-policy(substitute).c"
 yy553:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -6961,14 +6961,14 @@ yy557:
        ++YYCURSOR;
 #line 776 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Geometric_Shapes; }
-#line 6965 "<stdout>"
+#line 6965 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 778 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Miscellaneous_Symbols:
        
-#line 6972 "<stdout>"
+#line 6972 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -6981,7 +6981,7 @@ yy561:
 yy562:
 #line 784 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols; else return Error; }
-#line 6985 "<stdout>"
+#line 6985 "unicode_blocks.8--encoding-policy(substitute).c"
 yy563:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7067,14 +7067,14 @@ yy566:
        ++YYCURSOR;
 #line 783 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Miscellaneous_Symbols; }
-#line 7071 "<stdout>"
+#line 7071 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 785 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Dingbats:
        
-#line 7078 "<stdout>"
+#line 7078 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7087,7 +7087,7 @@ yy570:
 yy571:
 #line 791 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Dingbats; else return Error; }
-#line 7091 "<stdout>"
+#line 7091 "unicode_blocks.8--encoding-policy(substitute).c"
 yy572:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7172,14 +7172,14 @@ yy575:
        ++YYCURSOR;
 #line 790 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Dingbats; }
-#line 7176 "<stdout>"
+#line 7176 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 792 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Miscellaneous_Mathematical_Symbols_A:
        
-#line 7183 "<stdout>"
+#line 7183 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7192,7 +7192,7 @@ yy579:
 yy580:
 #line 798 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_A; else return Error; }
-#line 7196 "<stdout>"
+#line 7196 "unicode_blocks.8--encoding-policy(substitute).c"
 yy581:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7259,14 +7259,14 @@ yy584:
        ++YYCURSOR;
 #line 797 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Miscellaneous_Mathematical_Symbols_A; }
-#line 7263 "<stdout>"
+#line 7263 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 799 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Supplemental_Arrows_A:
        
-#line 7270 "<stdout>"
+#line 7270 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7279,7 +7279,7 @@ yy588:
 yy589:
 #line 805 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_A; else return Error; }
-#line 7283 "<stdout>"
+#line 7283 "unicode_blocks.8--encoding-policy(substitute).c"
 yy590:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7314,14 +7314,14 @@ yy593:
        ++YYCURSOR;
 #line 804 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Supplemental_Arrows_A; }
-#line 7318 "<stdout>"
+#line 7318 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 806 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Braille_Patterns:
        
-#line 7325 "<stdout>"
+#line 7325 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7334,7 +7334,7 @@ yy597:
 yy598:
 #line 812 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Braille_Patterns; else return Error; }
-#line 7338 "<stdout>"
+#line 7338 "unicode_blocks.8--encoding-policy(substitute).c"
 yy599:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7420,14 +7420,14 @@ yy602:
        ++YYCURSOR;
 #line 811 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Braille_Patterns; }
-#line 7424 "<stdout>"
+#line 7424 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 813 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Supplemental_Arrows_B:
        
-#line 7431 "<stdout>"
+#line 7431 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7440,7 +7440,7 @@ yy606:
 yy607:
 #line 819 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_B; else return Error; }
-#line 7444 "<stdout>"
+#line 7444 "unicode_blocks.8--encoding-policy(substitute).c"
 yy608:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7524,14 +7524,14 @@ yy611:
        ++YYCURSOR;
 #line 818 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Supplemental_Arrows_B; }
-#line 7528 "<stdout>"
+#line 7528 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 820 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Miscellaneous_Mathematical_Symbols_B:
        
-#line 7535 "<stdout>"
+#line 7535 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7544,7 +7544,7 @@ yy615:
 yy616:
 #line 826 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_B; else return Error; }
-#line 7548 "<stdout>"
+#line 7548 "unicode_blocks.8--encoding-policy(substitute).c"
 yy617:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7628,14 +7628,14 @@ yy620:
        ++YYCURSOR;
 #line 825 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Miscellaneous_Mathematical_Symbols_B; }
-#line 7632 "<stdout>"
+#line 7632 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 827 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Supplemental_Mathematical_Operators:
        
-#line 7639 "<stdout>"
+#line 7639 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7648,7 +7648,7 @@ yy624:
 yy625:
 #line 833 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Mathematical_Operators; else return Error; }
-#line 7652 "<stdout>"
+#line 7652 "unicode_blocks.8--encoding-policy(substitute).c"
 yy626:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7734,14 +7734,14 @@ yy629:
        ++YYCURSOR;
 #line 832 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Supplemental_Mathematical_Operators; }
-#line 7738 "<stdout>"
+#line 7738 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 834 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Miscellaneous_Symbols_and_Arrows:
        
-#line 7745 "<stdout>"
+#line 7745 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7754,7 +7754,7 @@ yy633:
 yy634:
 #line 840 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols_and_Arrows; else return Error; }
-#line 7758 "<stdout>"
+#line 7758 "unicode_blocks.8--encoding-policy(substitute).c"
 yy635:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7840,14 +7840,14 @@ yy638:
        ++YYCURSOR;
 #line 839 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Miscellaneous_Symbols_and_Arrows; }
-#line 7844 "<stdout>"
+#line 7844 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 841 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 CJK_Radicals_Supplement:
        
-#line 7851 "<stdout>"
+#line 7851 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7860,7 +7860,7 @@ yy642:
 yy643:
 #line 847 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Radicals_Supplement; else return Error; }
-#line 7864 "<stdout>"
+#line 7864 "unicode_blocks.8--encoding-policy(substitute).c"
 yy644:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -7944,14 +7944,14 @@ yy647:
        ++YYCURSOR;
 #line 846 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto CJK_Radicals_Supplement; }
-#line 7948 "<stdout>"
+#line 7948 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 848 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Kangxi_Radicals:
        
-#line 7955 "<stdout>"
+#line 7955 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -7964,7 +7964,7 @@ yy651:
 yy652:
 #line 854 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kangxi_Radicals; else return Error; }
-#line 7968 "<stdout>"
+#line 7968 "unicode_blocks.8--encoding-policy(substitute).c"
 yy653:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8087,14 +8087,14 @@ yy657:
        ++YYCURSOR;
 #line 853 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Kangxi_Radicals; }
-#line 8091 "<stdout>"
+#line 8091 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 855 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Ideographic_Description_Characters:
        
-#line 8098 "<stdout>"
+#line 8098 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8107,7 +8107,7 @@ yy661:
 yy662:
 #line 861 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ideographic_Description_Characters; else return Error; }
-#line 8111 "<stdout>"
+#line 8111 "unicode_blocks.8--encoding-policy(substitute).c"
 yy663:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8142,14 +8142,14 @@ yy666:
        ++YYCURSOR;
 #line 860 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Ideographic_Description_Characters; }
-#line 8146 "<stdout>"
+#line 8146 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 862 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 CJK_Symbols_and_Punctuation:
        
-#line 8153 "<stdout>"
+#line 8153 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8162,7 +8162,7 @@ yy670:
 yy671:
 #line 868 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Symbols_and_Punctuation; else return Error; }
-#line 8166 "<stdout>"
+#line 8166 "unicode_blocks.8--encoding-policy(substitute).c"
 yy672:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8245,14 +8245,14 @@ yy675:
        ++YYCURSOR;
 #line 867 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto CJK_Symbols_and_Punctuation; }
-#line 8249 "<stdout>"
+#line 8249 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 869 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Hiragana:
        
-#line 8256 "<stdout>"
+#line 8256 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8265,7 +8265,7 @@ yy679:
 yy680:
 #line 875 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hiragana; else return Error; }
-#line 8269 "<stdout>"
+#line 8269 "unicode_blocks.8--encoding-policy(substitute).c"
 yy681:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8386,14 +8386,14 @@ yy685:
        ++YYCURSOR;
 #line 874 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Hiragana; }
-#line 8390 "<stdout>"
+#line 8390 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 876 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Katakana:
        
-#line 8397 "<stdout>"
+#line 8397 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8406,7 +8406,7 @@ yy689:
 yy690:
 #line 882 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Katakana; else return Error; }
-#line 8410 "<stdout>"
+#line 8410 "unicode_blocks.8--encoding-policy(substitute).c"
 yy691:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8527,14 +8527,14 @@ yy695:
        ++YYCURSOR;
 #line 881 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Katakana; }
-#line 8531 "<stdout>"
+#line 8531 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 883 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Bopomofo:
        
-#line 8538 "<stdout>"
+#line 8538 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8547,7 +8547,7 @@ yy699:
 yy700:
 #line 889 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bopomofo; else return Error; }
-#line 8551 "<stdout>"
+#line 8551 "unicode_blocks.8--encoding-policy(substitute).c"
 yy701:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8614,14 +8614,14 @@ yy704:
        ++YYCURSOR;
 #line 888 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Bopomofo; }
-#line 8618 "<stdout>"
+#line 8618 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 890 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Hangul_Compatibility_Jamo:
        
-#line 8625 "<stdout>"
+#line 8625 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8634,7 +8634,7 @@ yy708:
 yy709:
 #line 896 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Compatibility_Jamo; else return Error; }
-#line 8638 "<stdout>"
+#line 8638 "unicode_blocks.8--encoding-policy(substitute).c"
 yy710:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8761,14 +8761,14 @@ yy715:
        ++YYCURSOR;
 #line 895 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Hangul_Compatibility_Jamo; }
-#line 8765 "<stdout>"
+#line 8765 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 897 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Kanbun:
        
-#line 8772 "<stdout>"
+#line 8772 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8781,7 +8781,7 @@ yy719:
 yy720:
 #line 903 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kanbun; else return Error; }
-#line 8785 "<stdout>"
+#line 8785 "unicode_blocks.8--encoding-policy(substitute).c"
 yy721:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8816,14 +8816,14 @@ yy724:
        ++YYCURSOR;
 #line 902 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Kanbun; }
-#line 8820 "<stdout>"
+#line 8820 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 904 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Bopomofo_Extended:
        
-#line 8827 "<stdout>"
+#line 8827 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8836,7 +8836,7 @@ yy728:
 yy729:
 #line 910 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bopomofo_Extended; else return Error; }
-#line 8840 "<stdout>"
+#line 8840 "unicode_blocks.8--encoding-policy(substitute).c"
 yy730:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8887,14 +8887,14 @@ yy733:
        ++YYCURSOR;
 #line 909 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Bopomofo_Extended; }
-#line 8891 "<stdout>"
+#line 8891 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 911 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Katakana_Phonetic_Extensions:
        
-#line 8898 "<stdout>"
+#line 8898 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8907,7 +8907,7 @@ yy737:
 yy738:
 #line 917 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Katakana_Phonetic_Extensions; else return Error; }
-#line 8911 "<stdout>"
+#line 8911 "unicode_blocks.8--encoding-policy(substitute).c"
 yy739:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -8942,14 +8942,14 @@ yy742:
        ++YYCURSOR;
 #line 916 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Katakana_Phonetic_Extensions; }
-#line 8946 "<stdout>"
+#line 8946 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 918 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Enclosed_CJK_Letters_and_Months:
        
-#line 8953 "<stdout>"
+#line 8953 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -8962,7 +8962,7 @@ yy746:
 yy747:
 #line 924 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Enclosed_CJK_Letters_and_Months; else return Error; }
-#line 8966 "<stdout>"
+#line 8966 "unicode_blocks.8--encoding-policy(substitute).c"
 yy748:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9048,14 +9048,14 @@ yy751:
        ++YYCURSOR;
 #line 923 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Enclosed_CJK_Letters_and_Months; }
-#line 9052 "<stdout>"
+#line 9052 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 925 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 CJK_Compatibility:
        
-#line 9059 "<stdout>"
+#line 9059 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9068,7 +9068,7 @@ yy755:
 yy756:
 #line 931 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility; else return Error; }
-#line 9072 "<stdout>"
+#line 9072 "unicode_blocks.8--encoding-policy(substitute).c"
 yy757:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9154,14 +9154,14 @@ yy760:
        ++YYCURSOR;
 #line 930 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto CJK_Compatibility; }
-#line 9158 "<stdout>"
+#line 9158 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 932 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 CJK_Unified_Ideographs_Extension_A:
        
-#line 9165 "<stdout>"
+#line 9165 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9175,7 +9175,7 @@ yy764:
 yy765:
 #line 938 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs_Extension_A; else return Error; }
-#line 9179 "<stdout>"
+#line 9179 "unicode_blocks.8--encoding-policy(substitute).c"
 yy766:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9365,14 +9365,14 @@ yy770:
        ++YYCURSOR;
 #line 937 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto CJK_Unified_Ideographs_Extension_A; }
-#line 9369 "<stdout>"
+#line 9369 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 939 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Yijing_Hexagram_Symbols:
        
-#line 9376 "<stdout>"
+#line 9376 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9385,7 +9385,7 @@ yy774:
 yy775:
 #line 945 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yijing_Hexagram_Symbols; else return Error; }
-#line 9389 "<stdout>"
+#line 9389 "unicode_blocks.8--encoding-policy(substitute).c"
 yy776:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9468,14 +9468,14 @@ yy779:
        ++YYCURSOR;
 #line 944 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Yijing_Hexagram_Symbols; }
-#line 9472 "<stdout>"
+#line 9472 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 946 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 CJK_Unified_Ideographs:
        
-#line 9479 "<stdout>"
+#line 9479 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9493,7 +9493,7 @@ yy783:
 yy784:
 #line 952 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs; else return Error; }
-#line 9497 "<stdout>"
+#line 9497 "unicode_blocks.8--encoding-policy(substitute).c"
 yy785:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9652,14 +9652,14 @@ yy789:
        ++YYCURSOR;
 #line 951 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto CJK_Unified_Ideographs; }
-#line 9656 "<stdout>"
+#line 9656 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 953 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Yi_Syllables:
        
-#line 9663 "<stdout>"
+#line 9663 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9672,7 +9672,7 @@ yy793:
 yy794:
 #line 959 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yi_Syllables; else return Error; }
-#line 9676 "<stdout>"
+#line 9676 "unicode_blocks.8--encoding-policy(substitute).c"
 yy795:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9794,14 +9794,14 @@ yy799:
        ++YYCURSOR;
 #line 958 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Yi_Syllables; }
-#line 9798 "<stdout>"
+#line 9798 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 960 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Yi_Radicals:
        
-#line 9805 "<stdout>"
+#line 9805 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9814,7 +9814,7 @@ yy803:
 yy804:
 #line 966 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yi_Radicals; else return Error; }
-#line 9818 "<stdout>"
+#line 9818 "unicode_blocks.8--encoding-policy(substitute).c"
 yy805:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -9903,14 +9903,14 @@ yy809:
        ++YYCURSOR;
 #line 965 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Yi_Radicals; }
-#line 9907 "<stdout>"
+#line 9907 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 967 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Hangul_Syllables:
        
-#line 9914 "<stdout>"
+#line 9914 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -9926,7 +9926,7 @@ yy813:
 yy814:
 #line 973 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Syllables; else return Error; }
-#line 9930 "<stdout>"
+#line 9930 "unicode_blocks.8--encoding-policy(substitute).c"
 yy815:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10182,14 +10182,14 @@ yy821:
        ++YYCURSOR;
 #line 972 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Hangul_Syllables; }
-#line 10186 "<stdout>"
+#line 10186 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 974 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 High_Surrogates:
        
-#line 10193 "<stdout>"
+#line 10193 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10202,7 +10202,7 @@ yy825:
 yy826:
 #line 980 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return High_Surrogates; else return Error; }
-#line 10206 "<stdout>"
+#line 10206 "unicode_blocks.8--encoding-policy(substitute).c"
 yy827:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10222,14 +10222,14 @@ yy830:
        ++YYCURSOR;
 #line 979 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto High_Surrogates; }
-#line 10226 "<stdout>"
+#line 10226 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 981 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 High_Private_Use_Surrogates:
        
-#line 10233 "<stdout>"
+#line 10233 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10242,7 +10242,7 @@ yy834:
 yy835:
 #line 987 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return High_Private_Use_Surrogates; else return Error; }
-#line 10246 "<stdout>"
+#line 10246 "unicode_blocks.8--encoding-policy(substitute).c"
 yy836:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10262,14 +10262,14 @@ yy839:
        ++YYCURSOR;
 #line 986 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto High_Private_Use_Surrogates; }
-#line 10266 "<stdout>"
+#line 10266 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 988 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Low_Surrogates:
        
-#line 10273 "<stdout>"
+#line 10273 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10282,7 +10282,7 @@ yy843:
 yy844:
 #line 994 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Low_Surrogates; else return Error; }
-#line 10286 "<stdout>"
+#line 10286 "unicode_blocks.8--encoding-policy(substitute).c"
 yy845:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10302,14 +10302,14 @@ yy848:
        ++YYCURSOR;
 #line 993 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Low_Surrogates; }
-#line 10306 "<stdout>"
+#line 10306 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 995 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Private_Use_Area:
        
-#line 10313 "<stdout>"
+#line 10313 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10323,7 +10323,7 @@ yy852:
 yy853:
 #line 1001 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Private_Use_Area; else return Error; }
-#line 10327 "<stdout>"
+#line 10327 "unicode_blocks.8--encoding-policy(substitute).c"
 yy854:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10510,14 +10510,14 @@ yy858:
        ++YYCURSOR;
 #line 1000 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Private_Use_Area; }
-#line 10514 "<stdout>"
+#line 10514 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1002 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 CJK_Compatibility_Ideographs:
        
-#line 10521 "<stdout>"
+#line 10521 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10530,7 +10530,7 @@ yy862:
 yy863:
 #line 1008 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Ideographs; else return Error; }
-#line 10534 "<stdout>"
+#line 10534 "unicode_blocks.8--encoding-policy(substitute).c"
 yy864:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10620,14 +10620,14 @@ yy867:
        ++YYCURSOR;
 #line 1007 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto CJK_Compatibility_Ideographs; }
-#line 10624 "<stdout>"
+#line 10624 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1009 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Alphabetic_Presentation_Forms:
        
-#line 10631 "<stdout>"
+#line 10631 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10640,7 +10640,7 @@ yy871:
 yy872:
 #line 1015 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Alphabetic_Presentation_Forms; else return Error; }
-#line 10644 "<stdout>"
+#line 10644 "unicode_blocks.8--encoding-policy(substitute).c"
 yy873:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10745,14 +10745,14 @@ yy877:
        ++YYCURSOR;
 #line 1014 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Alphabetic_Presentation_Forms; }
-#line 10749 "<stdout>"
+#line 10749 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1016 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Arabic_Presentation_Forms_A:
        
-#line 10756 "<stdout>"
+#line 10756 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10765,7 +10765,7 @@ yy881:
 yy882:
 #line 1022 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_A; else return Error; }
-#line 10769 "<stdout>"
+#line 10769 "unicode_blocks.8--encoding-policy(substitute).c"
 yy883:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10911,14 +10911,14 @@ yy887:
        ++YYCURSOR;
 #line 1021 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Arabic_Presentation_Forms_A; }
-#line 10915 "<stdout>"
+#line 10915 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1023 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Variation_Selectors:
        
-#line 10922 "<stdout>"
+#line 10922 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10931,7 +10931,7 @@ yy891:
 yy892:
 #line 1029 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Variation_Selectors; else return Error; }
-#line 10935 "<stdout>"
+#line 10935 "unicode_blocks.8--encoding-policy(substitute).c"
 yy893:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -10966,14 +10966,14 @@ yy896:
        ++YYCURSOR;
 #line 1028 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Variation_Selectors; }
-#line 10970 "<stdout>"
+#line 10970 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1030 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Combining_Half_Marks:
        
-#line 10977 "<stdout>"
+#line 10977 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -10986,7 +10986,7 @@ yy900:
 yy901:
 #line 1036 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Half_Marks; else return Error; }
-#line 10990 "<stdout>"
+#line 10990 "unicode_blocks.8--encoding-policy(substitute).c"
 yy902:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11021,14 +11021,14 @@ yy905:
        ++YYCURSOR;
 #line 1035 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Combining_Half_Marks; }
-#line 11025 "<stdout>"
+#line 11025 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1037 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 CJK_Compatibility_Forms:
        
-#line 11032 "<stdout>"
+#line 11032 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11041,7 +11041,7 @@ yy909:
 yy910:
 #line 1043 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Forms; else return Error; }
-#line 11045 "<stdout>"
+#line 11045 "unicode_blocks.8--encoding-policy(substitute).c"
 yy911:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11098,14 +11098,14 @@ yy915:
        ++YYCURSOR;
 #line 1042 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto CJK_Compatibility_Forms; }
-#line 11102 "<stdout>"
+#line 11102 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1044 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Small_Form_Variants:
        
-#line 11109 "<stdout>"
+#line 11109 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11118,7 +11118,7 @@ yy919:
 yy920:
 #line 1050 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Small_Form_Variants; else return Error; }
-#line 11122 "<stdout>"
+#line 11122 "unicode_blocks.8--encoding-policy(substitute).c"
 yy921:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11169,14 +11169,14 @@ yy924:
        ++YYCURSOR;
 #line 1049 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Small_Form_Variants; }
-#line 11173 "<stdout>"
+#line 11173 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1051 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Arabic_Presentation_Forms_B:
        
-#line 11180 "<stdout>"
+#line 11180 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11189,7 +11189,7 @@ yy928:
 yy929:
 #line 1057 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_B; else return Error; }
-#line 11193 "<stdout>"
+#line 11193 "unicode_blocks.8--encoding-policy(substitute).c"
 yy930:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11295,14 +11295,14 @@ yy934:
        ++YYCURSOR;
 #line 1056 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Arabic_Presentation_Forms_B; }
-#line 11299 "<stdout>"
+#line 11299 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1058 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Halfwidth_and_Fullwidth_Forms:
        
-#line 11306 "<stdout>"
+#line 11306 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11315,7 +11315,7 @@ yy938:
 yy939:
 #line 1064 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Halfwidth_and_Fullwidth_Forms; else return Error; }
-#line 11319 "<stdout>"
+#line 11319 "unicode_blocks.8--encoding-policy(substitute).c"
 yy940:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11454,14 +11454,14 @@ yy944:
        ++YYCURSOR;
 #line 1063 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Halfwidth_and_Fullwidth_Forms; }
-#line 11458 "<stdout>"
+#line 11458 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1065 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 Specials:
        
-#line 11465 "<stdout>"
+#line 11465 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11474,7 +11474,7 @@ yy948:
 yy949:
 #line 1071 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Specials; else return Error; }
-#line 11478 "<stdout>"
+#line 11478 "unicode_blocks.8--encoding-policy(substitute).c"
 yy950:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -11509,14 +11509,14 @@ yy953:
        ++YYCURSOR;
 #line 1070 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto Specials; }
-#line 11513 "<stdout>"
+#line 11513 "unicode_blocks.8--encoding-policy(substitute).c"
 }
 #line 1072 "unicode_blocks.8--encoding-policy(substitute).re"
 
 
 All:
        
-#line 11520 "<stdout>"
+#line 11520 "unicode_blocks.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -11701,13 +11701,13 @@ yy957:
 yy958:
 #line 1077 "unicode_blocks.8--encoding-policy(substitute).re"
        { goto All; }
-#line 11705 "<stdout>"
+#line 11705 "unicode_blocks.8--encoding-policy(substitute).c"
 yy959:
        ++YYCURSOR;
 yy960:
 #line 1078 "unicode_blocks.8--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return All; else return Error; }
-#line 11711 "<stdout>"
+#line 11711 "unicode_blocks.8--encoding-policy(substitute).c"
 yy961:
        yych = *++YYCURSOR;
        switch (yych) {
index 6b31ff2e29c5df1cb7f6d313ab1b3b87c230c184..86a9b1774637d8bbdf37d9be0d4eea8c24e6f589 100644 (file)
@@ -120,7 +120,7 @@ int lex_line344 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line344.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line344.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -132,7 +132,7 @@ int lex_line344 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line344.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line344.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -261,7 +261,7 @@ int lex_line351 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line351.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line351.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -273,7 +273,7 @@ int lex_line351 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line351.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line351.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -478,7 +478,7 @@ int lex_line358 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line358.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line358.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -490,7 +490,7 @@ int lex_line358 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line358.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line358.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -695,7 +695,7 @@ int lex_line365 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line365.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line365.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -707,7 +707,7 @@ int lex_line365 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line365.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line365.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -936,7 +936,7 @@ int lex_line372 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line372.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line372.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -948,7 +948,7 @@ int lex_line372 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line372.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line372.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1191,7 +1191,7 @@ int lex_line379 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line379.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line379.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1203,7 +1203,7 @@ int lex_line379 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line379.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line379.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1430,7 +1430,7 @@ int lex_line386 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line386.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line386.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1442,7 +1442,7 @@ int lex_line386 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line386.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line386.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1701,7 +1701,7 @@ int lex_line393 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line393.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line393.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1713,7 +1713,7 @@ int lex_line393 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line393.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line393.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1941,7 +1941,7 @@ int lex_line400 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line400.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line400.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1953,7 +1953,7 @@ int lex_line400 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line400.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line400.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2160,7 +2160,7 @@ int lex_line407 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line407.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line407.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2172,7 +2172,7 @@ int lex_line407 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line407.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line407.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2360,7 +2360,7 @@ int lex_line414 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line414.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line414.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2372,7 +2372,7 @@ int lex_line414 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line414.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line414.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2622,7 +2622,7 @@ int lex_line421 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line421.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line421.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2634,7 +2634,7 @@ int lex_line421 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line421.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line421.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2893,7 +2893,7 @@ int lex_line428 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line428.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line428.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2905,7 +2905,7 @@ int lex_line428 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line428.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line428.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3112,7 +3112,7 @@ int lex_line435 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line435.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line435.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3124,7 +3124,7 @@ int lex_line435 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line435.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line435.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3351,7 +3351,7 @@ int lex_line442 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line442.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line442.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3363,7 +3363,7 @@ int lex_line442 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line442.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line442.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3569,7 +3569,7 @@ int lex_line449 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line449.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line449.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3581,7 +3581,7 @@ int lex_line449 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line449.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line449.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3802,7 +3802,7 @@ int lex_line456 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line456.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line456.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3814,7 +3814,7 @@ int lex_line456 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line456.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line456.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4035,7 +4035,7 @@ int lex_line463 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line463.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line463.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4047,7 +4047,7 @@ int lex_line463 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line463.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line463.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4268,7 +4268,7 @@ int lex_line470 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line470.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line470.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4280,7 +4280,7 @@ int lex_line470 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line470.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line470.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4501,7 +4501,7 @@ int lex_line477 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line477.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line477.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4513,7 +4513,7 @@ int lex_line477 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line477.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line477.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4734,7 +4734,7 @@ int lex_line484 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line484.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line484.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4746,7 +4746,7 @@ int lex_line484 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line484.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line484.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4967,7 +4967,7 @@ int lex_line491 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line491.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line491.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4979,7 +4979,7 @@ int lex_line491 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line491.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line491.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5200,7 +5200,7 @@ int lex_line498 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line498.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line498.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5212,7 +5212,7 @@ int lex_line498 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line498.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line498.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5433,7 +5433,7 @@ int lex_line505 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line505.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line505.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5445,7 +5445,7 @@ int lex_line505 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line505.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line505.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5666,7 +5666,7 @@ int lex_line512 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line512.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line512.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5678,7 +5678,7 @@ int lex_line512 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line512.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line512.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5899,7 +5899,7 @@ int lex_line519 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line519.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line519.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5911,7 +5911,7 @@ int lex_line519 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line519.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line519.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6132,7 +6132,7 @@ int lex_line526 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line526.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line526.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6144,7 +6144,7 @@ int lex_line526 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line526.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line526.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6365,7 +6365,7 @@ int lex_line533 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line533.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line533.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6377,7 +6377,7 @@ int lex_line533 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line533.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line533.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6600,7 +6600,7 @@ int lex_line540 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line540.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line540.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6612,7 +6612,7 @@ int lex_line540 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line540.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line540.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6872,7 +6872,7 @@ int lex_line547 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line547.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line547.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6884,7 +6884,7 @@ int lex_line547 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line547.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line547.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7143,7 +7143,7 @@ int lex_line554 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line554.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line554.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7155,7 +7155,7 @@ int lex_line554 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line554.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line554.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7378,7 +7378,7 @@ int lex_line561 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line561.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line561.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7390,7 +7390,7 @@ int lex_line561 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line561.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line561.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7615,7 +7615,7 @@ int lex_line568 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line568.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line568.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7627,7 +7627,7 @@ int lex_line568 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line568.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line568.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7886,7 +7886,7 @@ int lex_line575 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line575.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line575.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7898,7 +7898,7 @@ int lex_line575 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line575.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line575.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8127,7 +8127,7 @@ int lex_line582 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line582.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line582.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8139,7 +8139,7 @@ int lex_line582 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line582.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line582.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8327,7 +8327,7 @@ int lex_line589 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line589.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line589.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8339,7 +8339,7 @@ int lex_line589 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line589.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line589.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8598,7 +8598,7 @@ int lex_line596 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line596.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line596.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8610,7 +8610,7 @@ int lex_line596 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line596.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line596.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8798,7 +8798,7 @@ int lex_line603 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line603.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line603.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8810,7 +8810,7 @@ int lex_line603 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line603.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line603.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8998,7 +8998,7 @@ int lex_line610 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line610.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line610.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9010,7 +9010,7 @@ int lex_line610 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line610.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line610.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9198,7 +9198,7 @@ int lex_line617 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line617.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line617.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9210,7 +9210,7 @@ int lex_line617 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line617.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line617.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9398,7 +9398,7 @@ int lex_line624 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line624.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line624.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9410,7 +9410,7 @@ int lex_line624 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line624.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line624.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9631,7 +9631,7 @@ int lex_line631 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line631.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line631.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9643,7 +9643,7 @@ int lex_line631 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line631.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line631.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9919,7 +9919,7 @@ int lex_line638 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line638.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line638.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9931,7 +9931,7 @@ int lex_line638 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line638.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line638.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10174,7 +10174,7 @@ int lex_line645 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line645.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line645.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10186,7 +10186,7 @@ int lex_line645 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line645.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line645.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10390,7 +10390,7 @@ int lex_line652 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line652.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10402,7 +10402,7 @@ int lex_line652 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line652.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10590,7 +10590,7 @@ int lex_line659 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line659.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line659.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10602,7 +10602,7 @@ int lex_line659 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line659.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line659.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10823,7 +10823,7 @@ int lex_line666 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line666.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line666.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10835,7 +10835,7 @@ int lex_line666 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line666.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line666.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11058,7 +11058,7 @@ int lex_line673 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line673.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line673.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11070,7 +11070,7 @@ int lex_line673 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line673.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line673.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11293,7 +11293,7 @@ int lex_line680 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line680.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line680.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11305,7 +11305,7 @@ int lex_line680 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line680.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line680.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11580,7 +11580,7 @@ int lex_line687 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line687.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line687.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11592,7 +11592,7 @@ int lex_line687 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line687.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line687.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11803,7 +11803,7 @@ int lex_line694 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line694.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line694.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11815,7 +11815,7 @@ int lex_line694 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line694.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line694.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12026,7 +12026,7 @@ int lex_line701 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line701.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line701.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12038,7 +12038,7 @@ int lex_line701 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line701.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line701.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12242,7 +12242,7 @@ int lex_line708 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line708.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line708.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12254,7 +12254,7 @@ int lex_line708 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line708.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line708.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12497,7 +12497,7 @@ int lex_line715 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line715.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line715.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12509,7 +12509,7 @@ int lex_line715 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line715.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line715.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12736,7 +12736,7 @@ int lex_line722 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line722.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line722.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12748,7 +12748,7 @@ int lex_line722 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line722.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line722.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13023,7 +13023,7 @@ int lex_line729 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line729.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line729.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13035,7 +13035,7 @@ int lex_line729 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line729.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line729.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13258,7 +13258,7 @@ int lex_line736 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line736.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line736.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13270,7 +13270,7 @@ int lex_line736 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line736.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line736.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13493,7 +13493,7 @@ int lex_line743 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line743.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line743.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13505,7 +13505,7 @@ int lex_line743 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line743.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line743.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13725,7 +13725,7 @@ int lex_line750 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line750.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line750.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13737,7 +13737,7 @@ int lex_line750 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line750.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line750.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13925,7 +13925,7 @@ int lex_line757 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line757.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line757.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13937,7 +13937,7 @@ int lex_line757 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line757.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line757.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14197,7 +14197,7 @@ int lex_line764 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line764.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line764.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14209,7 +14209,7 @@ int lex_line764 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line764.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line764.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14430,7 +14430,7 @@ int lex_line771 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line771.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line771.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14442,7 +14442,7 @@ int lex_line771 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line771.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line771.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14630,7 +14630,7 @@ int lex_line778 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line778.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line778.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14642,7 +14642,7 @@ int lex_line778 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line778.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line778.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14901,7 +14901,7 @@ int lex_line785 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line785.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line785.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14913,7 +14913,7 @@ int lex_line785 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line785.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line785.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -15136,7 +15136,7 @@ int lex_line792 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line792.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line792.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -15148,7 +15148,7 @@ int lex_line792 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line792.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line792.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -15370,7 +15370,7 @@ int lex_line799 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line799.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line799.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -15382,7 +15382,7 @@ int lex_line799 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line799.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line799.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -15586,7 +15586,7 @@ int lex_line806 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line806.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line806.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -15598,7 +15598,7 @@ int lex_line806 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line806.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line806.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -15770,7 +15770,7 @@ int lex_line813 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line813.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line813.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -15782,7 +15782,7 @@ int lex_line813 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line813.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line813.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -16005,7 +16005,7 @@ int lex_line820 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line820.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line820.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -16017,7 +16017,7 @@ int lex_line820 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line820.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line820.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -16238,7 +16238,7 @@ int lex_line827 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line827.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line827.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -16250,7 +16250,7 @@ int lex_line827 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line827.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line827.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -16471,7 +16471,7 @@ int lex_line834 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line834.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line834.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -16483,7 +16483,7 @@ int lex_line834 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line834.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line834.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -16706,7 +16706,7 @@ int lex_line841 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line841.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line841.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -16718,7 +16718,7 @@ int lex_line841 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line841.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line841.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -16941,7 +16941,7 @@ int lex_line848 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line848.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line848.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -16953,7 +16953,7 @@ int lex_line848 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line848.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line848.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -17174,7 +17174,7 @@ int lex_line855 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line855.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line855.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -17186,7 +17186,7 @@ int lex_line855 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line855.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line855.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -17447,7 +17447,7 @@ int lex_line862 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line862.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line862.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -17459,7 +17459,7 @@ int lex_line862 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line862.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line862.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -17631,7 +17631,7 @@ int lex_line869 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line869.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line869.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -17643,7 +17643,7 @@ int lex_line869 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line869.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line869.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -17863,7 +17863,7 @@ int lex_line876 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line876.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line876.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -17875,7 +17875,7 @@ int lex_line876 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line876.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line876.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -18134,7 +18134,7 @@ int lex_line883 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line883.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line883.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -18146,7 +18146,7 @@ int lex_line883 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line883.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line883.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -18405,7 +18405,7 @@ int lex_line890 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line890.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line890.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -18417,7 +18417,7 @@ int lex_line890 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line890.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line890.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -18621,7 +18621,7 @@ int lex_line897 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line897.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line897.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -18633,7 +18633,7 @@ int lex_line897 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line897.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line897.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -18899,7 +18899,7 @@ int lex_line904 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line904.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line904.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -18911,7 +18911,7 @@ int lex_line904 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line904.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line904.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -19083,7 +19083,7 @@ int lex_line911 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line911.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line911.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -19095,7 +19095,7 @@ int lex_line911 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line911.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line911.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -19283,7 +19283,7 @@ int lex_line918 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line918.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line918.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -19295,7 +19295,7 @@ int lex_line918 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line918.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line918.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -19467,7 +19467,7 @@ int lex_line925 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line925.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line925.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -19479,7 +19479,7 @@ int lex_line925 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line925.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line925.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -19702,7 +19702,7 @@ int lex_line932 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line932.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line932.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -19714,7 +19714,7 @@ int lex_line932 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line932.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line932.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -19937,7 +19937,7 @@ int lex_line939 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line939.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line939.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -19949,7 +19949,7 @@ int lex_line939 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line939.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line939.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -20279,7 +20279,7 @@ int lex_line946 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line946.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line946.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -20291,7 +20291,7 @@ int lex_line946 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line946.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line946.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -20511,7 +20511,7 @@ int lex_line953 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line953.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line953.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -20523,7 +20523,7 @@ int lex_line953 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line953.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line953.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -20826,7 +20826,7 @@ int lex_line960 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line960.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line960.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -20838,7 +20838,7 @@ int lex_line960 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line960.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line960.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -21098,7 +21098,7 @@ int lex_line967 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line967.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line967.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -21110,7 +21110,7 @@ int lex_line967 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line967.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line967.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -21337,7 +21337,7 @@ int lex_line974 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line974.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line974.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -21349,7 +21349,7 @@ int lex_line974 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line974.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line974.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -21750,7 +21750,7 @@ int lex_line981 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line981.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line981.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -21762,7 +21762,7 @@ int lex_line981 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line981.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line981.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -21995,7 +21995,7 @@ int lex_line988 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line988.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line988.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -22007,7 +22007,7 @@ int lex_line988 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line988.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line988.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -22228,7 +22228,7 @@ int lex_line995 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line995.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line995.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -22240,7 +22240,7 @@ int lex_line995 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line995.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line995.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -22475,7 +22475,7 @@ int lex_line1002 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1002.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1002.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -22487,7 +22487,7 @@ int lex_line1002 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1002.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1002.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -22814,7 +22814,7 @@ int lex_line1009 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1009.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1009.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -22826,7 +22826,7 @@ int lex_line1009 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1009.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1009.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -23053,7 +23053,7 @@ int lex_line1016 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1016.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1016.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -23065,7 +23065,7 @@ int lex_line1016 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1016.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1016.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -23308,7 +23308,7 @@ int lex_line1023 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1023.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1023.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -23320,7 +23320,7 @@ int lex_line1023 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1023.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1023.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -23604,7 +23604,7 @@ int lex_line1030 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1030.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1030.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -23616,7 +23616,7 @@ int lex_line1030 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1030.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1030.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -23788,7 +23788,7 @@ int lex_line1037 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1037.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1037.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -23800,7 +23800,7 @@ int lex_line1037 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1037.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1037.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -23972,7 +23972,7 @@ int lex_line1044 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1044.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1044.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -23984,7 +23984,7 @@ int lex_line1044 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1044.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1044.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -24179,7 +24179,7 @@ int lex_line1051 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1051.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1051.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -24191,7 +24191,7 @@ int lex_line1051 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1051.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1051.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -24379,7 +24379,7 @@ int lex_line1058 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1058.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1058.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -24391,7 +24391,7 @@ int lex_line1058 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1058.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1058.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -24635,7 +24635,7 @@ int lex_line1065 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1065.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1065.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -24647,7 +24647,7 @@ int lex_line1065 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1065.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1065.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -24924,7 +24924,7 @@ int lex_line1072 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1072.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1072.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -24936,7 +24936,7 @@ int lex_line1072 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1072.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1072.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -25108,7 +25108,7 @@ int lex_line1079 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1079.input"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1079.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -25120,7 +25120,7 @@ int lex_line1079 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1079.keys"
+        ("unicode_blocks.S8--encoding-policy(ignore).c.line1079.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 910cfba255286e394504ee0a0c3c32f5bb7b78a4..62166f90e71d1176970ddfd89e50fff1b2e0b19c 100644 (file)
@@ -120,7 +120,7 @@ int lex_line344 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line344.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line344.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -132,7 +132,7 @@ int lex_line344 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line344.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line344.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -261,7 +261,7 @@ int lex_line351 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line351.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line351.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -273,7 +273,7 @@ int lex_line351 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line351.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line351.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -404,7 +404,7 @@ int lex_line358 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line358.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line358.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -416,7 +416,7 @@ int lex_line358 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line358.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line358.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -547,7 +547,7 @@ int lex_line365 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line365.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line365.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -559,7 +559,7 @@ int lex_line365 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line365.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line365.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -690,7 +690,7 @@ int lex_line372 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line372.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line372.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -702,7 +702,7 @@ int lex_line372 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line372.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line372.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -833,7 +833,7 @@ int lex_line379 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line379.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line379.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -845,7 +845,7 @@ int lex_line379 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line379.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line379.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -976,7 +976,7 @@ int lex_line386 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line386.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line386.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -988,7 +988,7 @@ int lex_line386 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line386.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line386.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1119,7 +1119,7 @@ int lex_line393 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line393.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line393.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1131,7 +1131,7 @@ int lex_line393 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line393.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line393.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1262,7 +1262,7 @@ int lex_line400 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line400.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line400.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1274,7 +1274,7 @@ int lex_line400 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line400.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line400.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1405,7 +1405,7 @@ int lex_line407 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line407.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line407.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1417,7 +1417,7 @@ int lex_line407 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line407.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line407.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1548,7 +1548,7 @@ int lex_line414 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line414.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line414.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1560,7 +1560,7 @@ int lex_line414 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line414.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line414.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1691,7 +1691,7 @@ int lex_line421 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line421.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line421.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1703,7 +1703,7 @@ int lex_line421 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line421.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line421.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1834,7 +1834,7 @@ int lex_line428 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line428.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line428.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1846,7 +1846,7 @@ int lex_line428 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line428.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line428.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1977,7 +1977,7 @@ int lex_line435 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line435.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line435.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1989,7 +1989,7 @@ int lex_line435 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line435.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line435.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2120,7 +2120,7 @@ int lex_line442 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line442.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line442.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2132,7 +2132,7 @@ int lex_line442 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line442.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line442.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2263,7 +2263,7 @@ int lex_line449 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line449.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line449.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2275,7 +2275,7 @@ int lex_line449 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line449.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line449.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2406,7 +2406,7 @@ int lex_line456 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line456.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line456.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2418,7 +2418,7 @@ int lex_line456 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line456.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line456.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2549,7 +2549,7 @@ int lex_line463 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line463.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line463.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2561,7 +2561,7 @@ int lex_line463 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line463.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line463.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2692,7 +2692,7 @@ int lex_line470 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line470.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line470.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2704,7 +2704,7 @@ int lex_line470 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line470.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line470.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2835,7 +2835,7 @@ int lex_line477 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line477.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line477.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2847,7 +2847,7 @@ int lex_line477 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line477.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line477.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2978,7 +2978,7 @@ int lex_line484 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line484.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line484.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2990,7 +2990,7 @@ int lex_line484 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line484.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line484.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3121,7 +3121,7 @@ int lex_line491 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line491.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line491.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3133,7 +3133,7 @@ int lex_line491 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line491.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line491.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3264,7 +3264,7 @@ int lex_line498 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line498.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line498.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3276,7 +3276,7 @@ int lex_line498 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line498.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line498.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3407,7 +3407,7 @@ int lex_line505 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line505.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line505.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3419,7 +3419,7 @@ int lex_line505 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line505.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line505.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3550,7 +3550,7 @@ int lex_line512 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line512.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line512.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3562,7 +3562,7 @@ int lex_line512 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line512.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line512.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3693,7 +3693,7 @@ int lex_line519 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line519.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line519.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3705,7 +3705,7 @@ int lex_line519 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line519.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line519.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3836,7 +3836,7 @@ int lex_line526 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line526.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line526.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3848,7 +3848,7 @@ int lex_line526 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line526.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line526.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3979,7 +3979,7 @@ int lex_line533 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line533.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line533.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3991,7 +3991,7 @@ int lex_line533 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line533.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line533.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4122,7 +4122,7 @@ int lex_line540 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line540.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line540.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4134,7 +4134,7 @@ int lex_line540 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line540.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line540.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4265,7 +4265,7 @@ int lex_line547 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line547.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line547.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4277,7 +4277,7 @@ int lex_line547 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line547.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line547.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4408,7 +4408,7 @@ int lex_line554 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line554.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line554.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4420,7 +4420,7 @@ int lex_line554 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line554.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line554.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4551,7 +4551,7 @@ int lex_line561 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line561.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line561.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4563,7 +4563,7 @@ int lex_line561 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line561.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line561.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4694,7 +4694,7 @@ int lex_line568 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line568.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line568.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4706,7 +4706,7 @@ int lex_line568 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line568.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line568.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4837,7 +4837,7 @@ int lex_line575 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line575.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line575.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4849,7 +4849,7 @@ int lex_line575 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line575.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line575.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4980,7 +4980,7 @@ int lex_line582 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line582.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line582.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4992,7 +4992,7 @@ int lex_line582 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line582.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line582.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5123,7 +5123,7 @@ int lex_line589 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line589.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line589.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5135,7 +5135,7 @@ int lex_line589 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line589.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line589.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5266,7 +5266,7 @@ int lex_line596 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line596.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line596.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5278,7 +5278,7 @@ int lex_line596 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line596.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line596.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5409,7 +5409,7 @@ int lex_line603 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line603.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line603.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5421,7 +5421,7 @@ int lex_line603 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line603.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line603.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5552,7 +5552,7 @@ int lex_line610 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line610.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line610.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5564,7 +5564,7 @@ int lex_line610 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line610.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line610.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5695,7 +5695,7 @@ int lex_line617 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line617.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line617.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5707,7 +5707,7 @@ int lex_line617 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line617.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line617.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5838,7 +5838,7 @@ int lex_line624 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line624.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line624.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5850,7 +5850,7 @@ int lex_line624 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line624.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line624.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5981,7 +5981,7 @@ int lex_line631 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line631.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line631.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5993,7 +5993,7 @@ int lex_line631 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line631.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line631.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6124,7 +6124,7 @@ int lex_line638 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line638.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line638.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6136,7 +6136,7 @@ int lex_line638 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line638.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line638.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6267,7 +6267,7 @@ int lex_line645 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line645.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line645.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6279,7 +6279,7 @@ int lex_line645 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line645.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line645.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6410,7 +6410,7 @@ int lex_line652 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line652.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6422,7 +6422,7 @@ int lex_line652 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line652.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6553,7 +6553,7 @@ int lex_line659 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line659.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line659.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6565,7 +6565,7 @@ int lex_line659 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line659.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line659.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6696,7 +6696,7 @@ int lex_line666 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line666.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line666.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6708,7 +6708,7 @@ int lex_line666 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line666.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line666.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6839,7 +6839,7 @@ int lex_line673 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line673.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line673.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6851,7 +6851,7 @@ int lex_line673 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line673.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line673.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6982,7 +6982,7 @@ int lex_line680 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line680.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line680.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6994,7 +6994,7 @@ int lex_line680 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line680.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line680.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7125,7 +7125,7 @@ int lex_line687 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line687.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line687.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7137,7 +7137,7 @@ int lex_line687 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line687.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line687.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7268,7 +7268,7 @@ int lex_line694 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line694.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line694.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7280,7 +7280,7 @@ int lex_line694 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line694.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line694.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7411,7 +7411,7 @@ int lex_line701 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line701.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line701.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7423,7 +7423,7 @@ int lex_line701 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line701.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line701.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7554,7 +7554,7 @@ int lex_line708 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line708.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line708.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7566,7 +7566,7 @@ int lex_line708 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line708.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line708.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7697,7 +7697,7 @@ int lex_line715 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line715.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line715.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7709,7 +7709,7 @@ int lex_line715 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line715.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line715.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7840,7 +7840,7 @@ int lex_line722 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line722.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line722.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7852,7 +7852,7 @@ int lex_line722 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line722.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line722.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7983,7 +7983,7 @@ int lex_line729 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line729.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line729.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7995,7 +7995,7 @@ int lex_line729 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line729.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line729.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8126,7 +8126,7 @@ int lex_line736 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line736.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line736.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8138,7 +8138,7 @@ int lex_line736 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line736.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line736.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8269,7 +8269,7 @@ int lex_line743 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line743.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line743.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8281,7 +8281,7 @@ int lex_line743 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line743.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line743.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8412,7 +8412,7 @@ int lex_line750 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line750.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line750.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8424,7 +8424,7 @@ int lex_line750 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line750.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line750.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8555,7 +8555,7 @@ int lex_line757 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line757.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line757.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8567,7 +8567,7 @@ int lex_line757 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line757.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line757.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8698,7 +8698,7 @@ int lex_line764 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line764.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line764.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8710,7 +8710,7 @@ int lex_line764 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line764.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line764.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8841,7 +8841,7 @@ int lex_line771 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line771.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line771.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8853,7 +8853,7 @@ int lex_line771 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line771.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line771.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8984,7 +8984,7 @@ int lex_line778 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line778.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line778.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8996,7 +8996,7 @@ int lex_line778 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line778.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line778.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9127,7 +9127,7 @@ int lex_line785 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line785.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line785.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9139,7 +9139,7 @@ int lex_line785 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line785.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line785.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9270,7 +9270,7 @@ int lex_line792 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line792.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line792.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9282,7 +9282,7 @@ int lex_line792 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line792.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line792.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9413,7 +9413,7 @@ int lex_line799 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line799.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line799.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9425,7 +9425,7 @@ int lex_line799 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line799.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line799.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9556,7 +9556,7 @@ int lex_line806 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line806.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line806.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9568,7 +9568,7 @@ int lex_line806 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line806.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line806.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9699,7 +9699,7 @@ int lex_line813 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line813.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line813.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9711,7 +9711,7 @@ int lex_line813 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line813.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line813.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9842,7 +9842,7 @@ int lex_line820 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line820.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line820.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9854,7 +9854,7 @@ int lex_line820 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line820.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line820.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9985,7 +9985,7 @@ int lex_line827 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line827.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line827.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9997,7 +9997,7 @@ int lex_line827 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line827.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line827.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10128,7 +10128,7 @@ int lex_line834 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line834.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line834.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10140,7 +10140,7 @@ int lex_line834 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line834.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line834.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10271,7 +10271,7 @@ int lex_line841 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line841.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line841.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10283,7 +10283,7 @@ int lex_line841 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line841.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line841.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10414,7 +10414,7 @@ int lex_line848 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line848.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line848.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10426,7 +10426,7 @@ int lex_line848 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line848.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line848.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10557,7 +10557,7 @@ int lex_line855 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line855.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line855.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10569,7 +10569,7 @@ int lex_line855 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line855.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line855.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10700,7 +10700,7 @@ int lex_line862 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line862.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line862.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10712,7 +10712,7 @@ int lex_line862 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line862.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line862.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10843,7 +10843,7 @@ int lex_line869 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line869.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line869.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10855,7 +10855,7 @@ int lex_line869 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line869.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line869.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10986,7 +10986,7 @@ int lex_line876 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line876.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line876.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10998,7 +10998,7 @@ int lex_line876 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line876.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line876.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11129,7 +11129,7 @@ int lex_line883 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line883.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line883.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11141,7 +11141,7 @@ int lex_line883 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line883.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line883.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11272,7 +11272,7 @@ int lex_line890 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line890.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line890.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11284,7 +11284,7 @@ int lex_line890 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line890.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line890.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11415,7 +11415,7 @@ int lex_line897 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line897.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line897.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11427,7 +11427,7 @@ int lex_line897 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line897.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line897.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11558,7 +11558,7 @@ int lex_line904 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line904.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line904.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11570,7 +11570,7 @@ int lex_line904 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line904.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line904.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11701,7 +11701,7 @@ int lex_line911 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line911.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line911.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11713,7 +11713,7 @@ int lex_line911 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line911.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line911.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11844,7 +11844,7 @@ int lex_line918 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line918.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line918.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11856,7 +11856,7 @@ int lex_line918 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line918.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line918.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11987,7 +11987,7 @@ int lex_line925 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line925.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line925.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11999,7 +11999,7 @@ int lex_line925 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line925.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line925.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12130,7 +12130,7 @@ int lex_line932 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line932.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line932.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12142,7 +12142,7 @@ int lex_line932 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line932.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line932.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12273,7 +12273,7 @@ int lex_line939 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line939.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line939.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12285,7 +12285,7 @@ int lex_line939 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line939.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line939.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12416,7 +12416,7 @@ int lex_line946 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line946.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line946.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12428,7 +12428,7 @@ int lex_line946 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line946.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line946.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12559,7 +12559,7 @@ int lex_line953 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line953.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line953.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12571,7 +12571,7 @@ int lex_line953 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line953.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line953.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12702,7 +12702,7 @@ int lex_line960 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line960.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line960.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12714,7 +12714,7 @@ int lex_line960 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line960.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line960.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12845,7 +12845,7 @@ int lex_line967 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line967.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line967.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12857,7 +12857,7 @@ int lex_line967 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line967.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line967.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12988,7 +12988,7 @@ int lex_line974 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line974.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line974.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13000,7 +13000,7 @@ int lex_line974 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line974.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line974.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13131,7 +13131,7 @@ int lex_line981 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line981.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line981.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13143,7 +13143,7 @@ int lex_line981 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line981.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line981.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13274,7 +13274,7 @@ int lex_line988 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line988.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line988.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13286,7 +13286,7 @@ int lex_line988 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line988.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line988.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13417,7 +13417,7 @@ int lex_line995 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line995.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line995.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13429,7 +13429,7 @@ int lex_line995 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line995.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line995.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13560,7 +13560,7 @@ int lex_line1002 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1002.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1002.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13572,7 +13572,7 @@ int lex_line1002 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1002.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1002.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13703,7 +13703,7 @@ int lex_line1009 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1009.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1009.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13715,7 +13715,7 @@ int lex_line1009 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1009.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1009.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13846,7 +13846,7 @@ int lex_line1016 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1016.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1016.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13858,7 +13858,7 @@ int lex_line1016 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1016.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1016.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13989,7 +13989,7 @@ int lex_line1023 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1023.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1023.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14001,7 +14001,7 @@ int lex_line1023 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1023.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1023.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14132,7 +14132,7 @@ int lex_line1030 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1030.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1030.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14144,7 +14144,7 @@ int lex_line1030 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1030.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1030.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14275,7 +14275,7 @@ int lex_line1037 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1037.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1037.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14287,7 +14287,7 @@ int lex_line1037 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1037.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1037.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14418,7 +14418,7 @@ int lex_line1044 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1044.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1044.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14430,7 +14430,7 @@ int lex_line1044 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1044.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1044.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14561,7 +14561,7 @@ int lex_line1051 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1051.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1051.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14573,7 +14573,7 @@ int lex_line1051 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1051.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1051.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14704,7 +14704,7 @@ int lex_line1058 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1058.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1058.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14716,7 +14716,7 @@ int lex_line1058 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1058.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1058.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14847,7 +14847,7 @@ int lex_line1065 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1065.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1065.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14859,7 +14859,7 @@ int lex_line1065 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1065.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1065.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14990,7 +14990,7 @@ int lex_line1072 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1072.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1072.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -15002,7 +15002,7 @@ int lex_line1072 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1072.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1072.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -15133,7 +15133,7 @@ int lex_line1079 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1079.input"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1079.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -15145,7 +15145,7 @@ int lex_line1079 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1079.keys"
+        ("unicode_blocks.Su--encoding-policy(ignore).c.line1079.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index e68c6f31e88f0a8035e2c5d91380554d5513e3b5..e0f77a0f470a7ff5155f2111154da5b0e930e8d2 100644 (file)
@@ -120,7 +120,7 @@ int lex_line344 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line344.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line344.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -132,7 +132,7 @@ int lex_line344 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line344.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line344.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -261,7 +261,7 @@ int lex_line351 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line351.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line351.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -273,7 +273,7 @@ int lex_line351 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line351.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line351.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -404,7 +404,7 @@ int lex_line358 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line358.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line358.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -416,7 +416,7 @@ int lex_line358 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line358.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line358.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -547,7 +547,7 @@ int lex_line365 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line365.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line365.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -559,7 +559,7 @@ int lex_line365 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line365.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line365.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -690,7 +690,7 @@ int lex_line372 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line372.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line372.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -702,7 +702,7 @@ int lex_line372 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line372.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line372.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -833,7 +833,7 @@ int lex_line379 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line379.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line379.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -845,7 +845,7 @@ int lex_line379 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line379.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line379.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -976,7 +976,7 @@ int lex_line386 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line386.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line386.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -988,7 +988,7 @@ int lex_line386 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line386.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line386.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1119,7 +1119,7 @@ int lex_line393 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line393.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line393.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1131,7 +1131,7 @@ int lex_line393 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line393.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line393.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1262,7 +1262,7 @@ int lex_line400 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line400.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line400.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1274,7 +1274,7 @@ int lex_line400 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line400.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line400.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1405,7 +1405,7 @@ int lex_line407 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line407.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line407.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1417,7 +1417,7 @@ int lex_line407 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line407.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line407.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1548,7 +1548,7 @@ int lex_line414 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line414.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line414.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1560,7 +1560,7 @@ int lex_line414 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line414.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line414.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1691,7 +1691,7 @@ int lex_line421 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line421.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line421.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1703,7 +1703,7 @@ int lex_line421 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line421.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line421.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1834,7 +1834,7 @@ int lex_line428 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line428.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line428.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1846,7 +1846,7 @@ int lex_line428 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line428.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line428.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -1977,7 +1977,7 @@ int lex_line435 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line435.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line435.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -1989,7 +1989,7 @@ int lex_line435 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line435.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line435.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2120,7 +2120,7 @@ int lex_line442 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line442.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line442.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2132,7 +2132,7 @@ int lex_line442 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line442.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line442.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2263,7 +2263,7 @@ int lex_line449 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line449.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line449.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2275,7 +2275,7 @@ int lex_line449 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line449.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line449.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2406,7 +2406,7 @@ int lex_line456 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line456.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line456.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2418,7 +2418,7 @@ int lex_line456 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line456.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line456.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2549,7 +2549,7 @@ int lex_line463 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line463.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line463.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2561,7 +2561,7 @@ int lex_line463 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line463.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line463.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2692,7 +2692,7 @@ int lex_line470 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line470.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line470.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2704,7 +2704,7 @@ int lex_line470 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line470.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line470.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2835,7 +2835,7 @@ int lex_line477 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line477.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line477.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2847,7 +2847,7 @@ int lex_line477 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line477.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line477.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -2978,7 +2978,7 @@ int lex_line484 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line484.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line484.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -2990,7 +2990,7 @@ int lex_line484 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line484.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line484.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3121,7 +3121,7 @@ int lex_line491 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line491.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line491.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3133,7 +3133,7 @@ int lex_line491 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line491.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line491.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3264,7 +3264,7 @@ int lex_line498 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line498.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line498.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3276,7 +3276,7 @@ int lex_line498 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line498.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line498.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3407,7 +3407,7 @@ int lex_line505 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line505.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line505.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3419,7 +3419,7 @@ int lex_line505 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line505.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line505.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3550,7 +3550,7 @@ int lex_line512 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line512.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line512.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3562,7 +3562,7 @@ int lex_line512 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line512.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line512.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3693,7 +3693,7 @@ int lex_line519 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line519.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line519.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3705,7 +3705,7 @@ int lex_line519 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line519.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line519.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3836,7 +3836,7 @@ int lex_line526 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line526.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line526.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3848,7 +3848,7 @@ int lex_line526 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line526.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line526.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -3979,7 +3979,7 @@ int lex_line533 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line533.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line533.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -3991,7 +3991,7 @@ int lex_line533 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line533.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line533.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4122,7 +4122,7 @@ int lex_line540 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line540.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line540.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4134,7 +4134,7 @@ int lex_line540 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line540.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line540.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4265,7 +4265,7 @@ int lex_line547 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line547.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line547.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4277,7 +4277,7 @@ int lex_line547 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line547.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line547.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4408,7 +4408,7 @@ int lex_line554 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line554.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line554.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4420,7 +4420,7 @@ int lex_line554 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line554.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line554.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4551,7 +4551,7 @@ int lex_line561 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line561.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line561.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4563,7 +4563,7 @@ int lex_line561 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line561.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line561.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4694,7 +4694,7 @@ int lex_line568 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line568.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line568.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4706,7 +4706,7 @@ int lex_line568 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line568.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line568.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4837,7 +4837,7 @@ int lex_line575 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line575.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line575.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4849,7 +4849,7 @@ int lex_line575 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line575.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line575.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -4980,7 +4980,7 @@ int lex_line582 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line582.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line582.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -4992,7 +4992,7 @@ int lex_line582 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line582.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line582.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5123,7 +5123,7 @@ int lex_line589 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line589.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line589.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5135,7 +5135,7 @@ int lex_line589 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line589.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line589.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5266,7 +5266,7 @@ int lex_line596 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line596.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line596.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5278,7 +5278,7 @@ int lex_line596 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line596.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line596.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5409,7 +5409,7 @@ int lex_line603 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line603.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line603.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5421,7 +5421,7 @@ int lex_line603 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line603.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line603.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5552,7 +5552,7 @@ int lex_line610 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line610.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line610.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5564,7 +5564,7 @@ int lex_line610 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line610.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line610.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5695,7 +5695,7 @@ int lex_line617 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line617.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line617.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5707,7 +5707,7 @@ int lex_line617 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line617.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line617.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5838,7 +5838,7 @@ int lex_line624 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line624.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line624.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5850,7 +5850,7 @@ int lex_line624 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line624.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line624.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -5981,7 +5981,7 @@ int lex_line631 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line631.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line631.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -5993,7 +5993,7 @@ int lex_line631 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line631.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line631.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6124,7 +6124,7 @@ int lex_line638 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line638.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line638.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6136,7 +6136,7 @@ int lex_line638 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line638.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line638.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6267,7 +6267,7 @@ int lex_line645 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line645.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line645.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6279,7 +6279,7 @@ int lex_line645 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line645.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line645.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6410,7 +6410,7 @@ int lex_line652 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line652.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line652.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6422,7 +6422,7 @@ int lex_line652 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line652.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line652.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6553,7 +6553,7 @@ int lex_line659 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line659.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line659.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6565,7 +6565,7 @@ int lex_line659 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line659.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line659.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6696,7 +6696,7 @@ int lex_line666 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line666.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line666.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6708,7 +6708,7 @@ int lex_line666 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line666.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line666.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6839,7 +6839,7 @@ int lex_line673 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line673.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line673.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6851,7 +6851,7 @@ int lex_line673 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line673.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line673.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -6982,7 +6982,7 @@ int lex_line680 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line680.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line680.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -6994,7 +6994,7 @@ int lex_line680 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line680.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line680.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7125,7 +7125,7 @@ int lex_line687 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line687.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line687.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7137,7 +7137,7 @@ int lex_line687 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line687.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line687.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7268,7 +7268,7 @@ int lex_line694 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line694.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line694.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7280,7 +7280,7 @@ int lex_line694 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line694.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line694.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7411,7 +7411,7 @@ int lex_line701 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line701.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line701.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7423,7 +7423,7 @@ int lex_line701 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line701.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line701.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7554,7 +7554,7 @@ int lex_line708 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line708.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line708.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7566,7 +7566,7 @@ int lex_line708 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line708.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line708.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7697,7 +7697,7 @@ int lex_line715 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line715.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line715.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7709,7 +7709,7 @@ int lex_line715 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line715.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line715.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7840,7 +7840,7 @@ int lex_line722 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line722.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line722.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7852,7 +7852,7 @@ int lex_line722 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line722.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line722.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -7983,7 +7983,7 @@ int lex_line729 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line729.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line729.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -7995,7 +7995,7 @@ int lex_line729 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line729.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line729.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8126,7 +8126,7 @@ int lex_line736 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line736.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line736.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8138,7 +8138,7 @@ int lex_line736 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line736.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line736.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8269,7 +8269,7 @@ int lex_line743 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line743.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line743.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8281,7 +8281,7 @@ int lex_line743 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line743.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line743.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8412,7 +8412,7 @@ int lex_line750 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line750.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line750.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8424,7 +8424,7 @@ int lex_line750 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line750.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line750.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8555,7 +8555,7 @@ int lex_line757 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line757.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line757.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8567,7 +8567,7 @@ int lex_line757 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line757.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line757.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8698,7 +8698,7 @@ int lex_line764 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line764.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line764.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8710,7 +8710,7 @@ int lex_line764 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line764.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line764.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8841,7 +8841,7 @@ int lex_line771 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line771.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line771.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8853,7 +8853,7 @@ int lex_line771 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line771.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line771.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -8984,7 +8984,7 @@ int lex_line778 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line778.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line778.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -8996,7 +8996,7 @@ int lex_line778 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line778.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line778.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9127,7 +9127,7 @@ int lex_line785 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line785.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line785.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9139,7 +9139,7 @@ int lex_line785 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line785.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line785.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9270,7 +9270,7 @@ int lex_line792 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line792.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line792.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9282,7 +9282,7 @@ int lex_line792 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line792.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line792.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9413,7 +9413,7 @@ int lex_line799 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line799.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line799.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9425,7 +9425,7 @@ int lex_line799 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line799.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line799.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9556,7 +9556,7 @@ int lex_line806 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line806.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line806.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9568,7 +9568,7 @@ int lex_line806 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line806.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line806.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9699,7 +9699,7 @@ int lex_line813 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line813.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line813.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9711,7 +9711,7 @@ int lex_line813 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line813.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line813.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9842,7 +9842,7 @@ int lex_line820 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line820.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line820.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9854,7 +9854,7 @@ int lex_line820 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line820.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line820.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -9985,7 +9985,7 @@ int lex_line827 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line827.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line827.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -9997,7 +9997,7 @@ int lex_line827 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line827.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line827.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10128,7 +10128,7 @@ int lex_line834 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line834.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line834.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10140,7 +10140,7 @@ int lex_line834 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line834.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line834.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10271,7 +10271,7 @@ int lex_line841 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line841.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line841.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10283,7 +10283,7 @@ int lex_line841 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line841.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line841.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10414,7 +10414,7 @@ int lex_line848 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line848.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line848.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10426,7 +10426,7 @@ int lex_line848 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line848.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line848.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10557,7 +10557,7 @@ int lex_line855 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line855.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line855.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10569,7 +10569,7 @@ int lex_line855 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line855.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line855.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10700,7 +10700,7 @@ int lex_line862 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line862.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line862.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10712,7 +10712,7 @@ int lex_line862 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line862.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line862.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10843,7 +10843,7 @@ int lex_line869 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line869.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line869.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10855,7 +10855,7 @@ int lex_line869 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line869.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line869.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -10986,7 +10986,7 @@ int lex_line876 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line876.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line876.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -10998,7 +10998,7 @@ int lex_line876 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line876.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line876.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11129,7 +11129,7 @@ int lex_line883 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line883.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line883.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11141,7 +11141,7 @@ int lex_line883 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line883.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line883.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11272,7 +11272,7 @@ int lex_line890 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line890.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line890.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11284,7 +11284,7 @@ int lex_line890 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line890.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line890.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11415,7 +11415,7 @@ int lex_line897 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line897.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line897.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11427,7 +11427,7 @@ int lex_line897 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line897.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line897.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11558,7 +11558,7 @@ int lex_line904 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line904.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line904.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11570,7 +11570,7 @@ int lex_line904 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line904.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line904.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11701,7 +11701,7 @@ int lex_line911 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line911.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line911.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11713,7 +11713,7 @@ int lex_line911 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line911.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line911.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11844,7 +11844,7 @@ int lex_line918 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line918.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line918.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11856,7 +11856,7 @@ int lex_line918 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line918.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line918.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -11987,7 +11987,7 @@ int lex_line925 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line925.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line925.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -11999,7 +11999,7 @@ int lex_line925 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line925.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line925.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12130,7 +12130,7 @@ int lex_line932 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line932.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line932.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12142,7 +12142,7 @@ int lex_line932 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line932.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line932.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12273,7 +12273,7 @@ int lex_line939 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line939.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line939.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12285,7 +12285,7 @@ int lex_line939 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line939.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line939.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12416,7 +12416,7 @@ int lex_line946 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line946.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line946.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12428,7 +12428,7 @@ int lex_line946 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line946.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line946.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12559,7 +12559,7 @@ int lex_line953 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line953.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line953.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12571,7 +12571,7 @@ int lex_line953 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line953.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line953.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12702,7 +12702,7 @@ int lex_line960 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line960.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line960.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12714,7 +12714,7 @@ int lex_line960 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line960.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line960.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12845,7 +12845,7 @@ int lex_line967 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line967.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line967.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -12857,7 +12857,7 @@ int lex_line967 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line967.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line967.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -12988,7 +12988,7 @@ int lex_line974 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line974.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line974.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13000,7 +13000,7 @@ int lex_line974 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line974.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line974.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13131,7 +13131,7 @@ int lex_line981 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line981.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line981.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13143,7 +13143,7 @@ int lex_line981 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line981.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line981.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13274,7 +13274,7 @@ int lex_line988 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line988.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line988.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13286,7 +13286,7 @@ int lex_line988 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line988.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line988.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13417,7 +13417,7 @@ int lex_line995 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line995.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line995.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13429,7 +13429,7 @@ int lex_line995 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line995.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line995.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13560,7 +13560,7 @@ int lex_line1002 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1002.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1002.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13572,7 +13572,7 @@ int lex_line1002 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1002.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1002.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13703,7 +13703,7 @@ int lex_line1009 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1009.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1009.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13715,7 +13715,7 @@ int lex_line1009 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1009.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1009.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13846,7 +13846,7 @@ int lex_line1016 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1016.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1016.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -13858,7 +13858,7 @@ int lex_line1016 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1016.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1016.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -13989,7 +13989,7 @@ int lex_line1023 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1023.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1023.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14001,7 +14001,7 @@ int lex_line1023 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1023.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1023.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14132,7 +14132,7 @@ int lex_line1030 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1030.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1030.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14144,7 +14144,7 @@ int lex_line1030 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1030.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1030.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14275,7 +14275,7 @@ int lex_line1037 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1037.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1037.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14287,7 +14287,7 @@ int lex_line1037 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1037.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1037.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14418,7 +14418,7 @@ int lex_line1044 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1044.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1044.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14430,7 +14430,7 @@ int lex_line1044 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1044.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1044.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14561,7 +14561,7 @@ int lex_line1051 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1051.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1051.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14573,7 +14573,7 @@ int lex_line1051 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1051.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1051.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14704,7 +14704,7 @@ int lex_line1058 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1058.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1058.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14716,7 +14716,7 @@ int lex_line1058 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1058.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1058.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14847,7 +14847,7 @@ int lex_line1065 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1065.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1065.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -14859,7 +14859,7 @@ int lex_line1065 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1065.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1065.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -14990,7 +14990,7 @@ int lex_line1072 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1072.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1072.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -15002,7 +15002,7 @@ int lex_line1072 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1072.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1072.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
@@ -15131,7 +15131,7 @@ int lex_line1079 ()
     unsigned int i = 0;
 
     input = (YYCTYPE *) read_file
-        ("<stdout>.line1079.input"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1079.input"
         , sizeof (YYCTYPE)
         , padding
         , &input_len
@@ -15143,7 +15143,7 @@ int lex_line1079 ()
     }
 
     keys = (YYKEYTYPE *) read_file
-        ("<stdout>.line1079.keys"
+        ("unicode_blocks.Sx--encoding-policy(ignore).c.line1079.keys"
         , 3 * sizeof (YYKEYTYPE)
         , 0
         , &keys_count
index 8ef9e51f731cd3e342c1c58bd9103f6ccf1a51bd..2b0ae92d77765caf71436c4e8fd03f92ae52883a 100644 (file)
@@ -233,7 +233,7 @@ Block scan(const YYCTYPE * start, const YYCTYPE * const limit, Block blk)
 
 Basic_Latin:
        
-#line 237 "<stdout>"
+#line 237 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -241,19 +241,19 @@ Basic_Latin:
        ++YYCURSOR;
 #line 342 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Basic_Latin; }
-#line 245 "<stdout>"
+#line 245 "unicode_blocks.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 343 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Basic_Latin; else return Error; }
-#line 250 "<stdout>"
+#line 250 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 344 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Latin___Supplement:
        
-#line 257 "<stdout>"
+#line 257 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -263,19 +263,19 @@ yy8:
        ++YYCURSOR;
 #line 350 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin___Supplement; else return Error; }
-#line 267 "<stdout>"
+#line 267 "unicode_blocks.u--encoding-policy(ignore).c"
 yy10:
        ++YYCURSOR;
 #line 349 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Latin___Supplement; }
-#line 272 "<stdout>"
+#line 272 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 351 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Latin_Extended_A:
        
-#line 279 "<stdout>"
+#line 279 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -285,19 +285,19 @@ yy14:
        ++YYCURSOR;
 #line 357 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_A; else return Error; }
-#line 289 "<stdout>"
+#line 289 "unicode_blocks.u--encoding-policy(ignore).c"
 yy16:
        ++YYCURSOR;
 #line 356 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Latin_Extended_A; }
-#line 294 "<stdout>"
+#line 294 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 358 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Latin_Extended_B:
        
-#line 301 "<stdout>"
+#line 301 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -307,19 +307,19 @@ yy20:
        ++YYCURSOR;
 #line 364 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_B; else return Error; }
-#line 311 "<stdout>"
+#line 311 "unicode_blocks.u--encoding-policy(ignore).c"
 yy22:
        ++YYCURSOR;
 #line 363 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Latin_Extended_B; }
-#line 316 "<stdout>"
+#line 316 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 365 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 IPA_Extensions:
        
-#line 323 "<stdout>"
+#line 323 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -329,19 +329,19 @@ yy26:
        ++YYCURSOR;
 #line 371 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return IPA_Extensions; else return Error; }
-#line 333 "<stdout>"
+#line 333 "unicode_blocks.u--encoding-policy(ignore).c"
 yy28:
        ++YYCURSOR;
 #line 370 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto IPA_Extensions; }
-#line 338 "<stdout>"
+#line 338 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 372 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Spacing_Modifier_Letters:
        
-#line 345 "<stdout>"
+#line 345 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -351,19 +351,19 @@ yy32:
        ++YYCURSOR;
 #line 378 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Spacing_Modifier_Letters; else return Error; }
-#line 355 "<stdout>"
+#line 355 "unicode_blocks.u--encoding-policy(ignore).c"
 yy34:
        ++YYCURSOR;
 #line 377 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Spacing_Modifier_Letters; }
-#line 360 "<stdout>"
+#line 360 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 379 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Combining_Diacritical_Marks:
        
-#line 367 "<stdout>"
+#line 367 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -373,19 +373,19 @@ yy38:
        ++YYCURSOR;
 #line 385 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks; else return Error; }
-#line 377 "<stdout>"
+#line 377 "unicode_blocks.u--encoding-policy(ignore).c"
 yy40:
        ++YYCURSOR;
 #line 384 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Combining_Diacritical_Marks; }
-#line 382 "<stdout>"
+#line 382 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 386 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Greek_and_Coptic:
        
-#line 389 "<stdout>"
+#line 389 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -395,19 +395,19 @@ yy44:
        ++YYCURSOR;
 #line 392 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Greek_and_Coptic; else return Error; }
-#line 399 "<stdout>"
+#line 399 "unicode_blocks.u--encoding-policy(ignore).c"
 yy46:
        ++YYCURSOR;
 #line 391 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Greek_and_Coptic; }
-#line 404 "<stdout>"
+#line 404 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 393 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Cyrillic:
        
-#line 411 "<stdout>"
+#line 411 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -417,19 +417,19 @@ yy50:
        ++YYCURSOR;
 #line 399 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cyrillic; else return Error; }
-#line 421 "<stdout>"
+#line 421 "unicode_blocks.u--encoding-policy(ignore).c"
 yy52:
        ++YYCURSOR;
 #line 398 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Cyrillic; }
-#line 426 "<stdout>"
+#line 426 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 400 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Cyrillic_Supplementary:
        
-#line 433 "<stdout>"
+#line 433 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -439,19 +439,19 @@ yy56:
        ++YYCURSOR;
 #line 406 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cyrillic_Supplementary; else return Error; }
-#line 443 "<stdout>"
+#line 443 "unicode_blocks.u--encoding-policy(ignore).c"
 yy58:
        ++YYCURSOR;
 #line 405 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Cyrillic_Supplementary; }
-#line 448 "<stdout>"
+#line 448 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 407 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Armenian:
        
-#line 455 "<stdout>"
+#line 455 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -461,19 +461,19 @@ yy62:
        ++YYCURSOR;
 #line 413 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Armenian; else return Error; }
-#line 465 "<stdout>"
+#line 465 "unicode_blocks.u--encoding-policy(ignore).c"
 yy64:
        ++YYCURSOR;
 #line 412 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Armenian; }
-#line 470 "<stdout>"
+#line 470 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 414 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Hebrew:
        
-#line 477 "<stdout>"
+#line 477 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -483,19 +483,19 @@ yy68:
        ++YYCURSOR;
 #line 420 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hebrew; else return Error; }
-#line 487 "<stdout>"
+#line 487 "unicode_blocks.u--encoding-policy(ignore).c"
 yy70:
        ++YYCURSOR;
 #line 419 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Hebrew; }
-#line 492 "<stdout>"
+#line 492 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 421 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Arabic:
        
-#line 499 "<stdout>"
+#line 499 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -505,19 +505,19 @@ yy74:
        ++YYCURSOR;
 #line 427 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic; else return Error; }
-#line 509 "<stdout>"
+#line 509 "unicode_blocks.u--encoding-policy(ignore).c"
 yy76:
        ++YYCURSOR;
 #line 426 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Arabic; }
-#line 514 "<stdout>"
+#line 514 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 428 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Syriac:
        
-#line 521 "<stdout>"
+#line 521 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -527,19 +527,19 @@ yy80:
        ++YYCURSOR;
 #line 434 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Syriac; else return Error; }
-#line 531 "<stdout>"
+#line 531 "unicode_blocks.u--encoding-policy(ignore).c"
 yy82:
        ++YYCURSOR;
 #line 433 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Syriac; }
-#line 536 "<stdout>"
+#line 536 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 435 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Thaana:
        
-#line 543 "<stdout>"
+#line 543 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -549,19 +549,19 @@ yy86:
        ++YYCURSOR;
 #line 441 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Thaana; else return Error; }
-#line 553 "<stdout>"
+#line 553 "unicode_blocks.u--encoding-policy(ignore).c"
 yy88:
        ++YYCURSOR;
 #line 440 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Thaana; }
-#line 558 "<stdout>"
+#line 558 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 442 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Devanagari:
        
-#line 565 "<stdout>"
+#line 565 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -571,19 +571,19 @@ yy92:
        ++YYCURSOR;
 #line 448 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Devanagari; else return Error; }
-#line 575 "<stdout>"
+#line 575 "unicode_blocks.u--encoding-policy(ignore).c"
 yy94:
        ++YYCURSOR;
 #line 447 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Devanagari; }
-#line 580 "<stdout>"
+#line 580 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 449 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Bengali:
        
-#line 587 "<stdout>"
+#line 587 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -593,19 +593,19 @@ yy98:
        ++YYCURSOR;
 #line 455 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bengali; else return Error; }
-#line 597 "<stdout>"
+#line 597 "unicode_blocks.u--encoding-policy(ignore).c"
 yy100:
        ++YYCURSOR;
 #line 454 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Bengali; }
-#line 602 "<stdout>"
+#line 602 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 456 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Gurmukhi:
        
-#line 609 "<stdout>"
+#line 609 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -615,19 +615,19 @@ yy104:
        ++YYCURSOR;
 #line 462 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Gurmukhi; else return Error; }
-#line 619 "<stdout>"
+#line 619 "unicode_blocks.u--encoding-policy(ignore).c"
 yy106:
        ++YYCURSOR;
 #line 461 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Gurmukhi; }
-#line 624 "<stdout>"
+#line 624 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 463 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Gujarati:
        
-#line 631 "<stdout>"
+#line 631 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -637,19 +637,19 @@ yy110:
        ++YYCURSOR;
 #line 469 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Gujarati; else return Error; }
-#line 641 "<stdout>"
+#line 641 "unicode_blocks.u--encoding-policy(ignore).c"
 yy112:
        ++YYCURSOR;
 #line 468 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Gujarati; }
-#line 646 "<stdout>"
+#line 646 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 470 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Oriya:
        
-#line 653 "<stdout>"
+#line 653 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -659,19 +659,19 @@ yy116:
        ++YYCURSOR;
 #line 476 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Oriya; else return Error; }
-#line 663 "<stdout>"
+#line 663 "unicode_blocks.u--encoding-policy(ignore).c"
 yy118:
        ++YYCURSOR;
 #line 475 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Oriya; }
-#line 668 "<stdout>"
+#line 668 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 477 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Tamil:
        
-#line 675 "<stdout>"
+#line 675 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -681,19 +681,19 @@ yy122:
        ++YYCURSOR;
 #line 483 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tamil; else return Error; }
-#line 685 "<stdout>"
+#line 685 "unicode_blocks.u--encoding-policy(ignore).c"
 yy124:
        ++YYCURSOR;
 #line 482 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Tamil; }
-#line 690 "<stdout>"
+#line 690 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 484 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Telugu:
        
-#line 697 "<stdout>"
+#line 697 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -703,19 +703,19 @@ yy128:
        ++YYCURSOR;
 #line 490 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Telugu; else return Error; }
-#line 707 "<stdout>"
+#line 707 "unicode_blocks.u--encoding-policy(ignore).c"
 yy130:
        ++YYCURSOR;
 #line 489 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Telugu; }
-#line 712 "<stdout>"
+#line 712 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 491 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Kannada:
        
-#line 719 "<stdout>"
+#line 719 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -725,19 +725,19 @@ yy134:
        ++YYCURSOR;
 #line 497 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kannada; else return Error; }
-#line 729 "<stdout>"
+#line 729 "unicode_blocks.u--encoding-policy(ignore).c"
 yy136:
        ++YYCURSOR;
 #line 496 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Kannada; }
-#line 734 "<stdout>"
+#line 734 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 498 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Malayalam:
        
-#line 741 "<stdout>"
+#line 741 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -747,19 +747,19 @@ yy140:
        ++YYCURSOR;
 #line 504 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Malayalam; else return Error; }
-#line 751 "<stdout>"
+#line 751 "unicode_blocks.u--encoding-policy(ignore).c"
 yy142:
        ++YYCURSOR;
 #line 503 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Malayalam; }
-#line 756 "<stdout>"
+#line 756 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 505 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Sinhala:
        
-#line 763 "<stdout>"
+#line 763 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -769,19 +769,19 @@ yy146:
        ++YYCURSOR;
 #line 511 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Sinhala; else return Error; }
-#line 773 "<stdout>"
+#line 773 "unicode_blocks.u--encoding-policy(ignore).c"
 yy148:
        ++YYCURSOR;
 #line 510 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Sinhala; }
-#line 778 "<stdout>"
+#line 778 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 512 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Thai:
        
-#line 785 "<stdout>"
+#line 785 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -791,19 +791,19 @@ yy152:
        ++YYCURSOR;
 #line 518 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Thai; else return Error; }
-#line 795 "<stdout>"
+#line 795 "unicode_blocks.u--encoding-policy(ignore).c"
 yy154:
        ++YYCURSOR;
 #line 517 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Thai; }
-#line 800 "<stdout>"
+#line 800 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 519 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Lao:
        
-#line 807 "<stdout>"
+#line 807 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -813,19 +813,19 @@ yy158:
        ++YYCURSOR;
 #line 525 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Lao; else return Error; }
-#line 817 "<stdout>"
+#line 817 "unicode_blocks.u--encoding-policy(ignore).c"
 yy160:
        ++YYCURSOR;
 #line 524 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Lao; }
-#line 822 "<stdout>"
+#line 822 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 526 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Tibetan:
        
-#line 829 "<stdout>"
+#line 829 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -835,19 +835,19 @@ yy164:
        ++YYCURSOR;
 #line 532 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tibetan; else return Error; }
-#line 839 "<stdout>"
+#line 839 "unicode_blocks.u--encoding-policy(ignore).c"
 yy166:
        ++YYCURSOR;
 #line 531 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Tibetan; }
-#line 844 "<stdout>"
+#line 844 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 533 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Myanmar:
        
-#line 851 "<stdout>"
+#line 851 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -857,19 +857,19 @@ yy170:
        ++YYCURSOR;
 #line 539 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Myanmar; else return Error; }
-#line 861 "<stdout>"
+#line 861 "unicode_blocks.u--encoding-policy(ignore).c"
 yy172:
        ++YYCURSOR;
 #line 538 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Myanmar; }
-#line 866 "<stdout>"
+#line 866 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 540 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Georgian:
        
-#line 873 "<stdout>"
+#line 873 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -879,19 +879,19 @@ yy176:
        ++YYCURSOR;
 #line 546 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Georgian; else return Error; }
-#line 883 "<stdout>"
+#line 883 "unicode_blocks.u--encoding-policy(ignore).c"
 yy178:
        ++YYCURSOR;
 #line 545 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Georgian; }
-#line 888 "<stdout>"
+#line 888 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 547 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Hangul_Jamo:
        
-#line 895 "<stdout>"
+#line 895 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -901,19 +901,19 @@ yy182:
        ++YYCURSOR;
 #line 553 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Jamo; else return Error; }
-#line 905 "<stdout>"
+#line 905 "unicode_blocks.u--encoding-policy(ignore).c"
 yy184:
        ++YYCURSOR;
 #line 552 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Hangul_Jamo; }
-#line 910 "<stdout>"
+#line 910 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 554 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Ethiopic:
        
-#line 917 "<stdout>"
+#line 917 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -923,19 +923,19 @@ yy188:
        ++YYCURSOR;
 #line 560 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ethiopic; else return Error; }
-#line 927 "<stdout>"
+#line 927 "unicode_blocks.u--encoding-policy(ignore).c"
 yy190:
        ++YYCURSOR;
 #line 559 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Ethiopic; }
-#line 932 "<stdout>"
+#line 932 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 561 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Cherokee:
        
-#line 939 "<stdout>"
+#line 939 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -945,19 +945,19 @@ yy194:
        ++YYCURSOR;
 #line 567 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cherokee; else return Error; }
-#line 949 "<stdout>"
+#line 949 "unicode_blocks.u--encoding-policy(ignore).c"
 yy196:
        ++YYCURSOR;
 #line 566 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Cherokee; }
-#line 954 "<stdout>"
+#line 954 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 568 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Unified_Canadian_Aboriginal_Syllabics:
        
-#line 961 "<stdout>"
+#line 961 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -967,19 +967,19 @@ yy200:
        ++YYCURSOR;
 #line 574 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Unified_Canadian_Aboriginal_Syllabics; else return Error; }
-#line 971 "<stdout>"
+#line 971 "unicode_blocks.u--encoding-policy(ignore).c"
 yy202:
        ++YYCURSOR;
 #line 573 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Unified_Canadian_Aboriginal_Syllabics; }
-#line 976 "<stdout>"
+#line 976 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 575 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Ogham:
        
-#line 983 "<stdout>"
+#line 983 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -989,19 +989,19 @@ yy206:
        ++YYCURSOR;
 #line 581 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ogham; else return Error; }
-#line 993 "<stdout>"
+#line 993 "unicode_blocks.u--encoding-policy(ignore).c"
 yy208:
        ++YYCURSOR;
 #line 580 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Ogham; }
-#line 998 "<stdout>"
+#line 998 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 582 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Runic:
        
-#line 1005 "<stdout>"
+#line 1005 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1011,19 +1011,19 @@ yy212:
        ++YYCURSOR;
 #line 588 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Runic; else return Error; }
-#line 1015 "<stdout>"
+#line 1015 "unicode_blocks.u--encoding-policy(ignore).c"
 yy214:
        ++YYCURSOR;
 #line 587 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Runic; }
-#line 1020 "<stdout>"
+#line 1020 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 589 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Tagalog:
        
-#line 1027 "<stdout>"
+#line 1027 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1033,19 +1033,19 @@ yy218:
        ++YYCURSOR;
 #line 595 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tagalog; else return Error; }
-#line 1037 "<stdout>"
+#line 1037 "unicode_blocks.u--encoding-policy(ignore).c"
 yy220:
        ++YYCURSOR;
 #line 594 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Tagalog; }
-#line 1042 "<stdout>"
+#line 1042 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 596 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Hanunoo:
        
-#line 1049 "<stdout>"
+#line 1049 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1055,19 +1055,19 @@ yy224:
        ++YYCURSOR;
 #line 602 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hanunoo; else return Error; }
-#line 1059 "<stdout>"
+#line 1059 "unicode_blocks.u--encoding-policy(ignore).c"
 yy226:
        ++YYCURSOR;
 #line 601 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Hanunoo; }
-#line 1064 "<stdout>"
+#line 1064 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 603 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Buhid:
        
-#line 1071 "<stdout>"
+#line 1071 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1077,19 +1077,19 @@ yy230:
        ++YYCURSOR;
 #line 609 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Buhid; else return Error; }
-#line 1081 "<stdout>"
+#line 1081 "unicode_blocks.u--encoding-policy(ignore).c"
 yy232:
        ++YYCURSOR;
 #line 608 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Buhid; }
-#line 1086 "<stdout>"
+#line 1086 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 610 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Tagbanwa:
        
-#line 1093 "<stdout>"
+#line 1093 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1099,19 +1099,19 @@ yy236:
        ++YYCURSOR;
 #line 616 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tagbanwa; else return Error; }
-#line 1103 "<stdout>"
+#line 1103 "unicode_blocks.u--encoding-policy(ignore).c"
 yy238:
        ++YYCURSOR;
 #line 615 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Tagbanwa; }
-#line 1108 "<stdout>"
+#line 1108 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 617 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Khmer:
        
-#line 1115 "<stdout>"
+#line 1115 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1121,19 +1121,19 @@ yy242:
        ++YYCURSOR;
 #line 623 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Khmer; else return Error; }
-#line 1125 "<stdout>"
+#line 1125 "unicode_blocks.u--encoding-policy(ignore).c"
 yy244:
        ++YYCURSOR;
 #line 622 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Khmer; }
-#line 1130 "<stdout>"
+#line 1130 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 624 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Mongolian:
        
-#line 1137 "<stdout>"
+#line 1137 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1143,19 +1143,19 @@ yy248:
        ++YYCURSOR;
 #line 630 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Mongolian; else return Error; }
-#line 1147 "<stdout>"
+#line 1147 "unicode_blocks.u--encoding-policy(ignore).c"
 yy250:
        ++YYCURSOR;
 #line 629 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Mongolian; }
-#line 1152 "<stdout>"
+#line 1152 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 631 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Limbu:
        
-#line 1159 "<stdout>"
+#line 1159 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1165,19 +1165,19 @@ yy254:
        ++YYCURSOR;
 #line 637 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Limbu; else return Error; }
-#line 1169 "<stdout>"
+#line 1169 "unicode_blocks.u--encoding-policy(ignore).c"
 yy256:
        ++YYCURSOR;
 #line 636 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Limbu; }
-#line 1174 "<stdout>"
+#line 1174 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 638 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Tai_Le:
        
-#line 1181 "<stdout>"
+#line 1181 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1187,19 +1187,19 @@ yy260:
        ++YYCURSOR;
 #line 644 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tai_Le; else return Error; }
-#line 1191 "<stdout>"
+#line 1191 "unicode_blocks.u--encoding-policy(ignore).c"
 yy262:
        ++YYCURSOR;
 #line 643 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Tai_Le; }
-#line 1196 "<stdout>"
+#line 1196 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 645 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Khmer_Symbols:
        
-#line 1203 "<stdout>"
+#line 1203 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1209,19 +1209,19 @@ yy266:
        ++YYCURSOR;
 #line 651 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Khmer_Symbols; else return Error; }
-#line 1213 "<stdout>"
+#line 1213 "unicode_blocks.u--encoding-policy(ignore).c"
 yy268:
        ++YYCURSOR;
 #line 650 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Khmer_Symbols; }
-#line 1218 "<stdout>"
+#line 1218 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 652 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Phonetic_Extensions:
        
-#line 1225 "<stdout>"
+#line 1225 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1231,19 +1231,19 @@ yy272:
        ++YYCURSOR;
 #line 658 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Phonetic_Extensions; else return Error; }
-#line 1235 "<stdout>"
+#line 1235 "unicode_blocks.u--encoding-policy(ignore).c"
 yy274:
        ++YYCURSOR;
 #line 657 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Phonetic_Extensions; }
-#line 1240 "<stdout>"
+#line 1240 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 659 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Latin_Extended_Additional:
        
-#line 1247 "<stdout>"
+#line 1247 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1253,19 +1253,19 @@ yy278:
        ++YYCURSOR;
 #line 665 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_Additional; else return Error; }
-#line 1257 "<stdout>"
+#line 1257 "unicode_blocks.u--encoding-policy(ignore).c"
 yy280:
        ++YYCURSOR;
 #line 664 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Latin_Extended_Additional; }
-#line 1262 "<stdout>"
+#line 1262 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 666 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Greek_Extended:
        
-#line 1269 "<stdout>"
+#line 1269 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1275,19 +1275,19 @@ yy284:
        ++YYCURSOR;
 #line 672 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Greek_Extended; else return Error; }
-#line 1279 "<stdout>"
+#line 1279 "unicode_blocks.u--encoding-policy(ignore).c"
 yy286:
        ++YYCURSOR;
 #line 671 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Greek_Extended; }
-#line 1284 "<stdout>"
+#line 1284 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 673 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 General_Punctuation:
        
-#line 1291 "<stdout>"
+#line 1291 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1297,19 +1297,19 @@ yy290:
        ++YYCURSOR;
 #line 679 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return General_Punctuation; else return Error; }
-#line 1301 "<stdout>"
+#line 1301 "unicode_blocks.u--encoding-policy(ignore).c"
 yy292:
        ++YYCURSOR;
 #line 678 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto General_Punctuation; }
-#line 1306 "<stdout>"
+#line 1306 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 680 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Superscripts_and_Subscripts:
        
-#line 1313 "<stdout>"
+#line 1313 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1319,19 +1319,19 @@ yy296:
        ++YYCURSOR;
 #line 686 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Superscripts_and_Subscripts; else return Error; }
-#line 1323 "<stdout>"
+#line 1323 "unicode_blocks.u--encoding-policy(ignore).c"
 yy298:
        ++YYCURSOR;
 #line 685 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Superscripts_and_Subscripts; }
-#line 1328 "<stdout>"
+#line 1328 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 687 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Currency_Symbols:
        
-#line 1335 "<stdout>"
+#line 1335 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1341,19 +1341,19 @@ yy302:
        ++YYCURSOR;
 #line 693 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Currency_Symbols; else return Error; }
-#line 1345 "<stdout>"
+#line 1345 "unicode_blocks.u--encoding-policy(ignore).c"
 yy304:
        ++YYCURSOR;
 #line 692 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Currency_Symbols; }
-#line 1350 "<stdout>"
+#line 1350 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 694 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Combining_Diacritical_Marks_for_Symbols:
        
-#line 1357 "<stdout>"
+#line 1357 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1363,19 +1363,19 @@ yy308:
        ++YYCURSOR;
 #line 700 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks_for_Symbols; else return Error; }
-#line 1367 "<stdout>"
+#line 1367 "unicode_blocks.u--encoding-policy(ignore).c"
 yy310:
        ++YYCURSOR;
 #line 699 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Combining_Diacritical_Marks_for_Symbols; }
-#line 1372 "<stdout>"
+#line 1372 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 701 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Letterlike_Symbols:
        
-#line 1379 "<stdout>"
+#line 1379 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1385,19 +1385,19 @@ yy314:
        ++YYCURSOR;
 #line 707 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Letterlike_Symbols; else return Error; }
-#line 1389 "<stdout>"
+#line 1389 "unicode_blocks.u--encoding-policy(ignore).c"
 yy316:
        ++YYCURSOR;
 #line 706 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Letterlike_Symbols; }
-#line 1394 "<stdout>"
+#line 1394 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 708 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Number_Forms:
        
-#line 1401 "<stdout>"
+#line 1401 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1407,19 +1407,19 @@ yy320:
        ++YYCURSOR;
 #line 714 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Number_Forms; else return Error; }
-#line 1411 "<stdout>"
+#line 1411 "unicode_blocks.u--encoding-policy(ignore).c"
 yy322:
        ++YYCURSOR;
 #line 713 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Number_Forms; }
-#line 1416 "<stdout>"
+#line 1416 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 715 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Arrows:
        
-#line 1423 "<stdout>"
+#line 1423 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1429,19 +1429,19 @@ yy326:
        ++YYCURSOR;
 #line 721 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arrows; else return Error; }
-#line 1433 "<stdout>"
+#line 1433 "unicode_blocks.u--encoding-policy(ignore).c"
 yy328:
        ++YYCURSOR;
 #line 720 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Arrows; }
-#line 1438 "<stdout>"
+#line 1438 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 722 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Mathematical_Operators:
        
-#line 1445 "<stdout>"
+#line 1445 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1451,19 +1451,19 @@ yy332:
        ++YYCURSOR;
 #line 728 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Mathematical_Operators; else return Error; }
-#line 1455 "<stdout>"
+#line 1455 "unicode_blocks.u--encoding-policy(ignore).c"
 yy334:
        ++YYCURSOR;
 #line 727 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Mathematical_Operators; }
-#line 1460 "<stdout>"
+#line 1460 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 729 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Miscellaneous_Technical:
        
-#line 1467 "<stdout>"
+#line 1467 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1473,19 +1473,19 @@ yy338:
        ++YYCURSOR;
 #line 735 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Technical; else return Error; }
-#line 1477 "<stdout>"
+#line 1477 "unicode_blocks.u--encoding-policy(ignore).c"
 yy340:
        ++YYCURSOR;
 #line 734 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Miscellaneous_Technical; }
-#line 1482 "<stdout>"
+#line 1482 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 736 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Control_Pictures:
        
-#line 1489 "<stdout>"
+#line 1489 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1495,19 +1495,19 @@ yy344:
        ++YYCURSOR;
 #line 742 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Control_Pictures; else return Error; }
-#line 1499 "<stdout>"
+#line 1499 "unicode_blocks.u--encoding-policy(ignore).c"
 yy346:
        ++YYCURSOR;
 #line 741 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Control_Pictures; }
-#line 1504 "<stdout>"
+#line 1504 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 743 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Optical_Character_Recognition:
        
-#line 1511 "<stdout>"
+#line 1511 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1517,19 +1517,19 @@ yy350:
        ++YYCURSOR;
 #line 749 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Optical_Character_Recognition; else return Error; }
-#line 1521 "<stdout>"
+#line 1521 "unicode_blocks.u--encoding-policy(ignore).c"
 yy352:
        ++YYCURSOR;
 #line 748 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Optical_Character_Recognition; }
-#line 1526 "<stdout>"
+#line 1526 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 750 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Enclosed_Alphanumerics:
        
-#line 1533 "<stdout>"
+#line 1533 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1539,19 +1539,19 @@ yy356:
        ++YYCURSOR;
 #line 756 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Enclosed_Alphanumerics; else return Error; }
-#line 1543 "<stdout>"
+#line 1543 "unicode_blocks.u--encoding-policy(ignore).c"
 yy358:
        ++YYCURSOR;
 #line 755 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Enclosed_Alphanumerics; }
-#line 1548 "<stdout>"
+#line 1548 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 757 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Box_Drawing:
        
-#line 1555 "<stdout>"
+#line 1555 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1561,19 +1561,19 @@ yy362:
        ++YYCURSOR;
 #line 763 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Box_Drawing; else return Error; }
-#line 1565 "<stdout>"
+#line 1565 "unicode_blocks.u--encoding-policy(ignore).c"
 yy364:
        ++YYCURSOR;
 #line 762 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Box_Drawing; }
-#line 1570 "<stdout>"
+#line 1570 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 764 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Block_Elements:
        
-#line 1577 "<stdout>"
+#line 1577 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1583,19 +1583,19 @@ yy368:
        ++YYCURSOR;
 #line 770 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Block_Elements; else return Error; }
-#line 1587 "<stdout>"
+#line 1587 "unicode_blocks.u--encoding-policy(ignore).c"
 yy370:
        ++YYCURSOR;
 #line 769 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Block_Elements; }
-#line 1592 "<stdout>"
+#line 1592 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 771 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Geometric_Shapes:
        
-#line 1599 "<stdout>"
+#line 1599 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1605,19 +1605,19 @@ yy374:
        ++YYCURSOR;
 #line 777 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Geometric_Shapes; else return Error; }
-#line 1609 "<stdout>"
+#line 1609 "unicode_blocks.u--encoding-policy(ignore).c"
 yy376:
        ++YYCURSOR;
 #line 776 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Geometric_Shapes; }
-#line 1614 "<stdout>"
+#line 1614 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 778 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Miscellaneous_Symbols:
        
-#line 1621 "<stdout>"
+#line 1621 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1627,19 +1627,19 @@ yy380:
        ++YYCURSOR;
 #line 784 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols; else return Error; }
-#line 1631 "<stdout>"
+#line 1631 "unicode_blocks.u--encoding-policy(ignore).c"
 yy382:
        ++YYCURSOR;
 #line 783 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Miscellaneous_Symbols; }
-#line 1636 "<stdout>"
+#line 1636 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 785 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Dingbats:
        
-#line 1643 "<stdout>"
+#line 1643 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1649,19 +1649,19 @@ yy386:
        ++YYCURSOR;
 #line 791 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Dingbats; else return Error; }
-#line 1653 "<stdout>"
+#line 1653 "unicode_blocks.u--encoding-policy(ignore).c"
 yy388:
        ++YYCURSOR;
 #line 790 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Dingbats; }
-#line 1658 "<stdout>"
+#line 1658 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 792 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Miscellaneous_Mathematical_Symbols_A:
        
-#line 1665 "<stdout>"
+#line 1665 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1671,19 +1671,19 @@ yy392:
        ++YYCURSOR;
 #line 798 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_A; else return Error; }
-#line 1675 "<stdout>"
+#line 1675 "unicode_blocks.u--encoding-policy(ignore).c"
 yy394:
        ++YYCURSOR;
 #line 797 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Miscellaneous_Mathematical_Symbols_A; }
-#line 1680 "<stdout>"
+#line 1680 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 799 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Supplemental_Arrows_A:
        
-#line 1687 "<stdout>"
+#line 1687 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1693,19 +1693,19 @@ yy398:
        ++YYCURSOR;
 #line 805 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_A; else return Error; }
-#line 1697 "<stdout>"
+#line 1697 "unicode_blocks.u--encoding-policy(ignore).c"
 yy400:
        ++YYCURSOR;
 #line 804 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Supplemental_Arrows_A; }
-#line 1702 "<stdout>"
+#line 1702 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 806 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Braille_Patterns:
        
-#line 1709 "<stdout>"
+#line 1709 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1715,19 +1715,19 @@ yy404:
        ++YYCURSOR;
 #line 812 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Braille_Patterns; else return Error; }
-#line 1719 "<stdout>"
+#line 1719 "unicode_blocks.u--encoding-policy(ignore).c"
 yy406:
        ++YYCURSOR;
 #line 811 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Braille_Patterns; }
-#line 1724 "<stdout>"
+#line 1724 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 813 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Supplemental_Arrows_B:
        
-#line 1731 "<stdout>"
+#line 1731 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1737,19 +1737,19 @@ yy410:
        ++YYCURSOR;
 #line 819 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_B; else return Error; }
-#line 1741 "<stdout>"
+#line 1741 "unicode_blocks.u--encoding-policy(ignore).c"
 yy412:
        ++YYCURSOR;
 #line 818 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Supplemental_Arrows_B; }
-#line 1746 "<stdout>"
+#line 1746 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 820 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Miscellaneous_Mathematical_Symbols_B:
        
-#line 1753 "<stdout>"
+#line 1753 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1759,19 +1759,19 @@ yy416:
        ++YYCURSOR;
 #line 826 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_B; else return Error; }
-#line 1763 "<stdout>"
+#line 1763 "unicode_blocks.u--encoding-policy(ignore).c"
 yy418:
        ++YYCURSOR;
 #line 825 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Miscellaneous_Mathematical_Symbols_B; }
-#line 1768 "<stdout>"
+#line 1768 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 827 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Supplemental_Mathematical_Operators:
        
-#line 1775 "<stdout>"
+#line 1775 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1781,19 +1781,19 @@ yy422:
        ++YYCURSOR;
 #line 833 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Mathematical_Operators; else return Error; }
-#line 1785 "<stdout>"
+#line 1785 "unicode_blocks.u--encoding-policy(ignore).c"
 yy424:
        ++YYCURSOR;
 #line 832 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Supplemental_Mathematical_Operators; }
-#line 1790 "<stdout>"
+#line 1790 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 834 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Miscellaneous_Symbols_and_Arrows:
        
-#line 1797 "<stdout>"
+#line 1797 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1803,19 +1803,19 @@ yy428:
        ++YYCURSOR;
 #line 840 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols_and_Arrows; else return Error; }
-#line 1807 "<stdout>"
+#line 1807 "unicode_blocks.u--encoding-policy(ignore).c"
 yy430:
        ++YYCURSOR;
 #line 839 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Miscellaneous_Symbols_and_Arrows; }
-#line 1812 "<stdout>"
+#line 1812 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 841 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 CJK_Radicals_Supplement:
        
-#line 1819 "<stdout>"
+#line 1819 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1825,19 +1825,19 @@ yy434:
        ++YYCURSOR;
 #line 847 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Radicals_Supplement; else return Error; }
-#line 1829 "<stdout>"
+#line 1829 "unicode_blocks.u--encoding-policy(ignore).c"
 yy436:
        ++YYCURSOR;
 #line 846 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto CJK_Radicals_Supplement; }
-#line 1834 "<stdout>"
+#line 1834 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 848 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Kangxi_Radicals:
        
-#line 1841 "<stdout>"
+#line 1841 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1847,19 +1847,19 @@ yy440:
        ++YYCURSOR;
 #line 854 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kangxi_Radicals; else return Error; }
-#line 1851 "<stdout>"
+#line 1851 "unicode_blocks.u--encoding-policy(ignore).c"
 yy442:
        ++YYCURSOR;
 #line 853 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Kangxi_Radicals; }
-#line 1856 "<stdout>"
+#line 1856 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 855 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Ideographic_Description_Characters:
        
-#line 1863 "<stdout>"
+#line 1863 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1869,19 +1869,19 @@ yy446:
        ++YYCURSOR;
 #line 861 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ideographic_Description_Characters; else return Error; }
-#line 1873 "<stdout>"
+#line 1873 "unicode_blocks.u--encoding-policy(ignore).c"
 yy448:
        ++YYCURSOR;
 #line 860 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Ideographic_Description_Characters; }
-#line 1878 "<stdout>"
+#line 1878 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 862 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 CJK_Symbols_and_Punctuation:
        
-#line 1885 "<stdout>"
+#line 1885 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1891,19 +1891,19 @@ yy452:
        ++YYCURSOR;
 #line 868 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Symbols_and_Punctuation; else return Error; }
-#line 1895 "<stdout>"
+#line 1895 "unicode_blocks.u--encoding-policy(ignore).c"
 yy454:
        ++YYCURSOR;
 #line 867 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto CJK_Symbols_and_Punctuation; }
-#line 1900 "<stdout>"
+#line 1900 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 869 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Hiragana:
        
-#line 1907 "<stdout>"
+#line 1907 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1913,19 +1913,19 @@ yy458:
        ++YYCURSOR;
 #line 875 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hiragana; else return Error; }
-#line 1917 "<stdout>"
+#line 1917 "unicode_blocks.u--encoding-policy(ignore).c"
 yy460:
        ++YYCURSOR;
 #line 874 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Hiragana; }
-#line 1922 "<stdout>"
+#line 1922 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 876 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Katakana:
        
-#line 1929 "<stdout>"
+#line 1929 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1935,19 +1935,19 @@ yy464:
        ++YYCURSOR;
 #line 882 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Katakana; else return Error; }
-#line 1939 "<stdout>"
+#line 1939 "unicode_blocks.u--encoding-policy(ignore).c"
 yy466:
        ++YYCURSOR;
 #line 881 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Katakana; }
-#line 1944 "<stdout>"
+#line 1944 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 883 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Bopomofo:
        
-#line 1951 "<stdout>"
+#line 1951 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1957,19 +1957,19 @@ yy470:
        ++YYCURSOR;
 #line 889 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bopomofo; else return Error; }
-#line 1961 "<stdout>"
+#line 1961 "unicode_blocks.u--encoding-policy(ignore).c"
 yy472:
        ++YYCURSOR;
 #line 888 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Bopomofo; }
-#line 1966 "<stdout>"
+#line 1966 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 890 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Hangul_Compatibility_Jamo:
        
-#line 1973 "<stdout>"
+#line 1973 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1979,19 +1979,19 @@ yy476:
        ++YYCURSOR;
 #line 896 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Compatibility_Jamo; else return Error; }
-#line 1983 "<stdout>"
+#line 1983 "unicode_blocks.u--encoding-policy(ignore).c"
 yy478:
        ++YYCURSOR;
 #line 895 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Hangul_Compatibility_Jamo; }
-#line 1988 "<stdout>"
+#line 1988 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 897 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Kanbun:
        
-#line 1995 "<stdout>"
+#line 1995 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2001,19 +2001,19 @@ yy482:
        ++YYCURSOR;
 #line 903 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kanbun; else return Error; }
-#line 2005 "<stdout>"
+#line 2005 "unicode_blocks.u--encoding-policy(ignore).c"
 yy484:
        ++YYCURSOR;
 #line 902 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Kanbun; }
-#line 2010 "<stdout>"
+#line 2010 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 904 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Bopomofo_Extended:
        
-#line 2017 "<stdout>"
+#line 2017 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2023,19 +2023,19 @@ yy488:
        ++YYCURSOR;
 #line 910 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bopomofo_Extended; else return Error; }
-#line 2027 "<stdout>"
+#line 2027 "unicode_blocks.u--encoding-policy(ignore).c"
 yy490:
        ++YYCURSOR;
 #line 909 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Bopomofo_Extended; }
-#line 2032 "<stdout>"
+#line 2032 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 911 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Katakana_Phonetic_Extensions:
        
-#line 2039 "<stdout>"
+#line 2039 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2045,19 +2045,19 @@ yy494:
        ++YYCURSOR;
 #line 917 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Katakana_Phonetic_Extensions; else return Error; }
-#line 2049 "<stdout>"
+#line 2049 "unicode_blocks.u--encoding-policy(ignore).c"
 yy496:
        ++YYCURSOR;
 #line 916 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Katakana_Phonetic_Extensions; }
-#line 2054 "<stdout>"
+#line 2054 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 918 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Enclosed_CJK_Letters_and_Months:
        
-#line 2061 "<stdout>"
+#line 2061 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2067,19 +2067,19 @@ yy500:
        ++YYCURSOR;
 #line 924 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Enclosed_CJK_Letters_and_Months; else return Error; }
-#line 2071 "<stdout>"
+#line 2071 "unicode_blocks.u--encoding-policy(ignore).c"
 yy502:
        ++YYCURSOR;
 #line 923 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Enclosed_CJK_Letters_and_Months; }
-#line 2076 "<stdout>"
+#line 2076 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 925 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 CJK_Compatibility:
        
-#line 2083 "<stdout>"
+#line 2083 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2089,19 +2089,19 @@ yy506:
        ++YYCURSOR;
 #line 931 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility; else return Error; }
-#line 2093 "<stdout>"
+#line 2093 "unicode_blocks.u--encoding-policy(ignore).c"
 yy508:
        ++YYCURSOR;
 #line 930 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto CJK_Compatibility; }
-#line 2098 "<stdout>"
+#line 2098 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 932 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 CJK_Unified_Ideographs_Extension_A:
        
-#line 2105 "<stdout>"
+#line 2105 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2111,19 +2111,19 @@ yy512:
        ++YYCURSOR;
 #line 938 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs_Extension_A; else return Error; }
-#line 2115 "<stdout>"
+#line 2115 "unicode_blocks.u--encoding-policy(ignore).c"
 yy514:
        ++YYCURSOR;
 #line 937 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto CJK_Unified_Ideographs_Extension_A; }
-#line 2120 "<stdout>"
+#line 2120 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 939 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Yijing_Hexagram_Symbols:
        
-#line 2127 "<stdout>"
+#line 2127 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2133,19 +2133,19 @@ yy518:
        ++YYCURSOR;
 #line 945 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yijing_Hexagram_Symbols; else return Error; }
-#line 2137 "<stdout>"
+#line 2137 "unicode_blocks.u--encoding-policy(ignore).c"
 yy520:
        ++YYCURSOR;
 #line 944 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Yijing_Hexagram_Symbols; }
-#line 2142 "<stdout>"
+#line 2142 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 946 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 CJK_Unified_Ideographs:
        
-#line 2149 "<stdout>"
+#line 2149 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2155,19 +2155,19 @@ yy524:
        ++YYCURSOR;
 #line 952 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs; else return Error; }
-#line 2159 "<stdout>"
+#line 2159 "unicode_blocks.u--encoding-policy(ignore).c"
 yy526:
        ++YYCURSOR;
 #line 951 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto CJK_Unified_Ideographs; }
-#line 2164 "<stdout>"
+#line 2164 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 953 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Yi_Syllables:
        
-#line 2171 "<stdout>"
+#line 2171 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2177,19 +2177,19 @@ yy530:
        ++YYCURSOR;
 #line 959 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yi_Syllables; else return Error; }
-#line 2181 "<stdout>"
+#line 2181 "unicode_blocks.u--encoding-policy(ignore).c"
 yy532:
        ++YYCURSOR;
 #line 958 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Yi_Syllables; }
-#line 2186 "<stdout>"
+#line 2186 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 960 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Yi_Radicals:
        
-#line 2193 "<stdout>"
+#line 2193 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2199,19 +2199,19 @@ yy536:
        ++YYCURSOR;
 #line 966 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yi_Radicals; else return Error; }
-#line 2203 "<stdout>"
+#line 2203 "unicode_blocks.u--encoding-policy(ignore).c"
 yy538:
        ++YYCURSOR;
 #line 965 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Yi_Radicals; }
-#line 2208 "<stdout>"
+#line 2208 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 967 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Hangul_Syllables:
        
-#line 2215 "<stdout>"
+#line 2215 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2221,19 +2221,19 @@ yy542:
        ++YYCURSOR;
 #line 973 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Syllables; else return Error; }
-#line 2225 "<stdout>"
+#line 2225 "unicode_blocks.u--encoding-policy(ignore).c"
 yy544:
        ++YYCURSOR;
 #line 972 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Hangul_Syllables; }
-#line 2230 "<stdout>"
+#line 2230 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 974 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 High_Surrogates:
        
-#line 2237 "<stdout>"
+#line 2237 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2243,19 +2243,19 @@ yy548:
        ++YYCURSOR;
 #line 980 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return High_Surrogates; else return Error; }
-#line 2247 "<stdout>"
+#line 2247 "unicode_blocks.u--encoding-policy(ignore).c"
 yy550:
        ++YYCURSOR;
 #line 979 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto High_Surrogates; }
-#line 2252 "<stdout>"
+#line 2252 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 981 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 High_Private_Use_Surrogates:
        
-#line 2259 "<stdout>"
+#line 2259 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2265,19 +2265,19 @@ yy554:
        ++YYCURSOR;
 #line 987 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return High_Private_Use_Surrogates; else return Error; }
-#line 2269 "<stdout>"
+#line 2269 "unicode_blocks.u--encoding-policy(ignore).c"
 yy556:
        ++YYCURSOR;
 #line 986 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto High_Private_Use_Surrogates; }
-#line 2274 "<stdout>"
+#line 2274 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 988 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Low_Surrogates:
        
-#line 2281 "<stdout>"
+#line 2281 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2287,19 +2287,19 @@ yy560:
        ++YYCURSOR;
 #line 994 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Low_Surrogates; else return Error; }
-#line 2291 "<stdout>"
+#line 2291 "unicode_blocks.u--encoding-policy(ignore).c"
 yy562:
        ++YYCURSOR;
 #line 993 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Low_Surrogates; }
-#line 2296 "<stdout>"
+#line 2296 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 995 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Private_Use_Area:
        
-#line 2303 "<stdout>"
+#line 2303 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2309,19 +2309,19 @@ yy566:
        ++YYCURSOR;
 #line 1001 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Private_Use_Area; else return Error; }
-#line 2313 "<stdout>"
+#line 2313 "unicode_blocks.u--encoding-policy(ignore).c"
 yy568:
        ++YYCURSOR;
 #line 1000 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Private_Use_Area; }
-#line 2318 "<stdout>"
+#line 2318 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1002 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 CJK_Compatibility_Ideographs:
        
-#line 2325 "<stdout>"
+#line 2325 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2331,19 +2331,19 @@ yy572:
        ++YYCURSOR;
 #line 1008 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Ideographs; else return Error; }
-#line 2335 "<stdout>"
+#line 2335 "unicode_blocks.u--encoding-policy(ignore).c"
 yy574:
        ++YYCURSOR;
 #line 1007 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto CJK_Compatibility_Ideographs; }
-#line 2340 "<stdout>"
+#line 2340 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1009 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Alphabetic_Presentation_Forms:
        
-#line 2347 "<stdout>"
+#line 2347 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2353,19 +2353,19 @@ yy578:
        ++YYCURSOR;
 #line 1015 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Alphabetic_Presentation_Forms; else return Error; }
-#line 2357 "<stdout>"
+#line 2357 "unicode_blocks.u--encoding-policy(ignore).c"
 yy580:
        ++YYCURSOR;
 #line 1014 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Alphabetic_Presentation_Forms; }
-#line 2362 "<stdout>"
+#line 2362 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1016 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Arabic_Presentation_Forms_A:
        
-#line 2369 "<stdout>"
+#line 2369 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2375,19 +2375,19 @@ yy584:
        ++YYCURSOR;
 #line 1022 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_A; else return Error; }
-#line 2379 "<stdout>"
+#line 2379 "unicode_blocks.u--encoding-policy(ignore).c"
 yy586:
        ++YYCURSOR;
 #line 1021 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Arabic_Presentation_Forms_A; }
-#line 2384 "<stdout>"
+#line 2384 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1023 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Variation_Selectors:
        
-#line 2391 "<stdout>"
+#line 2391 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2397,19 +2397,19 @@ yy590:
        ++YYCURSOR;
 #line 1029 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Variation_Selectors; else return Error; }
-#line 2401 "<stdout>"
+#line 2401 "unicode_blocks.u--encoding-policy(ignore).c"
 yy592:
        ++YYCURSOR;
 #line 1028 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Variation_Selectors; }
-#line 2406 "<stdout>"
+#line 2406 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1030 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Combining_Half_Marks:
        
-#line 2413 "<stdout>"
+#line 2413 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2419,19 +2419,19 @@ yy596:
        ++YYCURSOR;
 #line 1036 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Half_Marks; else return Error; }
-#line 2423 "<stdout>"
+#line 2423 "unicode_blocks.u--encoding-policy(ignore).c"
 yy598:
        ++YYCURSOR;
 #line 1035 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Combining_Half_Marks; }
-#line 2428 "<stdout>"
+#line 2428 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1037 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 CJK_Compatibility_Forms:
        
-#line 2435 "<stdout>"
+#line 2435 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2441,19 +2441,19 @@ yy602:
        ++YYCURSOR;
 #line 1043 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Forms; else return Error; }
-#line 2445 "<stdout>"
+#line 2445 "unicode_blocks.u--encoding-policy(ignore).c"
 yy604:
        ++YYCURSOR;
 #line 1042 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto CJK_Compatibility_Forms; }
-#line 2450 "<stdout>"
+#line 2450 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1044 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Small_Form_Variants:
        
-#line 2457 "<stdout>"
+#line 2457 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2463,19 +2463,19 @@ yy608:
        ++YYCURSOR;
 #line 1050 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Small_Form_Variants; else return Error; }
-#line 2467 "<stdout>"
+#line 2467 "unicode_blocks.u--encoding-policy(ignore).c"
 yy610:
        ++YYCURSOR;
 #line 1049 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Small_Form_Variants; }
-#line 2472 "<stdout>"
+#line 2472 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1051 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Arabic_Presentation_Forms_B:
        
-#line 2479 "<stdout>"
+#line 2479 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2485,19 +2485,19 @@ yy614:
        ++YYCURSOR;
 #line 1057 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_B; else return Error; }
-#line 2489 "<stdout>"
+#line 2489 "unicode_blocks.u--encoding-policy(ignore).c"
 yy616:
        ++YYCURSOR;
 #line 1056 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Arabic_Presentation_Forms_B; }
-#line 2494 "<stdout>"
+#line 2494 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1058 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Halfwidth_and_Fullwidth_Forms:
        
-#line 2501 "<stdout>"
+#line 2501 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2507,19 +2507,19 @@ yy620:
        ++YYCURSOR;
 #line 1064 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Halfwidth_and_Fullwidth_Forms; else return Error; }
-#line 2511 "<stdout>"
+#line 2511 "unicode_blocks.u--encoding-policy(ignore).c"
 yy622:
        ++YYCURSOR;
 #line 1063 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Halfwidth_and_Fullwidth_Forms; }
-#line 2516 "<stdout>"
+#line 2516 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1065 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 Specials:
        
-#line 2523 "<stdout>"
+#line 2523 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2529,19 +2529,19 @@ yy626:
        ++YYCURSOR;
 #line 1071 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Specials; else return Error; }
-#line 2533 "<stdout>"
+#line 2533 "unicode_blocks.u--encoding-policy(ignore).c"
 yy628:
        ++YYCURSOR;
 #line 1070 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto Specials; }
-#line 2538 "<stdout>"
+#line 2538 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1072 "unicode_blocks.u--encoding-policy(ignore).re"
 
 
 All:
        
-#line 2545 "<stdout>"
+#line 2545 "unicode_blocks.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2590,12 +2590,12 @@ yy632:
        ++YYCURSOR;
 #line 1077 "unicode_blocks.u--encoding-policy(ignore).re"
        { goto All; }
-#line 2594 "<stdout>"
+#line 2594 "unicode_blocks.u--encoding-policy(ignore).c"
 yy634:
        ++YYCURSOR;
 #line 1078 "unicode_blocks.u--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return All; else return Error; }
-#line 2599 "<stdout>"
+#line 2599 "unicode_blocks.u--encoding-policy(ignore).c"
 }
 #line 1079 "unicode_blocks.u--encoding-policy(ignore).re"
 
index 14f7b4eec37c8cfa9cef03241655946be589acc2..a36c07aa0f328c80cd95c7307f91075898dfeefe 100644 (file)
@@ -233,7 +233,7 @@ Block scan(const YYCTYPE * start, const YYCTYPE * const limit, Block blk)
 
 Basic_Latin:
        
-#line 237 "<stdout>"
+#line 237 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -241,19 +241,19 @@ Basic_Latin:
        ++YYCURSOR;
 #line 342 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Basic_Latin; }
-#line 245 "<stdout>"
+#line 245 "unicode_blocks.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 343 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Basic_Latin; else return Error; }
-#line 250 "<stdout>"
+#line 250 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 344 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Latin___Supplement:
        
-#line 257 "<stdout>"
+#line 257 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -263,19 +263,19 @@ yy8:
        ++YYCURSOR;
 #line 350 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin___Supplement; else return Error; }
-#line 267 "<stdout>"
+#line 267 "unicode_blocks.u--encoding-policy(substitute).c"
 yy10:
        ++YYCURSOR;
 #line 349 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Latin___Supplement; }
-#line 272 "<stdout>"
+#line 272 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 351 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Latin_Extended_A:
        
-#line 279 "<stdout>"
+#line 279 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -285,19 +285,19 @@ yy14:
        ++YYCURSOR;
 #line 357 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_A; else return Error; }
-#line 289 "<stdout>"
+#line 289 "unicode_blocks.u--encoding-policy(substitute).c"
 yy16:
        ++YYCURSOR;
 #line 356 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Latin_Extended_A; }
-#line 294 "<stdout>"
+#line 294 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 358 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Latin_Extended_B:
        
-#line 301 "<stdout>"
+#line 301 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -307,19 +307,19 @@ yy20:
        ++YYCURSOR;
 #line 364 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_B; else return Error; }
-#line 311 "<stdout>"
+#line 311 "unicode_blocks.u--encoding-policy(substitute).c"
 yy22:
        ++YYCURSOR;
 #line 363 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Latin_Extended_B; }
-#line 316 "<stdout>"
+#line 316 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 365 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 IPA_Extensions:
        
-#line 323 "<stdout>"
+#line 323 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -329,19 +329,19 @@ yy26:
        ++YYCURSOR;
 #line 371 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return IPA_Extensions; else return Error; }
-#line 333 "<stdout>"
+#line 333 "unicode_blocks.u--encoding-policy(substitute).c"
 yy28:
        ++YYCURSOR;
 #line 370 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto IPA_Extensions; }
-#line 338 "<stdout>"
+#line 338 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 372 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Spacing_Modifier_Letters:
        
-#line 345 "<stdout>"
+#line 345 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -351,19 +351,19 @@ yy32:
        ++YYCURSOR;
 #line 378 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Spacing_Modifier_Letters; else return Error; }
-#line 355 "<stdout>"
+#line 355 "unicode_blocks.u--encoding-policy(substitute).c"
 yy34:
        ++YYCURSOR;
 #line 377 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Spacing_Modifier_Letters; }
-#line 360 "<stdout>"
+#line 360 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 379 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Combining_Diacritical_Marks:
        
-#line 367 "<stdout>"
+#line 367 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -373,19 +373,19 @@ yy38:
        ++YYCURSOR;
 #line 385 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks; else return Error; }
-#line 377 "<stdout>"
+#line 377 "unicode_blocks.u--encoding-policy(substitute).c"
 yy40:
        ++YYCURSOR;
 #line 384 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Combining_Diacritical_Marks; }
-#line 382 "<stdout>"
+#line 382 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 386 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Greek_and_Coptic:
        
-#line 389 "<stdout>"
+#line 389 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -395,19 +395,19 @@ yy44:
        ++YYCURSOR;
 #line 392 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Greek_and_Coptic; else return Error; }
-#line 399 "<stdout>"
+#line 399 "unicode_blocks.u--encoding-policy(substitute).c"
 yy46:
        ++YYCURSOR;
 #line 391 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Greek_and_Coptic; }
-#line 404 "<stdout>"
+#line 404 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 393 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Cyrillic:
        
-#line 411 "<stdout>"
+#line 411 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -417,19 +417,19 @@ yy50:
        ++YYCURSOR;
 #line 399 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cyrillic; else return Error; }
-#line 421 "<stdout>"
+#line 421 "unicode_blocks.u--encoding-policy(substitute).c"
 yy52:
        ++YYCURSOR;
 #line 398 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Cyrillic; }
-#line 426 "<stdout>"
+#line 426 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 400 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Cyrillic_Supplementary:
        
-#line 433 "<stdout>"
+#line 433 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -439,19 +439,19 @@ yy56:
        ++YYCURSOR;
 #line 406 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cyrillic_Supplementary; else return Error; }
-#line 443 "<stdout>"
+#line 443 "unicode_blocks.u--encoding-policy(substitute).c"
 yy58:
        ++YYCURSOR;
 #line 405 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Cyrillic_Supplementary; }
-#line 448 "<stdout>"
+#line 448 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 407 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Armenian:
        
-#line 455 "<stdout>"
+#line 455 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -461,19 +461,19 @@ yy62:
        ++YYCURSOR;
 #line 413 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Armenian; else return Error; }
-#line 465 "<stdout>"
+#line 465 "unicode_blocks.u--encoding-policy(substitute).c"
 yy64:
        ++YYCURSOR;
 #line 412 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Armenian; }
-#line 470 "<stdout>"
+#line 470 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 414 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Hebrew:
        
-#line 477 "<stdout>"
+#line 477 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -483,19 +483,19 @@ yy68:
        ++YYCURSOR;
 #line 420 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hebrew; else return Error; }
-#line 487 "<stdout>"
+#line 487 "unicode_blocks.u--encoding-policy(substitute).c"
 yy70:
        ++YYCURSOR;
 #line 419 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Hebrew; }
-#line 492 "<stdout>"
+#line 492 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 421 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Arabic:
        
-#line 499 "<stdout>"
+#line 499 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -505,19 +505,19 @@ yy74:
        ++YYCURSOR;
 #line 427 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic; else return Error; }
-#line 509 "<stdout>"
+#line 509 "unicode_blocks.u--encoding-policy(substitute).c"
 yy76:
        ++YYCURSOR;
 #line 426 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Arabic; }
-#line 514 "<stdout>"
+#line 514 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 428 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Syriac:
        
-#line 521 "<stdout>"
+#line 521 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -527,19 +527,19 @@ yy80:
        ++YYCURSOR;
 #line 434 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Syriac; else return Error; }
-#line 531 "<stdout>"
+#line 531 "unicode_blocks.u--encoding-policy(substitute).c"
 yy82:
        ++YYCURSOR;
 #line 433 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Syriac; }
-#line 536 "<stdout>"
+#line 536 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 435 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Thaana:
        
-#line 543 "<stdout>"
+#line 543 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -549,19 +549,19 @@ yy86:
        ++YYCURSOR;
 #line 441 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Thaana; else return Error; }
-#line 553 "<stdout>"
+#line 553 "unicode_blocks.u--encoding-policy(substitute).c"
 yy88:
        ++YYCURSOR;
 #line 440 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Thaana; }
-#line 558 "<stdout>"
+#line 558 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 442 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Devanagari:
        
-#line 565 "<stdout>"
+#line 565 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -571,19 +571,19 @@ yy92:
        ++YYCURSOR;
 #line 448 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Devanagari; else return Error; }
-#line 575 "<stdout>"
+#line 575 "unicode_blocks.u--encoding-policy(substitute).c"
 yy94:
        ++YYCURSOR;
 #line 447 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Devanagari; }
-#line 580 "<stdout>"
+#line 580 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 449 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Bengali:
        
-#line 587 "<stdout>"
+#line 587 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -593,19 +593,19 @@ yy98:
        ++YYCURSOR;
 #line 455 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bengali; else return Error; }
-#line 597 "<stdout>"
+#line 597 "unicode_blocks.u--encoding-policy(substitute).c"
 yy100:
        ++YYCURSOR;
 #line 454 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Bengali; }
-#line 602 "<stdout>"
+#line 602 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 456 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Gurmukhi:
        
-#line 609 "<stdout>"
+#line 609 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -615,19 +615,19 @@ yy104:
        ++YYCURSOR;
 #line 462 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Gurmukhi; else return Error; }
-#line 619 "<stdout>"
+#line 619 "unicode_blocks.u--encoding-policy(substitute).c"
 yy106:
        ++YYCURSOR;
 #line 461 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Gurmukhi; }
-#line 624 "<stdout>"
+#line 624 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 463 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Gujarati:
        
-#line 631 "<stdout>"
+#line 631 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -637,19 +637,19 @@ yy110:
        ++YYCURSOR;
 #line 469 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Gujarati; else return Error; }
-#line 641 "<stdout>"
+#line 641 "unicode_blocks.u--encoding-policy(substitute).c"
 yy112:
        ++YYCURSOR;
 #line 468 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Gujarati; }
-#line 646 "<stdout>"
+#line 646 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 470 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Oriya:
        
-#line 653 "<stdout>"
+#line 653 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -659,19 +659,19 @@ yy116:
        ++YYCURSOR;
 #line 476 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Oriya; else return Error; }
-#line 663 "<stdout>"
+#line 663 "unicode_blocks.u--encoding-policy(substitute).c"
 yy118:
        ++YYCURSOR;
 #line 475 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Oriya; }
-#line 668 "<stdout>"
+#line 668 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 477 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Tamil:
        
-#line 675 "<stdout>"
+#line 675 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -681,19 +681,19 @@ yy122:
        ++YYCURSOR;
 #line 483 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tamil; else return Error; }
-#line 685 "<stdout>"
+#line 685 "unicode_blocks.u--encoding-policy(substitute).c"
 yy124:
        ++YYCURSOR;
 #line 482 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Tamil; }
-#line 690 "<stdout>"
+#line 690 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 484 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Telugu:
        
-#line 697 "<stdout>"
+#line 697 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -703,19 +703,19 @@ yy128:
        ++YYCURSOR;
 #line 490 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Telugu; else return Error; }
-#line 707 "<stdout>"
+#line 707 "unicode_blocks.u--encoding-policy(substitute).c"
 yy130:
        ++YYCURSOR;
 #line 489 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Telugu; }
-#line 712 "<stdout>"
+#line 712 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 491 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Kannada:
        
-#line 719 "<stdout>"
+#line 719 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -725,19 +725,19 @@ yy134:
        ++YYCURSOR;
 #line 497 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kannada; else return Error; }
-#line 729 "<stdout>"
+#line 729 "unicode_blocks.u--encoding-policy(substitute).c"
 yy136:
        ++YYCURSOR;
 #line 496 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Kannada; }
-#line 734 "<stdout>"
+#line 734 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 498 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Malayalam:
        
-#line 741 "<stdout>"
+#line 741 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -747,19 +747,19 @@ yy140:
        ++YYCURSOR;
 #line 504 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Malayalam; else return Error; }
-#line 751 "<stdout>"
+#line 751 "unicode_blocks.u--encoding-policy(substitute).c"
 yy142:
        ++YYCURSOR;
 #line 503 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Malayalam; }
-#line 756 "<stdout>"
+#line 756 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 505 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Sinhala:
        
-#line 763 "<stdout>"
+#line 763 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -769,19 +769,19 @@ yy146:
        ++YYCURSOR;
 #line 511 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Sinhala; else return Error; }
-#line 773 "<stdout>"
+#line 773 "unicode_blocks.u--encoding-policy(substitute).c"
 yy148:
        ++YYCURSOR;
 #line 510 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Sinhala; }
-#line 778 "<stdout>"
+#line 778 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 512 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Thai:
        
-#line 785 "<stdout>"
+#line 785 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -791,19 +791,19 @@ yy152:
        ++YYCURSOR;
 #line 518 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Thai; else return Error; }
-#line 795 "<stdout>"
+#line 795 "unicode_blocks.u--encoding-policy(substitute).c"
 yy154:
        ++YYCURSOR;
 #line 517 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Thai; }
-#line 800 "<stdout>"
+#line 800 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 519 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Lao:
        
-#line 807 "<stdout>"
+#line 807 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -813,19 +813,19 @@ yy158:
        ++YYCURSOR;
 #line 525 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Lao; else return Error; }
-#line 817 "<stdout>"
+#line 817 "unicode_blocks.u--encoding-policy(substitute).c"
 yy160:
        ++YYCURSOR;
 #line 524 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Lao; }
-#line 822 "<stdout>"
+#line 822 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 526 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Tibetan:
        
-#line 829 "<stdout>"
+#line 829 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -835,19 +835,19 @@ yy164:
        ++YYCURSOR;
 #line 532 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tibetan; else return Error; }
-#line 839 "<stdout>"
+#line 839 "unicode_blocks.u--encoding-policy(substitute).c"
 yy166:
        ++YYCURSOR;
 #line 531 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Tibetan; }
-#line 844 "<stdout>"
+#line 844 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 533 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Myanmar:
        
-#line 851 "<stdout>"
+#line 851 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -857,19 +857,19 @@ yy170:
        ++YYCURSOR;
 #line 539 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Myanmar; else return Error; }
-#line 861 "<stdout>"
+#line 861 "unicode_blocks.u--encoding-policy(substitute).c"
 yy172:
        ++YYCURSOR;
 #line 538 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Myanmar; }
-#line 866 "<stdout>"
+#line 866 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 540 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Georgian:
        
-#line 873 "<stdout>"
+#line 873 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -879,19 +879,19 @@ yy176:
        ++YYCURSOR;
 #line 546 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Georgian; else return Error; }
-#line 883 "<stdout>"
+#line 883 "unicode_blocks.u--encoding-policy(substitute).c"
 yy178:
        ++YYCURSOR;
 #line 545 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Georgian; }
-#line 888 "<stdout>"
+#line 888 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 547 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Hangul_Jamo:
        
-#line 895 "<stdout>"
+#line 895 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -901,19 +901,19 @@ yy182:
        ++YYCURSOR;
 #line 553 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Jamo; else return Error; }
-#line 905 "<stdout>"
+#line 905 "unicode_blocks.u--encoding-policy(substitute).c"
 yy184:
        ++YYCURSOR;
 #line 552 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Hangul_Jamo; }
-#line 910 "<stdout>"
+#line 910 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 554 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Ethiopic:
        
-#line 917 "<stdout>"
+#line 917 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -923,19 +923,19 @@ yy188:
        ++YYCURSOR;
 #line 560 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ethiopic; else return Error; }
-#line 927 "<stdout>"
+#line 927 "unicode_blocks.u--encoding-policy(substitute).c"
 yy190:
        ++YYCURSOR;
 #line 559 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Ethiopic; }
-#line 932 "<stdout>"
+#line 932 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 561 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Cherokee:
        
-#line 939 "<stdout>"
+#line 939 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -945,19 +945,19 @@ yy194:
        ++YYCURSOR;
 #line 567 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cherokee; else return Error; }
-#line 949 "<stdout>"
+#line 949 "unicode_blocks.u--encoding-policy(substitute).c"
 yy196:
        ++YYCURSOR;
 #line 566 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Cherokee; }
-#line 954 "<stdout>"
+#line 954 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 568 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Unified_Canadian_Aboriginal_Syllabics:
        
-#line 961 "<stdout>"
+#line 961 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -967,19 +967,19 @@ yy200:
        ++YYCURSOR;
 #line 574 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Unified_Canadian_Aboriginal_Syllabics; else return Error; }
-#line 971 "<stdout>"
+#line 971 "unicode_blocks.u--encoding-policy(substitute).c"
 yy202:
        ++YYCURSOR;
 #line 573 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Unified_Canadian_Aboriginal_Syllabics; }
-#line 976 "<stdout>"
+#line 976 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 575 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Ogham:
        
-#line 983 "<stdout>"
+#line 983 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -989,19 +989,19 @@ yy206:
        ++YYCURSOR;
 #line 581 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ogham; else return Error; }
-#line 993 "<stdout>"
+#line 993 "unicode_blocks.u--encoding-policy(substitute).c"
 yy208:
        ++YYCURSOR;
 #line 580 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Ogham; }
-#line 998 "<stdout>"
+#line 998 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 582 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Runic:
        
-#line 1005 "<stdout>"
+#line 1005 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1011,19 +1011,19 @@ yy212:
        ++YYCURSOR;
 #line 588 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Runic; else return Error; }
-#line 1015 "<stdout>"
+#line 1015 "unicode_blocks.u--encoding-policy(substitute).c"
 yy214:
        ++YYCURSOR;
 #line 587 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Runic; }
-#line 1020 "<stdout>"
+#line 1020 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 589 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Tagalog:
        
-#line 1027 "<stdout>"
+#line 1027 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1033,19 +1033,19 @@ yy218:
        ++YYCURSOR;
 #line 595 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tagalog; else return Error; }
-#line 1037 "<stdout>"
+#line 1037 "unicode_blocks.u--encoding-policy(substitute).c"
 yy220:
        ++YYCURSOR;
 #line 594 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Tagalog; }
-#line 1042 "<stdout>"
+#line 1042 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 596 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Hanunoo:
        
-#line 1049 "<stdout>"
+#line 1049 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1055,19 +1055,19 @@ yy224:
        ++YYCURSOR;
 #line 602 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hanunoo; else return Error; }
-#line 1059 "<stdout>"
+#line 1059 "unicode_blocks.u--encoding-policy(substitute).c"
 yy226:
        ++YYCURSOR;
 #line 601 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Hanunoo; }
-#line 1064 "<stdout>"
+#line 1064 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 603 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Buhid:
        
-#line 1071 "<stdout>"
+#line 1071 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1077,19 +1077,19 @@ yy230:
        ++YYCURSOR;
 #line 609 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Buhid; else return Error; }
-#line 1081 "<stdout>"
+#line 1081 "unicode_blocks.u--encoding-policy(substitute).c"
 yy232:
        ++YYCURSOR;
 #line 608 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Buhid; }
-#line 1086 "<stdout>"
+#line 1086 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 610 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Tagbanwa:
        
-#line 1093 "<stdout>"
+#line 1093 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1099,19 +1099,19 @@ yy236:
        ++YYCURSOR;
 #line 616 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tagbanwa; else return Error; }
-#line 1103 "<stdout>"
+#line 1103 "unicode_blocks.u--encoding-policy(substitute).c"
 yy238:
        ++YYCURSOR;
 #line 615 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Tagbanwa; }
-#line 1108 "<stdout>"
+#line 1108 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 617 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Khmer:
        
-#line 1115 "<stdout>"
+#line 1115 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1121,19 +1121,19 @@ yy242:
        ++YYCURSOR;
 #line 623 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Khmer; else return Error; }
-#line 1125 "<stdout>"
+#line 1125 "unicode_blocks.u--encoding-policy(substitute).c"
 yy244:
        ++YYCURSOR;
 #line 622 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Khmer; }
-#line 1130 "<stdout>"
+#line 1130 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 624 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Mongolian:
        
-#line 1137 "<stdout>"
+#line 1137 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1143,19 +1143,19 @@ yy248:
        ++YYCURSOR;
 #line 630 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Mongolian; else return Error; }
-#line 1147 "<stdout>"
+#line 1147 "unicode_blocks.u--encoding-policy(substitute).c"
 yy250:
        ++YYCURSOR;
 #line 629 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Mongolian; }
-#line 1152 "<stdout>"
+#line 1152 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 631 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Limbu:
        
-#line 1159 "<stdout>"
+#line 1159 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1165,19 +1165,19 @@ yy254:
        ++YYCURSOR;
 #line 637 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Limbu; else return Error; }
-#line 1169 "<stdout>"
+#line 1169 "unicode_blocks.u--encoding-policy(substitute).c"
 yy256:
        ++YYCURSOR;
 #line 636 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Limbu; }
-#line 1174 "<stdout>"
+#line 1174 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 638 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Tai_Le:
        
-#line 1181 "<stdout>"
+#line 1181 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1187,19 +1187,19 @@ yy260:
        ++YYCURSOR;
 #line 644 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tai_Le; else return Error; }
-#line 1191 "<stdout>"
+#line 1191 "unicode_blocks.u--encoding-policy(substitute).c"
 yy262:
        ++YYCURSOR;
 #line 643 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Tai_Le; }
-#line 1196 "<stdout>"
+#line 1196 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 645 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Khmer_Symbols:
        
-#line 1203 "<stdout>"
+#line 1203 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1209,19 +1209,19 @@ yy266:
        ++YYCURSOR;
 #line 651 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Khmer_Symbols; else return Error; }
-#line 1213 "<stdout>"
+#line 1213 "unicode_blocks.u--encoding-policy(substitute).c"
 yy268:
        ++YYCURSOR;
 #line 650 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Khmer_Symbols; }
-#line 1218 "<stdout>"
+#line 1218 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 652 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Phonetic_Extensions:
        
-#line 1225 "<stdout>"
+#line 1225 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1231,19 +1231,19 @@ yy272:
        ++YYCURSOR;
 #line 658 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Phonetic_Extensions; else return Error; }
-#line 1235 "<stdout>"
+#line 1235 "unicode_blocks.u--encoding-policy(substitute).c"
 yy274:
        ++YYCURSOR;
 #line 657 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Phonetic_Extensions; }
-#line 1240 "<stdout>"
+#line 1240 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 659 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Latin_Extended_Additional:
        
-#line 1247 "<stdout>"
+#line 1247 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1253,19 +1253,19 @@ yy278:
        ++YYCURSOR;
 #line 665 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_Additional; else return Error; }
-#line 1257 "<stdout>"
+#line 1257 "unicode_blocks.u--encoding-policy(substitute).c"
 yy280:
        ++YYCURSOR;
 #line 664 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Latin_Extended_Additional; }
-#line 1262 "<stdout>"
+#line 1262 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 666 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Greek_Extended:
        
-#line 1269 "<stdout>"
+#line 1269 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1275,19 +1275,19 @@ yy284:
        ++YYCURSOR;
 #line 672 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Greek_Extended; else return Error; }
-#line 1279 "<stdout>"
+#line 1279 "unicode_blocks.u--encoding-policy(substitute).c"
 yy286:
        ++YYCURSOR;
 #line 671 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Greek_Extended; }
-#line 1284 "<stdout>"
+#line 1284 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 673 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 General_Punctuation:
        
-#line 1291 "<stdout>"
+#line 1291 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1297,19 +1297,19 @@ yy290:
        ++YYCURSOR;
 #line 679 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return General_Punctuation; else return Error; }
-#line 1301 "<stdout>"
+#line 1301 "unicode_blocks.u--encoding-policy(substitute).c"
 yy292:
        ++YYCURSOR;
 #line 678 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto General_Punctuation; }
-#line 1306 "<stdout>"
+#line 1306 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 680 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Superscripts_and_Subscripts:
        
-#line 1313 "<stdout>"
+#line 1313 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1319,19 +1319,19 @@ yy296:
        ++YYCURSOR;
 #line 686 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Superscripts_and_Subscripts; else return Error; }
-#line 1323 "<stdout>"
+#line 1323 "unicode_blocks.u--encoding-policy(substitute).c"
 yy298:
        ++YYCURSOR;
 #line 685 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Superscripts_and_Subscripts; }
-#line 1328 "<stdout>"
+#line 1328 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 687 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Currency_Symbols:
        
-#line 1335 "<stdout>"
+#line 1335 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1341,19 +1341,19 @@ yy302:
        ++YYCURSOR;
 #line 693 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Currency_Symbols; else return Error; }
-#line 1345 "<stdout>"
+#line 1345 "unicode_blocks.u--encoding-policy(substitute).c"
 yy304:
        ++YYCURSOR;
 #line 692 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Currency_Symbols; }
-#line 1350 "<stdout>"
+#line 1350 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 694 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Combining_Diacritical_Marks_for_Symbols:
        
-#line 1357 "<stdout>"
+#line 1357 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1363,19 +1363,19 @@ yy308:
        ++YYCURSOR;
 #line 700 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks_for_Symbols; else return Error; }
-#line 1367 "<stdout>"
+#line 1367 "unicode_blocks.u--encoding-policy(substitute).c"
 yy310:
        ++YYCURSOR;
 #line 699 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Combining_Diacritical_Marks_for_Symbols; }
-#line 1372 "<stdout>"
+#line 1372 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 701 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Letterlike_Symbols:
        
-#line 1379 "<stdout>"
+#line 1379 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1385,19 +1385,19 @@ yy314:
        ++YYCURSOR;
 #line 707 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Letterlike_Symbols; else return Error; }
-#line 1389 "<stdout>"
+#line 1389 "unicode_blocks.u--encoding-policy(substitute).c"
 yy316:
        ++YYCURSOR;
 #line 706 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Letterlike_Symbols; }
-#line 1394 "<stdout>"
+#line 1394 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 708 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Number_Forms:
        
-#line 1401 "<stdout>"
+#line 1401 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1407,19 +1407,19 @@ yy320:
        ++YYCURSOR;
 #line 714 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Number_Forms; else return Error; }
-#line 1411 "<stdout>"
+#line 1411 "unicode_blocks.u--encoding-policy(substitute).c"
 yy322:
        ++YYCURSOR;
 #line 713 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Number_Forms; }
-#line 1416 "<stdout>"
+#line 1416 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 715 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Arrows:
        
-#line 1423 "<stdout>"
+#line 1423 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1429,19 +1429,19 @@ yy326:
        ++YYCURSOR;
 #line 721 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arrows; else return Error; }
-#line 1433 "<stdout>"
+#line 1433 "unicode_blocks.u--encoding-policy(substitute).c"
 yy328:
        ++YYCURSOR;
 #line 720 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Arrows; }
-#line 1438 "<stdout>"
+#line 1438 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 722 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Mathematical_Operators:
        
-#line 1445 "<stdout>"
+#line 1445 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1451,19 +1451,19 @@ yy332:
        ++YYCURSOR;
 #line 728 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Mathematical_Operators; else return Error; }
-#line 1455 "<stdout>"
+#line 1455 "unicode_blocks.u--encoding-policy(substitute).c"
 yy334:
        ++YYCURSOR;
 #line 727 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Mathematical_Operators; }
-#line 1460 "<stdout>"
+#line 1460 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 729 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Miscellaneous_Technical:
        
-#line 1467 "<stdout>"
+#line 1467 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1473,19 +1473,19 @@ yy338:
        ++YYCURSOR;
 #line 735 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Technical; else return Error; }
-#line 1477 "<stdout>"
+#line 1477 "unicode_blocks.u--encoding-policy(substitute).c"
 yy340:
        ++YYCURSOR;
 #line 734 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Miscellaneous_Technical; }
-#line 1482 "<stdout>"
+#line 1482 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 736 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Control_Pictures:
        
-#line 1489 "<stdout>"
+#line 1489 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1495,19 +1495,19 @@ yy344:
        ++YYCURSOR;
 #line 742 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Control_Pictures; else return Error; }
-#line 1499 "<stdout>"
+#line 1499 "unicode_blocks.u--encoding-policy(substitute).c"
 yy346:
        ++YYCURSOR;
 #line 741 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Control_Pictures; }
-#line 1504 "<stdout>"
+#line 1504 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 743 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Optical_Character_Recognition:
        
-#line 1511 "<stdout>"
+#line 1511 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1517,19 +1517,19 @@ yy350:
        ++YYCURSOR;
 #line 749 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Optical_Character_Recognition; else return Error; }
-#line 1521 "<stdout>"
+#line 1521 "unicode_blocks.u--encoding-policy(substitute).c"
 yy352:
        ++YYCURSOR;
 #line 748 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Optical_Character_Recognition; }
-#line 1526 "<stdout>"
+#line 1526 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 750 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Enclosed_Alphanumerics:
        
-#line 1533 "<stdout>"
+#line 1533 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1539,19 +1539,19 @@ yy356:
        ++YYCURSOR;
 #line 756 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Enclosed_Alphanumerics; else return Error; }
-#line 1543 "<stdout>"
+#line 1543 "unicode_blocks.u--encoding-policy(substitute).c"
 yy358:
        ++YYCURSOR;
 #line 755 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Enclosed_Alphanumerics; }
-#line 1548 "<stdout>"
+#line 1548 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 757 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Box_Drawing:
        
-#line 1555 "<stdout>"
+#line 1555 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1561,19 +1561,19 @@ yy362:
        ++YYCURSOR;
 #line 763 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Box_Drawing; else return Error; }
-#line 1565 "<stdout>"
+#line 1565 "unicode_blocks.u--encoding-policy(substitute).c"
 yy364:
        ++YYCURSOR;
 #line 762 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Box_Drawing; }
-#line 1570 "<stdout>"
+#line 1570 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 764 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Block_Elements:
        
-#line 1577 "<stdout>"
+#line 1577 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1583,19 +1583,19 @@ yy368:
        ++YYCURSOR;
 #line 770 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Block_Elements; else return Error; }
-#line 1587 "<stdout>"
+#line 1587 "unicode_blocks.u--encoding-policy(substitute).c"
 yy370:
        ++YYCURSOR;
 #line 769 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Block_Elements; }
-#line 1592 "<stdout>"
+#line 1592 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 771 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Geometric_Shapes:
        
-#line 1599 "<stdout>"
+#line 1599 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1605,19 +1605,19 @@ yy374:
        ++YYCURSOR;
 #line 777 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Geometric_Shapes; else return Error; }
-#line 1609 "<stdout>"
+#line 1609 "unicode_blocks.u--encoding-policy(substitute).c"
 yy376:
        ++YYCURSOR;
 #line 776 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Geometric_Shapes; }
-#line 1614 "<stdout>"
+#line 1614 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 778 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Miscellaneous_Symbols:
        
-#line 1621 "<stdout>"
+#line 1621 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1627,19 +1627,19 @@ yy380:
        ++YYCURSOR;
 #line 784 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols; else return Error; }
-#line 1631 "<stdout>"
+#line 1631 "unicode_blocks.u--encoding-policy(substitute).c"
 yy382:
        ++YYCURSOR;
 #line 783 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Miscellaneous_Symbols; }
-#line 1636 "<stdout>"
+#line 1636 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 785 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Dingbats:
        
-#line 1643 "<stdout>"
+#line 1643 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1649,19 +1649,19 @@ yy386:
        ++YYCURSOR;
 #line 791 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Dingbats; else return Error; }
-#line 1653 "<stdout>"
+#line 1653 "unicode_blocks.u--encoding-policy(substitute).c"
 yy388:
        ++YYCURSOR;
 #line 790 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Dingbats; }
-#line 1658 "<stdout>"
+#line 1658 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 792 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Miscellaneous_Mathematical_Symbols_A:
        
-#line 1665 "<stdout>"
+#line 1665 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1671,19 +1671,19 @@ yy392:
        ++YYCURSOR;
 #line 798 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_A; else return Error; }
-#line 1675 "<stdout>"
+#line 1675 "unicode_blocks.u--encoding-policy(substitute).c"
 yy394:
        ++YYCURSOR;
 #line 797 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Miscellaneous_Mathematical_Symbols_A; }
-#line 1680 "<stdout>"
+#line 1680 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 799 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Supplemental_Arrows_A:
        
-#line 1687 "<stdout>"
+#line 1687 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1693,19 +1693,19 @@ yy398:
        ++YYCURSOR;
 #line 805 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_A; else return Error; }
-#line 1697 "<stdout>"
+#line 1697 "unicode_blocks.u--encoding-policy(substitute).c"
 yy400:
        ++YYCURSOR;
 #line 804 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Supplemental_Arrows_A; }
-#line 1702 "<stdout>"
+#line 1702 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 806 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Braille_Patterns:
        
-#line 1709 "<stdout>"
+#line 1709 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1715,19 +1715,19 @@ yy404:
        ++YYCURSOR;
 #line 812 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Braille_Patterns; else return Error; }
-#line 1719 "<stdout>"
+#line 1719 "unicode_blocks.u--encoding-policy(substitute).c"
 yy406:
        ++YYCURSOR;
 #line 811 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Braille_Patterns; }
-#line 1724 "<stdout>"
+#line 1724 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 813 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Supplemental_Arrows_B:
        
-#line 1731 "<stdout>"
+#line 1731 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1737,19 +1737,19 @@ yy410:
        ++YYCURSOR;
 #line 819 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_B; else return Error; }
-#line 1741 "<stdout>"
+#line 1741 "unicode_blocks.u--encoding-policy(substitute).c"
 yy412:
        ++YYCURSOR;
 #line 818 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Supplemental_Arrows_B; }
-#line 1746 "<stdout>"
+#line 1746 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 820 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Miscellaneous_Mathematical_Symbols_B:
        
-#line 1753 "<stdout>"
+#line 1753 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1759,19 +1759,19 @@ yy416:
        ++YYCURSOR;
 #line 826 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_B; else return Error; }
-#line 1763 "<stdout>"
+#line 1763 "unicode_blocks.u--encoding-policy(substitute).c"
 yy418:
        ++YYCURSOR;
 #line 825 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Miscellaneous_Mathematical_Symbols_B; }
-#line 1768 "<stdout>"
+#line 1768 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 827 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Supplemental_Mathematical_Operators:
        
-#line 1775 "<stdout>"
+#line 1775 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1781,19 +1781,19 @@ yy422:
        ++YYCURSOR;
 #line 833 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Mathematical_Operators; else return Error; }
-#line 1785 "<stdout>"
+#line 1785 "unicode_blocks.u--encoding-policy(substitute).c"
 yy424:
        ++YYCURSOR;
 #line 832 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Supplemental_Mathematical_Operators; }
-#line 1790 "<stdout>"
+#line 1790 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 834 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Miscellaneous_Symbols_and_Arrows:
        
-#line 1797 "<stdout>"
+#line 1797 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1803,19 +1803,19 @@ yy428:
        ++YYCURSOR;
 #line 840 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols_and_Arrows; else return Error; }
-#line 1807 "<stdout>"
+#line 1807 "unicode_blocks.u--encoding-policy(substitute).c"
 yy430:
        ++YYCURSOR;
 #line 839 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Miscellaneous_Symbols_and_Arrows; }
-#line 1812 "<stdout>"
+#line 1812 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 841 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 CJK_Radicals_Supplement:
        
-#line 1819 "<stdout>"
+#line 1819 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1825,19 +1825,19 @@ yy434:
        ++YYCURSOR;
 #line 847 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Radicals_Supplement; else return Error; }
-#line 1829 "<stdout>"
+#line 1829 "unicode_blocks.u--encoding-policy(substitute).c"
 yy436:
        ++YYCURSOR;
 #line 846 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto CJK_Radicals_Supplement; }
-#line 1834 "<stdout>"
+#line 1834 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 848 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Kangxi_Radicals:
        
-#line 1841 "<stdout>"
+#line 1841 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1847,19 +1847,19 @@ yy440:
        ++YYCURSOR;
 #line 854 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kangxi_Radicals; else return Error; }
-#line 1851 "<stdout>"
+#line 1851 "unicode_blocks.u--encoding-policy(substitute).c"
 yy442:
        ++YYCURSOR;
 #line 853 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Kangxi_Radicals; }
-#line 1856 "<stdout>"
+#line 1856 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 855 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Ideographic_Description_Characters:
        
-#line 1863 "<stdout>"
+#line 1863 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1869,19 +1869,19 @@ yy446:
        ++YYCURSOR;
 #line 861 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ideographic_Description_Characters; else return Error; }
-#line 1873 "<stdout>"
+#line 1873 "unicode_blocks.u--encoding-policy(substitute).c"
 yy448:
        ++YYCURSOR;
 #line 860 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Ideographic_Description_Characters; }
-#line 1878 "<stdout>"
+#line 1878 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 862 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 CJK_Symbols_and_Punctuation:
        
-#line 1885 "<stdout>"
+#line 1885 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1891,19 +1891,19 @@ yy452:
        ++YYCURSOR;
 #line 868 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Symbols_and_Punctuation; else return Error; }
-#line 1895 "<stdout>"
+#line 1895 "unicode_blocks.u--encoding-policy(substitute).c"
 yy454:
        ++YYCURSOR;
 #line 867 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto CJK_Symbols_and_Punctuation; }
-#line 1900 "<stdout>"
+#line 1900 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 869 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Hiragana:
        
-#line 1907 "<stdout>"
+#line 1907 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1913,19 +1913,19 @@ yy458:
        ++YYCURSOR;
 #line 875 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hiragana; else return Error; }
-#line 1917 "<stdout>"
+#line 1917 "unicode_blocks.u--encoding-policy(substitute).c"
 yy460:
        ++YYCURSOR;
 #line 874 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Hiragana; }
-#line 1922 "<stdout>"
+#line 1922 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 876 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Katakana:
        
-#line 1929 "<stdout>"
+#line 1929 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1935,19 +1935,19 @@ yy464:
        ++YYCURSOR;
 #line 882 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Katakana; else return Error; }
-#line 1939 "<stdout>"
+#line 1939 "unicode_blocks.u--encoding-policy(substitute).c"
 yy466:
        ++YYCURSOR;
 #line 881 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Katakana; }
-#line 1944 "<stdout>"
+#line 1944 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 883 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Bopomofo:
        
-#line 1951 "<stdout>"
+#line 1951 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1957,19 +1957,19 @@ yy470:
        ++YYCURSOR;
 #line 889 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bopomofo; else return Error; }
-#line 1961 "<stdout>"
+#line 1961 "unicode_blocks.u--encoding-policy(substitute).c"
 yy472:
        ++YYCURSOR;
 #line 888 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Bopomofo; }
-#line 1966 "<stdout>"
+#line 1966 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 890 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Hangul_Compatibility_Jamo:
        
-#line 1973 "<stdout>"
+#line 1973 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1979,19 +1979,19 @@ yy476:
        ++YYCURSOR;
 #line 896 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Compatibility_Jamo; else return Error; }
-#line 1983 "<stdout>"
+#line 1983 "unicode_blocks.u--encoding-policy(substitute).c"
 yy478:
        ++YYCURSOR;
 #line 895 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Hangul_Compatibility_Jamo; }
-#line 1988 "<stdout>"
+#line 1988 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 897 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Kanbun:
        
-#line 1995 "<stdout>"
+#line 1995 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2001,19 +2001,19 @@ yy482:
        ++YYCURSOR;
 #line 903 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kanbun; else return Error; }
-#line 2005 "<stdout>"
+#line 2005 "unicode_blocks.u--encoding-policy(substitute).c"
 yy484:
        ++YYCURSOR;
 #line 902 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Kanbun; }
-#line 2010 "<stdout>"
+#line 2010 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 904 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Bopomofo_Extended:
        
-#line 2017 "<stdout>"
+#line 2017 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2023,19 +2023,19 @@ yy488:
        ++YYCURSOR;
 #line 910 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bopomofo_Extended; else return Error; }
-#line 2027 "<stdout>"
+#line 2027 "unicode_blocks.u--encoding-policy(substitute).c"
 yy490:
        ++YYCURSOR;
 #line 909 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Bopomofo_Extended; }
-#line 2032 "<stdout>"
+#line 2032 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 911 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Katakana_Phonetic_Extensions:
        
-#line 2039 "<stdout>"
+#line 2039 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2045,19 +2045,19 @@ yy494:
        ++YYCURSOR;
 #line 917 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Katakana_Phonetic_Extensions; else return Error; }
-#line 2049 "<stdout>"
+#line 2049 "unicode_blocks.u--encoding-policy(substitute).c"
 yy496:
        ++YYCURSOR;
 #line 916 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Katakana_Phonetic_Extensions; }
-#line 2054 "<stdout>"
+#line 2054 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 918 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Enclosed_CJK_Letters_and_Months:
        
-#line 2061 "<stdout>"
+#line 2061 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2067,19 +2067,19 @@ yy500:
        ++YYCURSOR;
 #line 924 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Enclosed_CJK_Letters_and_Months; else return Error; }
-#line 2071 "<stdout>"
+#line 2071 "unicode_blocks.u--encoding-policy(substitute).c"
 yy502:
        ++YYCURSOR;
 #line 923 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Enclosed_CJK_Letters_and_Months; }
-#line 2076 "<stdout>"
+#line 2076 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 925 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 CJK_Compatibility:
        
-#line 2083 "<stdout>"
+#line 2083 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2089,19 +2089,19 @@ yy506:
        ++YYCURSOR;
 #line 931 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility; else return Error; }
-#line 2093 "<stdout>"
+#line 2093 "unicode_blocks.u--encoding-policy(substitute).c"
 yy508:
        ++YYCURSOR;
 #line 930 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto CJK_Compatibility; }
-#line 2098 "<stdout>"
+#line 2098 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 932 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 CJK_Unified_Ideographs_Extension_A:
        
-#line 2105 "<stdout>"
+#line 2105 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2111,19 +2111,19 @@ yy512:
        ++YYCURSOR;
 #line 938 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs_Extension_A; else return Error; }
-#line 2115 "<stdout>"
+#line 2115 "unicode_blocks.u--encoding-policy(substitute).c"
 yy514:
        ++YYCURSOR;
 #line 937 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto CJK_Unified_Ideographs_Extension_A; }
-#line 2120 "<stdout>"
+#line 2120 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 939 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Yijing_Hexagram_Symbols:
        
-#line 2127 "<stdout>"
+#line 2127 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2133,19 +2133,19 @@ yy518:
        ++YYCURSOR;
 #line 945 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yijing_Hexagram_Symbols; else return Error; }
-#line 2137 "<stdout>"
+#line 2137 "unicode_blocks.u--encoding-policy(substitute).c"
 yy520:
        ++YYCURSOR;
 #line 944 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Yijing_Hexagram_Symbols; }
-#line 2142 "<stdout>"
+#line 2142 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 946 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 CJK_Unified_Ideographs:
        
-#line 2149 "<stdout>"
+#line 2149 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2155,19 +2155,19 @@ yy524:
        ++YYCURSOR;
 #line 952 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs; else return Error; }
-#line 2159 "<stdout>"
+#line 2159 "unicode_blocks.u--encoding-policy(substitute).c"
 yy526:
        ++YYCURSOR;
 #line 951 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto CJK_Unified_Ideographs; }
-#line 2164 "<stdout>"
+#line 2164 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 953 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Yi_Syllables:
        
-#line 2171 "<stdout>"
+#line 2171 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2177,19 +2177,19 @@ yy530:
        ++YYCURSOR;
 #line 959 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yi_Syllables; else return Error; }
-#line 2181 "<stdout>"
+#line 2181 "unicode_blocks.u--encoding-policy(substitute).c"
 yy532:
        ++YYCURSOR;
 #line 958 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Yi_Syllables; }
-#line 2186 "<stdout>"
+#line 2186 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 960 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Yi_Radicals:
        
-#line 2193 "<stdout>"
+#line 2193 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2199,19 +2199,19 @@ yy536:
        ++YYCURSOR;
 #line 966 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yi_Radicals; else return Error; }
-#line 2203 "<stdout>"
+#line 2203 "unicode_blocks.u--encoding-policy(substitute).c"
 yy538:
        ++YYCURSOR;
 #line 965 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Yi_Radicals; }
-#line 2208 "<stdout>"
+#line 2208 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 967 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Hangul_Syllables:
        
-#line 2215 "<stdout>"
+#line 2215 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2221,19 +2221,19 @@ yy542:
        ++YYCURSOR;
 #line 973 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Syllables; else return Error; }
-#line 2225 "<stdout>"
+#line 2225 "unicode_blocks.u--encoding-policy(substitute).c"
 yy544:
        ++YYCURSOR;
 #line 972 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Hangul_Syllables; }
-#line 2230 "<stdout>"
+#line 2230 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 974 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 High_Surrogates:
        
-#line 2237 "<stdout>"
+#line 2237 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2241,19 +2241,19 @@ High_Surrogates:
        ++YYCURSOR;
 #line 980 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return High_Surrogates; else return Error; }
-#line 2245 "<stdout>"
+#line 2245 "unicode_blocks.u--encoding-policy(substitute).c"
 yy550:
        ++YYCURSOR;
 #line 979 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto High_Surrogates; }
-#line 2250 "<stdout>"
+#line 2250 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 981 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 High_Private_Use_Surrogates:
        
-#line 2257 "<stdout>"
+#line 2257 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2261,19 +2261,19 @@ High_Private_Use_Surrogates:
        ++YYCURSOR;
 #line 987 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return High_Private_Use_Surrogates; else return Error; }
-#line 2265 "<stdout>"
+#line 2265 "unicode_blocks.u--encoding-policy(substitute).c"
 yy556:
        ++YYCURSOR;
 #line 986 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto High_Private_Use_Surrogates; }
-#line 2270 "<stdout>"
+#line 2270 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 988 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Low_Surrogates:
        
-#line 2277 "<stdout>"
+#line 2277 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2281,19 +2281,19 @@ Low_Surrogates:
        ++YYCURSOR;
 #line 994 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Low_Surrogates; else return Error; }
-#line 2285 "<stdout>"
+#line 2285 "unicode_blocks.u--encoding-policy(substitute).c"
 yy562:
        ++YYCURSOR;
 #line 993 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Low_Surrogates; }
-#line 2290 "<stdout>"
+#line 2290 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 995 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Private_Use_Area:
        
-#line 2297 "<stdout>"
+#line 2297 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2303,19 +2303,19 @@ yy566:
        ++YYCURSOR;
 #line 1001 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Private_Use_Area; else return Error; }
-#line 2307 "<stdout>"
+#line 2307 "unicode_blocks.u--encoding-policy(substitute).c"
 yy568:
        ++YYCURSOR;
 #line 1000 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Private_Use_Area; }
-#line 2312 "<stdout>"
+#line 2312 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1002 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 CJK_Compatibility_Ideographs:
        
-#line 2319 "<stdout>"
+#line 2319 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2325,19 +2325,19 @@ yy572:
        ++YYCURSOR;
 #line 1008 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Ideographs; else return Error; }
-#line 2329 "<stdout>"
+#line 2329 "unicode_blocks.u--encoding-policy(substitute).c"
 yy574:
        ++YYCURSOR;
 #line 1007 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto CJK_Compatibility_Ideographs; }
-#line 2334 "<stdout>"
+#line 2334 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1009 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Alphabetic_Presentation_Forms:
        
-#line 2341 "<stdout>"
+#line 2341 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2347,19 +2347,19 @@ yy578:
        ++YYCURSOR;
 #line 1015 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Alphabetic_Presentation_Forms; else return Error; }
-#line 2351 "<stdout>"
+#line 2351 "unicode_blocks.u--encoding-policy(substitute).c"
 yy580:
        ++YYCURSOR;
 #line 1014 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Alphabetic_Presentation_Forms; }
-#line 2356 "<stdout>"
+#line 2356 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1016 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Arabic_Presentation_Forms_A:
        
-#line 2363 "<stdout>"
+#line 2363 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2369,19 +2369,19 @@ yy584:
        ++YYCURSOR;
 #line 1022 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_A; else return Error; }
-#line 2373 "<stdout>"
+#line 2373 "unicode_blocks.u--encoding-policy(substitute).c"
 yy586:
        ++YYCURSOR;
 #line 1021 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Arabic_Presentation_Forms_A; }
-#line 2378 "<stdout>"
+#line 2378 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1023 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Variation_Selectors:
        
-#line 2385 "<stdout>"
+#line 2385 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2391,19 +2391,19 @@ yy590:
        ++YYCURSOR;
 #line 1029 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Variation_Selectors; else return Error; }
-#line 2395 "<stdout>"
+#line 2395 "unicode_blocks.u--encoding-policy(substitute).c"
 yy592:
        ++YYCURSOR;
 #line 1028 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Variation_Selectors; }
-#line 2400 "<stdout>"
+#line 2400 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1030 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Combining_Half_Marks:
        
-#line 2407 "<stdout>"
+#line 2407 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2413,19 +2413,19 @@ yy596:
        ++YYCURSOR;
 #line 1036 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Half_Marks; else return Error; }
-#line 2417 "<stdout>"
+#line 2417 "unicode_blocks.u--encoding-policy(substitute).c"
 yy598:
        ++YYCURSOR;
 #line 1035 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Combining_Half_Marks; }
-#line 2422 "<stdout>"
+#line 2422 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1037 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 CJK_Compatibility_Forms:
        
-#line 2429 "<stdout>"
+#line 2429 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2435,19 +2435,19 @@ yy602:
        ++YYCURSOR;
 #line 1043 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Forms; else return Error; }
-#line 2439 "<stdout>"
+#line 2439 "unicode_blocks.u--encoding-policy(substitute).c"
 yy604:
        ++YYCURSOR;
 #line 1042 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto CJK_Compatibility_Forms; }
-#line 2444 "<stdout>"
+#line 2444 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1044 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Small_Form_Variants:
        
-#line 2451 "<stdout>"
+#line 2451 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2457,19 +2457,19 @@ yy608:
        ++YYCURSOR;
 #line 1050 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Small_Form_Variants; else return Error; }
-#line 2461 "<stdout>"
+#line 2461 "unicode_blocks.u--encoding-policy(substitute).c"
 yy610:
        ++YYCURSOR;
 #line 1049 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Small_Form_Variants; }
-#line 2466 "<stdout>"
+#line 2466 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1051 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Arabic_Presentation_Forms_B:
        
-#line 2473 "<stdout>"
+#line 2473 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2479,19 +2479,19 @@ yy614:
        ++YYCURSOR;
 #line 1057 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_B; else return Error; }
-#line 2483 "<stdout>"
+#line 2483 "unicode_blocks.u--encoding-policy(substitute).c"
 yy616:
        ++YYCURSOR;
 #line 1056 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Arabic_Presentation_Forms_B; }
-#line 2488 "<stdout>"
+#line 2488 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1058 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Halfwidth_and_Fullwidth_Forms:
        
-#line 2495 "<stdout>"
+#line 2495 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2501,19 +2501,19 @@ yy620:
        ++YYCURSOR;
 #line 1064 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Halfwidth_and_Fullwidth_Forms; else return Error; }
-#line 2505 "<stdout>"
+#line 2505 "unicode_blocks.u--encoding-policy(substitute).c"
 yy622:
        ++YYCURSOR;
 #line 1063 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Halfwidth_and_Fullwidth_Forms; }
-#line 2510 "<stdout>"
+#line 2510 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1065 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 Specials:
        
-#line 2517 "<stdout>"
+#line 2517 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2523,19 +2523,19 @@ yy626:
        ++YYCURSOR;
 #line 1071 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Specials; else return Error; }
-#line 2527 "<stdout>"
+#line 2527 "unicode_blocks.u--encoding-policy(substitute).c"
 yy628:
        ++YYCURSOR;
 #line 1070 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto Specials; }
-#line 2532 "<stdout>"
+#line 2532 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1072 "unicode_blocks.u--encoding-policy(substitute).re"
 
 
 All:
        
-#line 2539 "<stdout>"
+#line 2539 "unicode_blocks.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2584,12 +2584,12 @@ yy632:
        ++YYCURSOR;
 #line 1077 "unicode_blocks.u--encoding-policy(substitute).re"
        { goto All; }
-#line 2588 "<stdout>"
+#line 2588 "unicode_blocks.u--encoding-policy(substitute).c"
 yy634:
        ++YYCURSOR;
 #line 1078 "unicode_blocks.u--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return All; else return Error; }
-#line 2593 "<stdout>"
+#line 2593 "unicode_blocks.u--encoding-policy(substitute).c"
 }
 #line 1079 "unicode_blocks.u--encoding-policy(substitute).re"
 
index 19e3b3be6410624d12d4ba2697a88b3720e2b3c5..04779532518a34d7b4ca20f9fe5b307e529ddcee 100644 (file)
@@ -233,7 +233,7 @@ Block scan(const YYCTYPE * start, const YYCTYPE * const limit, Block blk)
 
 Basic_Latin:
        
-#line 237 "<stdout>"
+#line 237 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -241,19 +241,19 @@ Basic_Latin:
        ++YYCURSOR;
 #line 342 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Basic_Latin; }
-#line 245 "<stdout>"
+#line 245 "unicode_blocks.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 343 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Basic_Latin; else return Error; }
-#line 250 "<stdout>"
+#line 250 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 344 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Latin___Supplement:
        
-#line 257 "<stdout>"
+#line 257 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -263,19 +263,19 @@ yy8:
        ++YYCURSOR;
 #line 350 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin___Supplement; else return Error; }
-#line 267 "<stdout>"
+#line 267 "unicode_blocks.x--encoding-policy(ignore).c"
 yy10:
        ++YYCURSOR;
 #line 349 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Latin___Supplement; }
-#line 272 "<stdout>"
+#line 272 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 351 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Latin_Extended_A:
        
-#line 279 "<stdout>"
+#line 279 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -285,19 +285,19 @@ yy14:
        ++YYCURSOR;
 #line 357 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_A; else return Error; }
-#line 289 "<stdout>"
+#line 289 "unicode_blocks.x--encoding-policy(ignore).c"
 yy16:
        ++YYCURSOR;
 #line 356 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Latin_Extended_A; }
-#line 294 "<stdout>"
+#line 294 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 358 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Latin_Extended_B:
        
-#line 301 "<stdout>"
+#line 301 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -307,19 +307,19 @@ yy20:
        ++YYCURSOR;
 #line 364 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_B; else return Error; }
-#line 311 "<stdout>"
+#line 311 "unicode_blocks.x--encoding-policy(ignore).c"
 yy22:
        ++YYCURSOR;
 #line 363 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Latin_Extended_B; }
-#line 316 "<stdout>"
+#line 316 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 365 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 IPA_Extensions:
        
-#line 323 "<stdout>"
+#line 323 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -329,19 +329,19 @@ yy26:
        ++YYCURSOR;
 #line 371 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return IPA_Extensions; else return Error; }
-#line 333 "<stdout>"
+#line 333 "unicode_blocks.x--encoding-policy(ignore).c"
 yy28:
        ++YYCURSOR;
 #line 370 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto IPA_Extensions; }
-#line 338 "<stdout>"
+#line 338 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 372 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Spacing_Modifier_Letters:
        
-#line 345 "<stdout>"
+#line 345 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -351,19 +351,19 @@ yy32:
        ++YYCURSOR;
 #line 378 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Spacing_Modifier_Letters; else return Error; }
-#line 355 "<stdout>"
+#line 355 "unicode_blocks.x--encoding-policy(ignore).c"
 yy34:
        ++YYCURSOR;
 #line 377 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Spacing_Modifier_Letters; }
-#line 360 "<stdout>"
+#line 360 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 379 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Combining_Diacritical_Marks:
        
-#line 367 "<stdout>"
+#line 367 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -373,19 +373,19 @@ yy38:
        ++YYCURSOR;
 #line 385 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks; else return Error; }
-#line 377 "<stdout>"
+#line 377 "unicode_blocks.x--encoding-policy(ignore).c"
 yy40:
        ++YYCURSOR;
 #line 384 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Combining_Diacritical_Marks; }
-#line 382 "<stdout>"
+#line 382 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 386 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Greek_and_Coptic:
        
-#line 389 "<stdout>"
+#line 389 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -395,19 +395,19 @@ yy44:
        ++YYCURSOR;
 #line 392 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Greek_and_Coptic; else return Error; }
-#line 399 "<stdout>"
+#line 399 "unicode_blocks.x--encoding-policy(ignore).c"
 yy46:
        ++YYCURSOR;
 #line 391 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Greek_and_Coptic; }
-#line 404 "<stdout>"
+#line 404 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 393 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Cyrillic:
        
-#line 411 "<stdout>"
+#line 411 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -417,19 +417,19 @@ yy50:
        ++YYCURSOR;
 #line 399 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cyrillic; else return Error; }
-#line 421 "<stdout>"
+#line 421 "unicode_blocks.x--encoding-policy(ignore).c"
 yy52:
        ++YYCURSOR;
 #line 398 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Cyrillic; }
-#line 426 "<stdout>"
+#line 426 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 400 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Cyrillic_Supplementary:
        
-#line 433 "<stdout>"
+#line 433 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -439,19 +439,19 @@ yy56:
        ++YYCURSOR;
 #line 406 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cyrillic_Supplementary; else return Error; }
-#line 443 "<stdout>"
+#line 443 "unicode_blocks.x--encoding-policy(ignore).c"
 yy58:
        ++YYCURSOR;
 #line 405 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Cyrillic_Supplementary; }
-#line 448 "<stdout>"
+#line 448 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 407 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Armenian:
        
-#line 455 "<stdout>"
+#line 455 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -461,19 +461,19 @@ yy62:
        ++YYCURSOR;
 #line 413 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Armenian; else return Error; }
-#line 465 "<stdout>"
+#line 465 "unicode_blocks.x--encoding-policy(ignore).c"
 yy64:
        ++YYCURSOR;
 #line 412 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Armenian; }
-#line 470 "<stdout>"
+#line 470 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 414 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Hebrew:
        
-#line 477 "<stdout>"
+#line 477 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -483,19 +483,19 @@ yy68:
        ++YYCURSOR;
 #line 420 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hebrew; else return Error; }
-#line 487 "<stdout>"
+#line 487 "unicode_blocks.x--encoding-policy(ignore).c"
 yy70:
        ++YYCURSOR;
 #line 419 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Hebrew; }
-#line 492 "<stdout>"
+#line 492 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 421 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Arabic:
        
-#line 499 "<stdout>"
+#line 499 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -505,19 +505,19 @@ yy74:
        ++YYCURSOR;
 #line 427 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic; else return Error; }
-#line 509 "<stdout>"
+#line 509 "unicode_blocks.x--encoding-policy(ignore).c"
 yy76:
        ++YYCURSOR;
 #line 426 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Arabic; }
-#line 514 "<stdout>"
+#line 514 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 428 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Syriac:
        
-#line 521 "<stdout>"
+#line 521 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -527,19 +527,19 @@ yy80:
        ++YYCURSOR;
 #line 434 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Syriac; else return Error; }
-#line 531 "<stdout>"
+#line 531 "unicode_blocks.x--encoding-policy(ignore).c"
 yy82:
        ++YYCURSOR;
 #line 433 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Syriac; }
-#line 536 "<stdout>"
+#line 536 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 435 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Thaana:
        
-#line 543 "<stdout>"
+#line 543 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -549,19 +549,19 @@ yy86:
        ++YYCURSOR;
 #line 441 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Thaana; else return Error; }
-#line 553 "<stdout>"
+#line 553 "unicode_blocks.x--encoding-policy(ignore).c"
 yy88:
        ++YYCURSOR;
 #line 440 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Thaana; }
-#line 558 "<stdout>"
+#line 558 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 442 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Devanagari:
        
-#line 565 "<stdout>"
+#line 565 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -571,19 +571,19 @@ yy92:
        ++YYCURSOR;
 #line 448 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Devanagari; else return Error; }
-#line 575 "<stdout>"
+#line 575 "unicode_blocks.x--encoding-policy(ignore).c"
 yy94:
        ++YYCURSOR;
 #line 447 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Devanagari; }
-#line 580 "<stdout>"
+#line 580 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 449 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Bengali:
        
-#line 587 "<stdout>"
+#line 587 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -593,19 +593,19 @@ yy98:
        ++YYCURSOR;
 #line 455 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bengali; else return Error; }
-#line 597 "<stdout>"
+#line 597 "unicode_blocks.x--encoding-policy(ignore).c"
 yy100:
        ++YYCURSOR;
 #line 454 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Bengali; }
-#line 602 "<stdout>"
+#line 602 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 456 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Gurmukhi:
        
-#line 609 "<stdout>"
+#line 609 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -615,19 +615,19 @@ yy104:
        ++YYCURSOR;
 #line 462 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Gurmukhi; else return Error; }
-#line 619 "<stdout>"
+#line 619 "unicode_blocks.x--encoding-policy(ignore).c"
 yy106:
        ++YYCURSOR;
 #line 461 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Gurmukhi; }
-#line 624 "<stdout>"
+#line 624 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 463 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Gujarati:
        
-#line 631 "<stdout>"
+#line 631 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -637,19 +637,19 @@ yy110:
        ++YYCURSOR;
 #line 469 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Gujarati; else return Error; }
-#line 641 "<stdout>"
+#line 641 "unicode_blocks.x--encoding-policy(ignore).c"
 yy112:
        ++YYCURSOR;
 #line 468 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Gujarati; }
-#line 646 "<stdout>"
+#line 646 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 470 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Oriya:
        
-#line 653 "<stdout>"
+#line 653 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -659,19 +659,19 @@ yy116:
        ++YYCURSOR;
 #line 476 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Oriya; else return Error; }
-#line 663 "<stdout>"
+#line 663 "unicode_blocks.x--encoding-policy(ignore).c"
 yy118:
        ++YYCURSOR;
 #line 475 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Oriya; }
-#line 668 "<stdout>"
+#line 668 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 477 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Tamil:
        
-#line 675 "<stdout>"
+#line 675 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -681,19 +681,19 @@ yy122:
        ++YYCURSOR;
 #line 483 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tamil; else return Error; }
-#line 685 "<stdout>"
+#line 685 "unicode_blocks.x--encoding-policy(ignore).c"
 yy124:
        ++YYCURSOR;
 #line 482 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Tamil; }
-#line 690 "<stdout>"
+#line 690 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 484 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Telugu:
        
-#line 697 "<stdout>"
+#line 697 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -703,19 +703,19 @@ yy128:
        ++YYCURSOR;
 #line 490 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Telugu; else return Error; }
-#line 707 "<stdout>"
+#line 707 "unicode_blocks.x--encoding-policy(ignore).c"
 yy130:
        ++YYCURSOR;
 #line 489 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Telugu; }
-#line 712 "<stdout>"
+#line 712 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 491 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Kannada:
        
-#line 719 "<stdout>"
+#line 719 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -725,19 +725,19 @@ yy134:
        ++YYCURSOR;
 #line 497 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kannada; else return Error; }
-#line 729 "<stdout>"
+#line 729 "unicode_blocks.x--encoding-policy(ignore).c"
 yy136:
        ++YYCURSOR;
 #line 496 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Kannada; }
-#line 734 "<stdout>"
+#line 734 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 498 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Malayalam:
        
-#line 741 "<stdout>"
+#line 741 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -747,19 +747,19 @@ yy140:
        ++YYCURSOR;
 #line 504 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Malayalam; else return Error; }
-#line 751 "<stdout>"
+#line 751 "unicode_blocks.x--encoding-policy(ignore).c"
 yy142:
        ++YYCURSOR;
 #line 503 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Malayalam; }
-#line 756 "<stdout>"
+#line 756 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 505 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Sinhala:
        
-#line 763 "<stdout>"
+#line 763 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -769,19 +769,19 @@ yy146:
        ++YYCURSOR;
 #line 511 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Sinhala; else return Error; }
-#line 773 "<stdout>"
+#line 773 "unicode_blocks.x--encoding-policy(ignore).c"
 yy148:
        ++YYCURSOR;
 #line 510 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Sinhala; }
-#line 778 "<stdout>"
+#line 778 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 512 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Thai:
        
-#line 785 "<stdout>"
+#line 785 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -791,19 +791,19 @@ yy152:
        ++YYCURSOR;
 #line 518 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Thai; else return Error; }
-#line 795 "<stdout>"
+#line 795 "unicode_blocks.x--encoding-policy(ignore).c"
 yy154:
        ++YYCURSOR;
 #line 517 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Thai; }
-#line 800 "<stdout>"
+#line 800 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 519 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Lao:
        
-#line 807 "<stdout>"
+#line 807 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -813,19 +813,19 @@ yy158:
        ++YYCURSOR;
 #line 525 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Lao; else return Error; }
-#line 817 "<stdout>"
+#line 817 "unicode_blocks.x--encoding-policy(ignore).c"
 yy160:
        ++YYCURSOR;
 #line 524 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Lao; }
-#line 822 "<stdout>"
+#line 822 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 526 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Tibetan:
        
-#line 829 "<stdout>"
+#line 829 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -835,19 +835,19 @@ yy164:
        ++YYCURSOR;
 #line 532 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tibetan; else return Error; }
-#line 839 "<stdout>"
+#line 839 "unicode_blocks.x--encoding-policy(ignore).c"
 yy166:
        ++YYCURSOR;
 #line 531 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Tibetan; }
-#line 844 "<stdout>"
+#line 844 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 533 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Myanmar:
        
-#line 851 "<stdout>"
+#line 851 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -857,19 +857,19 @@ yy170:
        ++YYCURSOR;
 #line 539 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Myanmar; else return Error; }
-#line 861 "<stdout>"
+#line 861 "unicode_blocks.x--encoding-policy(ignore).c"
 yy172:
        ++YYCURSOR;
 #line 538 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Myanmar; }
-#line 866 "<stdout>"
+#line 866 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 540 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Georgian:
        
-#line 873 "<stdout>"
+#line 873 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -879,19 +879,19 @@ yy176:
        ++YYCURSOR;
 #line 546 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Georgian; else return Error; }
-#line 883 "<stdout>"
+#line 883 "unicode_blocks.x--encoding-policy(ignore).c"
 yy178:
        ++YYCURSOR;
 #line 545 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Georgian; }
-#line 888 "<stdout>"
+#line 888 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 547 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Hangul_Jamo:
        
-#line 895 "<stdout>"
+#line 895 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -901,19 +901,19 @@ yy182:
        ++YYCURSOR;
 #line 553 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Jamo; else return Error; }
-#line 905 "<stdout>"
+#line 905 "unicode_blocks.x--encoding-policy(ignore).c"
 yy184:
        ++YYCURSOR;
 #line 552 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Hangul_Jamo; }
-#line 910 "<stdout>"
+#line 910 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 554 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Ethiopic:
        
-#line 917 "<stdout>"
+#line 917 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -923,19 +923,19 @@ yy188:
        ++YYCURSOR;
 #line 560 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ethiopic; else return Error; }
-#line 927 "<stdout>"
+#line 927 "unicode_blocks.x--encoding-policy(ignore).c"
 yy190:
        ++YYCURSOR;
 #line 559 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Ethiopic; }
-#line 932 "<stdout>"
+#line 932 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 561 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Cherokee:
        
-#line 939 "<stdout>"
+#line 939 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -945,19 +945,19 @@ yy194:
        ++YYCURSOR;
 #line 567 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Cherokee; else return Error; }
-#line 949 "<stdout>"
+#line 949 "unicode_blocks.x--encoding-policy(ignore).c"
 yy196:
        ++YYCURSOR;
 #line 566 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Cherokee; }
-#line 954 "<stdout>"
+#line 954 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 568 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Unified_Canadian_Aboriginal_Syllabics:
        
-#line 961 "<stdout>"
+#line 961 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -967,19 +967,19 @@ yy200:
        ++YYCURSOR;
 #line 574 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Unified_Canadian_Aboriginal_Syllabics; else return Error; }
-#line 971 "<stdout>"
+#line 971 "unicode_blocks.x--encoding-policy(ignore).c"
 yy202:
        ++YYCURSOR;
 #line 573 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Unified_Canadian_Aboriginal_Syllabics; }
-#line 976 "<stdout>"
+#line 976 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 575 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Ogham:
        
-#line 983 "<stdout>"
+#line 983 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -989,19 +989,19 @@ yy206:
        ++YYCURSOR;
 #line 581 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ogham; else return Error; }
-#line 993 "<stdout>"
+#line 993 "unicode_blocks.x--encoding-policy(ignore).c"
 yy208:
        ++YYCURSOR;
 #line 580 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Ogham; }
-#line 998 "<stdout>"
+#line 998 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 582 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Runic:
        
-#line 1005 "<stdout>"
+#line 1005 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1011,19 +1011,19 @@ yy212:
        ++YYCURSOR;
 #line 588 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Runic; else return Error; }
-#line 1015 "<stdout>"
+#line 1015 "unicode_blocks.x--encoding-policy(ignore).c"
 yy214:
        ++YYCURSOR;
 #line 587 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Runic; }
-#line 1020 "<stdout>"
+#line 1020 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 589 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Tagalog:
        
-#line 1027 "<stdout>"
+#line 1027 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1033,19 +1033,19 @@ yy218:
        ++YYCURSOR;
 #line 595 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tagalog; else return Error; }
-#line 1037 "<stdout>"
+#line 1037 "unicode_blocks.x--encoding-policy(ignore).c"
 yy220:
        ++YYCURSOR;
 #line 594 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Tagalog; }
-#line 1042 "<stdout>"
+#line 1042 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 596 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Hanunoo:
        
-#line 1049 "<stdout>"
+#line 1049 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1055,19 +1055,19 @@ yy224:
        ++YYCURSOR;
 #line 602 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hanunoo; else return Error; }
-#line 1059 "<stdout>"
+#line 1059 "unicode_blocks.x--encoding-policy(ignore).c"
 yy226:
        ++YYCURSOR;
 #line 601 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Hanunoo; }
-#line 1064 "<stdout>"
+#line 1064 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 603 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Buhid:
        
-#line 1071 "<stdout>"
+#line 1071 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1077,19 +1077,19 @@ yy230:
        ++YYCURSOR;
 #line 609 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Buhid; else return Error; }
-#line 1081 "<stdout>"
+#line 1081 "unicode_blocks.x--encoding-policy(ignore).c"
 yy232:
        ++YYCURSOR;
 #line 608 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Buhid; }
-#line 1086 "<stdout>"
+#line 1086 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 610 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Tagbanwa:
        
-#line 1093 "<stdout>"
+#line 1093 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1099,19 +1099,19 @@ yy236:
        ++YYCURSOR;
 #line 616 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tagbanwa; else return Error; }
-#line 1103 "<stdout>"
+#line 1103 "unicode_blocks.x--encoding-policy(ignore).c"
 yy238:
        ++YYCURSOR;
 #line 615 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Tagbanwa; }
-#line 1108 "<stdout>"
+#line 1108 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 617 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Khmer:
        
-#line 1115 "<stdout>"
+#line 1115 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1121,19 +1121,19 @@ yy242:
        ++YYCURSOR;
 #line 623 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Khmer; else return Error; }
-#line 1125 "<stdout>"
+#line 1125 "unicode_blocks.x--encoding-policy(ignore).c"
 yy244:
        ++YYCURSOR;
 #line 622 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Khmer; }
-#line 1130 "<stdout>"
+#line 1130 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 624 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Mongolian:
        
-#line 1137 "<stdout>"
+#line 1137 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1143,19 +1143,19 @@ yy248:
        ++YYCURSOR;
 #line 630 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Mongolian; else return Error; }
-#line 1147 "<stdout>"
+#line 1147 "unicode_blocks.x--encoding-policy(ignore).c"
 yy250:
        ++YYCURSOR;
 #line 629 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Mongolian; }
-#line 1152 "<stdout>"
+#line 1152 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 631 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Limbu:
        
-#line 1159 "<stdout>"
+#line 1159 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1165,19 +1165,19 @@ yy254:
        ++YYCURSOR;
 #line 637 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Limbu; else return Error; }
-#line 1169 "<stdout>"
+#line 1169 "unicode_blocks.x--encoding-policy(ignore).c"
 yy256:
        ++YYCURSOR;
 #line 636 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Limbu; }
-#line 1174 "<stdout>"
+#line 1174 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 638 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Tai_Le:
        
-#line 1181 "<stdout>"
+#line 1181 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1187,19 +1187,19 @@ yy260:
        ++YYCURSOR;
 #line 644 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Tai_Le; else return Error; }
-#line 1191 "<stdout>"
+#line 1191 "unicode_blocks.x--encoding-policy(ignore).c"
 yy262:
        ++YYCURSOR;
 #line 643 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Tai_Le; }
-#line 1196 "<stdout>"
+#line 1196 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 645 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Khmer_Symbols:
        
-#line 1203 "<stdout>"
+#line 1203 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1209,19 +1209,19 @@ yy266:
        ++YYCURSOR;
 #line 651 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Khmer_Symbols; else return Error; }
-#line 1213 "<stdout>"
+#line 1213 "unicode_blocks.x--encoding-policy(ignore).c"
 yy268:
        ++YYCURSOR;
 #line 650 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Khmer_Symbols; }
-#line 1218 "<stdout>"
+#line 1218 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 652 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Phonetic_Extensions:
        
-#line 1225 "<stdout>"
+#line 1225 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1231,19 +1231,19 @@ yy272:
        ++YYCURSOR;
 #line 658 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Phonetic_Extensions; else return Error; }
-#line 1235 "<stdout>"
+#line 1235 "unicode_blocks.x--encoding-policy(ignore).c"
 yy274:
        ++YYCURSOR;
 #line 657 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Phonetic_Extensions; }
-#line 1240 "<stdout>"
+#line 1240 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 659 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Latin_Extended_Additional:
        
-#line 1247 "<stdout>"
+#line 1247 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1253,19 +1253,19 @@ yy278:
        ++YYCURSOR;
 #line 665 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Latin_Extended_Additional; else return Error; }
-#line 1257 "<stdout>"
+#line 1257 "unicode_blocks.x--encoding-policy(ignore).c"
 yy280:
        ++YYCURSOR;
 #line 664 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Latin_Extended_Additional; }
-#line 1262 "<stdout>"
+#line 1262 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 666 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Greek_Extended:
        
-#line 1269 "<stdout>"
+#line 1269 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1275,19 +1275,19 @@ yy284:
        ++YYCURSOR;
 #line 672 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Greek_Extended; else return Error; }
-#line 1279 "<stdout>"
+#line 1279 "unicode_blocks.x--encoding-policy(ignore).c"
 yy286:
        ++YYCURSOR;
 #line 671 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Greek_Extended; }
-#line 1284 "<stdout>"
+#line 1284 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 673 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 General_Punctuation:
        
-#line 1291 "<stdout>"
+#line 1291 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1297,19 +1297,19 @@ yy290:
        ++YYCURSOR;
 #line 679 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return General_Punctuation; else return Error; }
-#line 1301 "<stdout>"
+#line 1301 "unicode_blocks.x--encoding-policy(ignore).c"
 yy292:
        ++YYCURSOR;
 #line 678 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto General_Punctuation; }
-#line 1306 "<stdout>"
+#line 1306 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 680 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Superscripts_and_Subscripts:
        
-#line 1313 "<stdout>"
+#line 1313 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1319,19 +1319,19 @@ yy296:
        ++YYCURSOR;
 #line 686 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Superscripts_and_Subscripts; else return Error; }
-#line 1323 "<stdout>"
+#line 1323 "unicode_blocks.x--encoding-policy(ignore).c"
 yy298:
        ++YYCURSOR;
 #line 685 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Superscripts_and_Subscripts; }
-#line 1328 "<stdout>"
+#line 1328 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 687 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Currency_Symbols:
        
-#line 1335 "<stdout>"
+#line 1335 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1341,19 +1341,19 @@ yy302:
        ++YYCURSOR;
 #line 693 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Currency_Symbols; else return Error; }
-#line 1345 "<stdout>"
+#line 1345 "unicode_blocks.x--encoding-policy(ignore).c"
 yy304:
        ++YYCURSOR;
 #line 692 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Currency_Symbols; }
-#line 1350 "<stdout>"
+#line 1350 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 694 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Combining_Diacritical_Marks_for_Symbols:
        
-#line 1357 "<stdout>"
+#line 1357 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1363,19 +1363,19 @@ yy308:
        ++YYCURSOR;
 #line 700 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks_for_Symbols; else return Error; }
-#line 1367 "<stdout>"
+#line 1367 "unicode_blocks.x--encoding-policy(ignore).c"
 yy310:
        ++YYCURSOR;
 #line 699 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Combining_Diacritical_Marks_for_Symbols; }
-#line 1372 "<stdout>"
+#line 1372 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 701 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Letterlike_Symbols:
        
-#line 1379 "<stdout>"
+#line 1379 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1385,19 +1385,19 @@ yy314:
        ++YYCURSOR;
 #line 707 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Letterlike_Symbols; else return Error; }
-#line 1389 "<stdout>"
+#line 1389 "unicode_blocks.x--encoding-policy(ignore).c"
 yy316:
        ++YYCURSOR;
 #line 706 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Letterlike_Symbols; }
-#line 1394 "<stdout>"
+#line 1394 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 708 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Number_Forms:
        
-#line 1401 "<stdout>"
+#line 1401 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1407,19 +1407,19 @@ yy320:
        ++YYCURSOR;
 #line 714 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Number_Forms; else return Error; }
-#line 1411 "<stdout>"
+#line 1411 "unicode_blocks.x--encoding-policy(ignore).c"
 yy322:
        ++YYCURSOR;
 #line 713 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Number_Forms; }
-#line 1416 "<stdout>"
+#line 1416 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 715 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Arrows:
        
-#line 1423 "<stdout>"
+#line 1423 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1429,19 +1429,19 @@ yy326:
        ++YYCURSOR;
 #line 721 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arrows; else return Error; }
-#line 1433 "<stdout>"
+#line 1433 "unicode_blocks.x--encoding-policy(ignore).c"
 yy328:
        ++YYCURSOR;
 #line 720 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Arrows; }
-#line 1438 "<stdout>"
+#line 1438 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 722 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Mathematical_Operators:
        
-#line 1445 "<stdout>"
+#line 1445 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1451,19 +1451,19 @@ yy332:
        ++YYCURSOR;
 #line 728 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Mathematical_Operators; else return Error; }
-#line 1455 "<stdout>"
+#line 1455 "unicode_blocks.x--encoding-policy(ignore).c"
 yy334:
        ++YYCURSOR;
 #line 727 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Mathematical_Operators; }
-#line 1460 "<stdout>"
+#line 1460 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 729 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Miscellaneous_Technical:
        
-#line 1467 "<stdout>"
+#line 1467 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1473,19 +1473,19 @@ yy338:
        ++YYCURSOR;
 #line 735 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Technical; else return Error; }
-#line 1477 "<stdout>"
+#line 1477 "unicode_blocks.x--encoding-policy(ignore).c"
 yy340:
        ++YYCURSOR;
 #line 734 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Miscellaneous_Technical; }
-#line 1482 "<stdout>"
+#line 1482 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 736 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Control_Pictures:
        
-#line 1489 "<stdout>"
+#line 1489 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1495,19 +1495,19 @@ yy344:
        ++YYCURSOR;
 #line 742 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Control_Pictures; else return Error; }
-#line 1499 "<stdout>"
+#line 1499 "unicode_blocks.x--encoding-policy(ignore).c"
 yy346:
        ++YYCURSOR;
 #line 741 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Control_Pictures; }
-#line 1504 "<stdout>"
+#line 1504 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 743 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Optical_Character_Recognition:
        
-#line 1511 "<stdout>"
+#line 1511 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1517,19 +1517,19 @@ yy350:
        ++YYCURSOR;
 #line 749 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Optical_Character_Recognition; else return Error; }
-#line 1521 "<stdout>"
+#line 1521 "unicode_blocks.x--encoding-policy(ignore).c"
 yy352:
        ++YYCURSOR;
 #line 748 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Optical_Character_Recognition; }
-#line 1526 "<stdout>"
+#line 1526 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 750 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Enclosed_Alphanumerics:
        
-#line 1533 "<stdout>"
+#line 1533 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1539,19 +1539,19 @@ yy356:
        ++YYCURSOR;
 #line 756 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Enclosed_Alphanumerics; else return Error; }
-#line 1543 "<stdout>"
+#line 1543 "unicode_blocks.x--encoding-policy(ignore).c"
 yy358:
        ++YYCURSOR;
 #line 755 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Enclosed_Alphanumerics; }
-#line 1548 "<stdout>"
+#line 1548 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 757 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Box_Drawing:
        
-#line 1555 "<stdout>"
+#line 1555 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1561,19 +1561,19 @@ yy362:
        ++YYCURSOR;
 #line 763 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Box_Drawing; else return Error; }
-#line 1565 "<stdout>"
+#line 1565 "unicode_blocks.x--encoding-policy(ignore).c"
 yy364:
        ++YYCURSOR;
 #line 762 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Box_Drawing; }
-#line 1570 "<stdout>"
+#line 1570 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 764 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Block_Elements:
        
-#line 1577 "<stdout>"
+#line 1577 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1583,19 +1583,19 @@ yy368:
        ++YYCURSOR;
 #line 770 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Block_Elements; else return Error; }
-#line 1587 "<stdout>"
+#line 1587 "unicode_blocks.x--encoding-policy(ignore).c"
 yy370:
        ++YYCURSOR;
 #line 769 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Block_Elements; }
-#line 1592 "<stdout>"
+#line 1592 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 771 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Geometric_Shapes:
        
-#line 1599 "<stdout>"
+#line 1599 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1605,19 +1605,19 @@ yy374:
        ++YYCURSOR;
 #line 777 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Geometric_Shapes; else return Error; }
-#line 1609 "<stdout>"
+#line 1609 "unicode_blocks.x--encoding-policy(ignore).c"
 yy376:
        ++YYCURSOR;
 #line 776 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Geometric_Shapes; }
-#line 1614 "<stdout>"
+#line 1614 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 778 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Miscellaneous_Symbols:
        
-#line 1621 "<stdout>"
+#line 1621 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1627,19 +1627,19 @@ yy380:
        ++YYCURSOR;
 #line 784 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols; else return Error; }
-#line 1631 "<stdout>"
+#line 1631 "unicode_blocks.x--encoding-policy(ignore).c"
 yy382:
        ++YYCURSOR;
 #line 783 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Miscellaneous_Symbols; }
-#line 1636 "<stdout>"
+#line 1636 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 785 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Dingbats:
        
-#line 1643 "<stdout>"
+#line 1643 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1649,19 +1649,19 @@ yy386:
        ++YYCURSOR;
 #line 791 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Dingbats; else return Error; }
-#line 1653 "<stdout>"
+#line 1653 "unicode_blocks.x--encoding-policy(ignore).c"
 yy388:
        ++YYCURSOR;
 #line 790 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Dingbats; }
-#line 1658 "<stdout>"
+#line 1658 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 792 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Miscellaneous_Mathematical_Symbols_A:
        
-#line 1665 "<stdout>"
+#line 1665 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1671,19 +1671,19 @@ yy392:
        ++YYCURSOR;
 #line 798 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_A; else return Error; }
-#line 1675 "<stdout>"
+#line 1675 "unicode_blocks.x--encoding-policy(ignore).c"
 yy394:
        ++YYCURSOR;
 #line 797 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Miscellaneous_Mathematical_Symbols_A; }
-#line 1680 "<stdout>"
+#line 1680 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 799 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Supplemental_Arrows_A:
        
-#line 1687 "<stdout>"
+#line 1687 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1693,19 +1693,19 @@ yy398:
        ++YYCURSOR;
 #line 805 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_A; else return Error; }
-#line 1697 "<stdout>"
+#line 1697 "unicode_blocks.x--encoding-policy(ignore).c"
 yy400:
        ++YYCURSOR;
 #line 804 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Supplemental_Arrows_A; }
-#line 1702 "<stdout>"
+#line 1702 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 806 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Braille_Patterns:
        
-#line 1709 "<stdout>"
+#line 1709 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1715,19 +1715,19 @@ yy404:
        ++YYCURSOR;
 #line 812 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Braille_Patterns; else return Error; }
-#line 1719 "<stdout>"
+#line 1719 "unicode_blocks.x--encoding-policy(ignore).c"
 yy406:
        ++YYCURSOR;
 #line 811 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Braille_Patterns; }
-#line 1724 "<stdout>"
+#line 1724 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 813 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Supplemental_Arrows_B:
        
-#line 1731 "<stdout>"
+#line 1731 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1737,19 +1737,19 @@ yy410:
        ++YYCURSOR;
 #line 819 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_B; else return Error; }
-#line 1741 "<stdout>"
+#line 1741 "unicode_blocks.x--encoding-policy(ignore).c"
 yy412:
        ++YYCURSOR;
 #line 818 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Supplemental_Arrows_B; }
-#line 1746 "<stdout>"
+#line 1746 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 820 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Miscellaneous_Mathematical_Symbols_B:
        
-#line 1753 "<stdout>"
+#line 1753 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1759,19 +1759,19 @@ yy416:
        ++YYCURSOR;
 #line 826 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_B; else return Error; }
-#line 1763 "<stdout>"
+#line 1763 "unicode_blocks.x--encoding-policy(ignore).c"
 yy418:
        ++YYCURSOR;
 #line 825 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Miscellaneous_Mathematical_Symbols_B; }
-#line 1768 "<stdout>"
+#line 1768 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 827 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Supplemental_Mathematical_Operators:
        
-#line 1775 "<stdout>"
+#line 1775 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1781,19 +1781,19 @@ yy422:
        ++YYCURSOR;
 #line 833 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Supplemental_Mathematical_Operators; else return Error; }
-#line 1785 "<stdout>"
+#line 1785 "unicode_blocks.x--encoding-policy(ignore).c"
 yy424:
        ++YYCURSOR;
 #line 832 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Supplemental_Mathematical_Operators; }
-#line 1790 "<stdout>"
+#line 1790 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 834 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Miscellaneous_Symbols_and_Arrows:
        
-#line 1797 "<stdout>"
+#line 1797 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1803,19 +1803,19 @@ yy428:
        ++YYCURSOR;
 #line 840 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols_and_Arrows; else return Error; }
-#line 1807 "<stdout>"
+#line 1807 "unicode_blocks.x--encoding-policy(ignore).c"
 yy430:
        ++YYCURSOR;
 #line 839 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Miscellaneous_Symbols_and_Arrows; }
-#line 1812 "<stdout>"
+#line 1812 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 841 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 CJK_Radicals_Supplement:
        
-#line 1819 "<stdout>"
+#line 1819 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1825,19 +1825,19 @@ yy434:
        ++YYCURSOR;
 #line 847 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Radicals_Supplement; else return Error; }
-#line 1829 "<stdout>"
+#line 1829 "unicode_blocks.x--encoding-policy(ignore).c"
 yy436:
        ++YYCURSOR;
 #line 846 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto CJK_Radicals_Supplement; }
-#line 1834 "<stdout>"
+#line 1834 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 848 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Kangxi_Radicals:
        
-#line 1841 "<stdout>"
+#line 1841 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1847,19 +1847,19 @@ yy440:
        ++YYCURSOR;
 #line 854 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kangxi_Radicals; else return Error; }
-#line 1851 "<stdout>"
+#line 1851 "unicode_blocks.x--encoding-policy(ignore).c"
 yy442:
        ++YYCURSOR;
 #line 853 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Kangxi_Radicals; }
-#line 1856 "<stdout>"
+#line 1856 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 855 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Ideographic_Description_Characters:
        
-#line 1863 "<stdout>"
+#line 1863 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1869,19 +1869,19 @@ yy446:
        ++YYCURSOR;
 #line 861 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Ideographic_Description_Characters; else return Error; }
-#line 1873 "<stdout>"
+#line 1873 "unicode_blocks.x--encoding-policy(ignore).c"
 yy448:
        ++YYCURSOR;
 #line 860 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Ideographic_Description_Characters; }
-#line 1878 "<stdout>"
+#line 1878 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 862 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 CJK_Symbols_and_Punctuation:
        
-#line 1885 "<stdout>"
+#line 1885 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1891,19 +1891,19 @@ yy452:
        ++YYCURSOR;
 #line 868 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Symbols_and_Punctuation; else return Error; }
-#line 1895 "<stdout>"
+#line 1895 "unicode_blocks.x--encoding-policy(ignore).c"
 yy454:
        ++YYCURSOR;
 #line 867 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto CJK_Symbols_and_Punctuation; }
-#line 1900 "<stdout>"
+#line 1900 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 869 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Hiragana:
        
-#line 1907 "<stdout>"
+#line 1907 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1913,19 +1913,19 @@ yy458:
        ++YYCURSOR;
 #line 875 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hiragana; else return Error; }
-#line 1917 "<stdout>"
+#line 1917 "unicode_blocks.x--encoding-policy(ignore).c"
 yy460:
        ++YYCURSOR;
 #line 874 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Hiragana; }
-#line 1922 "<stdout>"
+#line 1922 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 876 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Katakana:
        
-#line 1929 "<stdout>"
+#line 1929 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1935,19 +1935,19 @@ yy464:
        ++YYCURSOR;
 #line 882 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Katakana; else return Error; }
-#line 1939 "<stdout>"
+#line 1939 "unicode_blocks.x--encoding-policy(ignore).c"
 yy466:
        ++YYCURSOR;
 #line 881 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Katakana; }
-#line 1944 "<stdout>"
+#line 1944 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 883 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Bopomofo:
        
-#line 1951 "<stdout>"
+#line 1951 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1957,19 +1957,19 @@ yy470:
        ++YYCURSOR;
 #line 889 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bopomofo; else return Error; }
-#line 1961 "<stdout>"
+#line 1961 "unicode_blocks.x--encoding-policy(ignore).c"
 yy472:
        ++YYCURSOR;
 #line 888 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Bopomofo; }
-#line 1966 "<stdout>"
+#line 1966 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 890 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Hangul_Compatibility_Jamo:
        
-#line 1973 "<stdout>"
+#line 1973 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1979,19 +1979,19 @@ yy476:
        ++YYCURSOR;
 #line 896 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Compatibility_Jamo; else return Error; }
-#line 1983 "<stdout>"
+#line 1983 "unicode_blocks.x--encoding-policy(ignore).c"
 yy478:
        ++YYCURSOR;
 #line 895 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Hangul_Compatibility_Jamo; }
-#line 1988 "<stdout>"
+#line 1988 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 897 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Kanbun:
        
-#line 1995 "<stdout>"
+#line 1995 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2001,19 +2001,19 @@ yy482:
        ++YYCURSOR;
 #line 903 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Kanbun; else return Error; }
-#line 2005 "<stdout>"
+#line 2005 "unicode_blocks.x--encoding-policy(ignore).c"
 yy484:
        ++YYCURSOR;
 #line 902 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Kanbun; }
-#line 2010 "<stdout>"
+#line 2010 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 904 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Bopomofo_Extended:
        
-#line 2017 "<stdout>"
+#line 2017 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2023,19 +2023,19 @@ yy488:
        ++YYCURSOR;
 #line 910 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Bopomofo_Extended; else return Error; }
-#line 2027 "<stdout>"
+#line 2027 "unicode_blocks.x--encoding-policy(ignore).c"
 yy490:
        ++YYCURSOR;
 #line 909 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Bopomofo_Extended; }
-#line 2032 "<stdout>"
+#line 2032 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 911 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Katakana_Phonetic_Extensions:
        
-#line 2039 "<stdout>"
+#line 2039 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2045,19 +2045,19 @@ yy494:
        ++YYCURSOR;
 #line 917 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Katakana_Phonetic_Extensions; else return Error; }
-#line 2049 "<stdout>"
+#line 2049 "unicode_blocks.x--encoding-policy(ignore).c"
 yy496:
        ++YYCURSOR;
 #line 916 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Katakana_Phonetic_Extensions; }
-#line 2054 "<stdout>"
+#line 2054 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 918 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Enclosed_CJK_Letters_and_Months:
        
-#line 2061 "<stdout>"
+#line 2061 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2067,19 +2067,19 @@ yy500:
        ++YYCURSOR;
 #line 924 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Enclosed_CJK_Letters_and_Months; else return Error; }
-#line 2071 "<stdout>"
+#line 2071 "unicode_blocks.x--encoding-policy(ignore).c"
 yy502:
        ++YYCURSOR;
 #line 923 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Enclosed_CJK_Letters_and_Months; }
-#line 2076 "<stdout>"
+#line 2076 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 925 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 CJK_Compatibility:
        
-#line 2083 "<stdout>"
+#line 2083 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2089,19 +2089,19 @@ yy506:
        ++YYCURSOR;
 #line 931 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility; else return Error; }
-#line 2093 "<stdout>"
+#line 2093 "unicode_blocks.x--encoding-policy(ignore).c"
 yy508:
        ++YYCURSOR;
 #line 930 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto CJK_Compatibility; }
-#line 2098 "<stdout>"
+#line 2098 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 932 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 CJK_Unified_Ideographs_Extension_A:
        
-#line 2105 "<stdout>"
+#line 2105 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2111,19 +2111,19 @@ yy512:
        ++YYCURSOR;
 #line 938 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs_Extension_A; else return Error; }
-#line 2115 "<stdout>"
+#line 2115 "unicode_blocks.x--encoding-policy(ignore).c"
 yy514:
        ++YYCURSOR;
 #line 937 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto CJK_Unified_Ideographs_Extension_A; }
-#line 2120 "<stdout>"
+#line 2120 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 939 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Yijing_Hexagram_Symbols:
        
-#line 2127 "<stdout>"
+#line 2127 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2133,19 +2133,19 @@ yy518:
        ++YYCURSOR;
 #line 945 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yijing_Hexagram_Symbols; else return Error; }
-#line 2137 "<stdout>"
+#line 2137 "unicode_blocks.x--encoding-policy(ignore).c"
 yy520:
        ++YYCURSOR;
 #line 944 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Yijing_Hexagram_Symbols; }
-#line 2142 "<stdout>"
+#line 2142 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 946 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 CJK_Unified_Ideographs:
        
-#line 2149 "<stdout>"
+#line 2149 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2155,19 +2155,19 @@ yy524:
        ++YYCURSOR;
 #line 952 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs; else return Error; }
-#line 2159 "<stdout>"
+#line 2159 "unicode_blocks.x--encoding-policy(ignore).c"
 yy526:
        ++YYCURSOR;
 #line 951 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto CJK_Unified_Ideographs; }
-#line 2164 "<stdout>"
+#line 2164 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 953 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Yi_Syllables:
        
-#line 2171 "<stdout>"
+#line 2171 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2177,19 +2177,19 @@ yy530:
        ++YYCURSOR;
 #line 959 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yi_Syllables; else return Error; }
-#line 2181 "<stdout>"
+#line 2181 "unicode_blocks.x--encoding-policy(ignore).c"
 yy532:
        ++YYCURSOR;
 #line 958 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Yi_Syllables; }
-#line 2186 "<stdout>"
+#line 2186 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 960 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Yi_Radicals:
        
-#line 2193 "<stdout>"
+#line 2193 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2199,19 +2199,19 @@ yy536:
        ++YYCURSOR;
 #line 966 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Yi_Radicals; else return Error; }
-#line 2203 "<stdout>"
+#line 2203 "unicode_blocks.x--encoding-policy(ignore).c"
 yy538:
        ++YYCURSOR;
 #line 965 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Yi_Radicals; }
-#line 2208 "<stdout>"
+#line 2208 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 967 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Hangul_Syllables:
        
-#line 2215 "<stdout>"
+#line 2215 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2221,19 +2221,19 @@ yy542:
        ++YYCURSOR;
 #line 973 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Hangul_Syllables; else return Error; }
-#line 2225 "<stdout>"
+#line 2225 "unicode_blocks.x--encoding-policy(ignore).c"
 yy544:
        ++YYCURSOR;
 #line 972 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Hangul_Syllables; }
-#line 2230 "<stdout>"
+#line 2230 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 974 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 High_Surrogates:
        
-#line 2237 "<stdout>"
+#line 2237 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2243,19 +2243,19 @@ yy548:
        ++YYCURSOR;
 #line 980 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return High_Surrogates; else return Error; }
-#line 2247 "<stdout>"
+#line 2247 "unicode_blocks.x--encoding-policy(ignore).c"
 yy550:
        ++YYCURSOR;
 #line 979 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto High_Surrogates; }
-#line 2252 "<stdout>"
+#line 2252 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 981 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 High_Private_Use_Surrogates:
        
-#line 2259 "<stdout>"
+#line 2259 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2265,19 +2265,19 @@ yy554:
        ++YYCURSOR;
 #line 987 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return High_Private_Use_Surrogates; else return Error; }
-#line 2269 "<stdout>"
+#line 2269 "unicode_blocks.x--encoding-policy(ignore).c"
 yy556:
        ++YYCURSOR;
 #line 986 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto High_Private_Use_Surrogates; }
-#line 2274 "<stdout>"
+#line 2274 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 988 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Low_Surrogates:
        
-#line 2281 "<stdout>"
+#line 2281 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2287,19 +2287,19 @@ yy560:
        ++YYCURSOR;
 #line 994 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Low_Surrogates; else return Error; }
-#line 2291 "<stdout>"
+#line 2291 "unicode_blocks.x--encoding-policy(ignore).c"
 yy562:
        ++YYCURSOR;
 #line 993 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Low_Surrogates; }
-#line 2296 "<stdout>"
+#line 2296 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 995 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Private_Use_Area:
        
-#line 2303 "<stdout>"
+#line 2303 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2309,19 +2309,19 @@ yy566:
        ++YYCURSOR;
 #line 1001 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Private_Use_Area; else return Error; }
-#line 2313 "<stdout>"
+#line 2313 "unicode_blocks.x--encoding-policy(ignore).c"
 yy568:
        ++YYCURSOR;
 #line 1000 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Private_Use_Area; }
-#line 2318 "<stdout>"
+#line 2318 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1002 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 CJK_Compatibility_Ideographs:
        
-#line 2325 "<stdout>"
+#line 2325 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2331,19 +2331,19 @@ yy572:
        ++YYCURSOR;
 #line 1008 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Ideographs; else return Error; }
-#line 2335 "<stdout>"
+#line 2335 "unicode_blocks.x--encoding-policy(ignore).c"
 yy574:
        ++YYCURSOR;
 #line 1007 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto CJK_Compatibility_Ideographs; }
-#line 2340 "<stdout>"
+#line 2340 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1009 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Alphabetic_Presentation_Forms:
        
-#line 2347 "<stdout>"
+#line 2347 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2353,19 +2353,19 @@ yy578:
        ++YYCURSOR;
 #line 1015 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Alphabetic_Presentation_Forms; else return Error; }
-#line 2357 "<stdout>"
+#line 2357 "unicode_blocks.x--encoding-policy(ignore).c"
 yy580:
        ++YYCURSOR;
 #line 1014 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Alphabetic_Presentation_Forms; }
-#line 2362 "<stdout>"
+#line 2362 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1016 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Arabic_Presentation_Forms_A:
        
-#line 2369 "<stdout>"
+#line 2369 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2375,19 +2375,19 @@ yy584:
        ++YYCURSOR;
 #line 1022 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_A; else return Error; }
-#line 2379 "<stdout>"
+#line 2379 "unicode_blocks.x--encoding-policy(ignore).c"
 yy586:
        ++YYCURSOR;
 #line 1021 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Arabic_Presentation_Forms_A; }
-#line 2384 "<stdout>"
+#line 2384 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1023 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Variation_Selectors:
        
-#line 2391 "<stdout>"
+#line 2391 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2397,19 +2397,19 @@ yy590:
        ++YYCURSOR;
 #line 1029 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Variation_Selectors; else return Error; }
-#line 2401 "<stdout>"
+#line 2401 "unicode_blocks.x--encoding-policy(ignore).c"
 yy592:
        ++YYCURSOR;
 #line 1028 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Variation_Selectors; }
-#line 2406 "<stdout>"
+#line 2406 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1030 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Combining_Half_Marks:
        
-#line 2413 "<stdout>"
+#line 2413 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2419,19 +2419,19 @@ yy596:
        ++YYCURSOR;
 #line 1036 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Combining_Half_Marks; else return Error; }
-#line 2423 "<stdout>"
+#line 2423 "unicode_blocks.x--encoding-policy(ignore).c"
 yy598:
        ++YYCURSOR;
 #line 1035 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Combining_Half_Marks; }
-#line 2428 "<stdout>"
+#line 2428 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1037 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 CJK_Compatibility_Forms:
        
-#line 2435 "<stdout>"
+#line 2435 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2441,19 +2441,19 @@ yy602:
        ++YYCURSOR;
 #line 1043 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Forms; else return Error; }
-#line 2445 "<stdout>"
+#line 2445 "unicode_blocks.x--encoding-policy(ignore).c"
 yy604:
        ++YYCURSOR;
 #line 1042 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto CJK_Compatibility_Forms; }
-#line 2450 "<stdout>"
+#line 2450 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1044 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Small_Form_Variants:
        
-#line 2457 "<stdout>"
+#line 2457 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2463,19 +2463,19 @@ yy608:
        ++YYCURSOR;
 #line 1050 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Small_Form_Variants; else return Error; }
-#line 2467 "<stdout>"
+#line 2467 "unicode_blocks.x--encoding-policy(ignore).c"
 yy610:
        ++YYCURSOR;
 #line 1049 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Small_Form_Variants; }
-#line 2472 "<stdout>"
+#line 2472 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1051 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Arabic_Presentation_Forms_B:
        
-#line 2479 "<stdout>"
+#line 2479 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2485,19 +2485,19 @@ yy614:
        ++YYCURSOR;
 #line 1057 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_B; else return Error; }
-#line 2489 "<stdout>"
+#line 2489 "unicode_blocks.x--encoding-policy(ignore).c"
 yy616:
        ++YYCURSOR;
 #line 1056 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Arabic_Presentation_Forms_B; }
-#line 2494 "<stdout>"
+#line 2494 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1058 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Halfwidth_and_Fullwidth_Forms:
        
-#line 2501 "<stdout>"
+#line 2501 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2507,19 +2507,19 @@ yy620:
        ++YYCURSOR;
 #line 1064 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Halfwidth_and_Fullwidth_Forms; else return Error; }
-#line 2511 "<stdout>"
+#line 2511 "unicode_blocks.x--encoding-policy(ignore).c"
 yy622:
        ++YYCURSOR;
 #line 1063 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Halfwidth_and_Fullwidth_Forms; }
-#line 2516 "<stdout>"
+#line 2516 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1065 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 Specials:
        
-#line 2523 "<stdout>"
+#line 2523 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2527,19 +2527,19 @@ Specials:
        ++YYCURSOR;
 #line 1071 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return Specials; else return Error; }
-#line 2531 "<stdout>"
+#line 2531 "unicode_blocks.x--encoding-policy(ignore).c"
 yy628:
        ++YYCURSOR;
 #line 1070 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto Specials; }
-#line 2536 "<stdout>"
+#line 2536 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1072 "unicode_blocks.x--encoding-policy(ignore).re"
 
 
 All:
        
-#line 2543 "<stdout>"
+#line 2543 "unicode_blocks.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2587,12 +2587,12 @@ yy632:
        ++YYCURSOR;
 #line 1077 "unicode_blocks.x--encoding-policy(ignore).re"
        { goto All; }
-#line 2591 "<stdout>"
+#line 2591 "unicode_blocks.x--encoding-policy(ignore).c"
 yy634:
        ++YYCURSOR;
 #line 1078 "unicode_blocks.x--encoding-policy(ignore).re"
        { if (YYCURSOR == limit) return All; else return Error; }
-#line 2596 "<stdout>"
+#line 2596 "unicode_blocks.x--encoding-policy(ignore).c"
 }
 #line 1079 "unicode_blocks.x--encoding-policy(ignore).re"
 
index c14f16713f64c759167ef98a9719a51206a790f4..b5517df80d0577beada3e30d8f9527b933908710 100644 (file)
@@ -233,7 +233,7 @@ Block scan(const YYCTYPE * start, const YYCTYPE * const limit, Block blk)
 
 Basic_Latin:
        
-#line 237 "<stdout>"
+#line 237 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -241,19 +241,19 @@ Basic_Latin:
        ++YYCURSOR;
 #line 342 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Basic_Latin; }
-#line 245 "<stdout>"
+#line 245 "unicode_blocks.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 343 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Basic_Latin; else return Error; }
-#line 250 "<stdout>"
+#line 250 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 344 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Latin___Supplement:
        
-#line 257 "<stdout>"
+#line 257 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -263,19 +263,19 @@ yy8:
        ++YYCURSOR;
 #line 350 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin___Supplement; else return Error; }
-#line 267 "<stdout>"
+#line 267 "unicode_blocks.x--encoding-policy(substitute).c"
 yy10:
        ++YYCURSOR;
 #line 349 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Latin___Supplement; }
-#line 272 "<stdout>"
+#line 272 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 351 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Latin_Extended_A:
        
-#line 279 "<stdout>"
+#line 279 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -285,19 +285,19 @@ yy14:
        ++YYCURSOR;
 #line 357 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_A; else return Error; }
-#line 289 "<stdout>"
+#line 289 "unicode_blocks.x--encoding-policy(substitute).c"
 yy16:
        ++YYCURSOR;
 #line 356 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Latin_Extended_A; }
-#line 294 "<stdout>"
+#line 294 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 358 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Latin_Extended_B:
        
-#line 301 "<stdout>"
+#line 301 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -307,19 +307,19 @@ yy20:
        ++YYCURSOR;
 #line 364 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_B; else return Error; }
-#line 311 "<stdout>"
+#line 311 "unicode_blocks.x--encoding-policy(substitute).c"
 yy22:
        ++YYCURSOR;
 #line 363 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Latin_Extended_B; }
-#line 316 "<stdout>"
+#line 316 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 365 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 IPA_Extensions:
        
-#line 323 "<stdout>"
+#line 323 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -329,19 +329,19 @@ yy26:
        ++YYCURSOR;
 #line 371 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return IPA_Extensions; else return Error; }
-#line 333 "<stdout>"
+#line 333 "unicode_blocks.x--encoding-policy(substitute).c"
 yy28:
        ++YYCURSOR;
 #line 370 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto IPA_Extensions; }
-#line 338 "<stdout>"
+#line 338 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 372 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Spacing_Modifier_Letters:
        
-#line 345 "<stdout>"
+#line 345 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -351,19 +351,19 @@ yy32:
        ++YYCURSOR;
 #line 378 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Spacing_Modifier_Letters; else return Error; }
-#line 355 "<stdout>"
+#line 355 "unicode_blocks.x--encoding-policy(substitute).c"
 yy34:
        ++YYCURSOR;
 #line 377 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Spacing_Modifier_Letters; }
-#line 360 "<stdout>"
+#line 360 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 379 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Combining_Diacritical_Marks:
        
-#line 367 "<stdout>"
+#line 367 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -373,19 +373,19 @@ yy38:
        ++YYCURSOR;
 #line 385 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks; else return Error; }
-#line 377 "<stdout>"
+#line 377 "unicode_blocks.x--encoding-policy(substitute).c"
 yy40:
        ++YYCURSOR;
 #line 384 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Combining_Diacritical_Marks; }
-#line 382 "<stdout>"
+#line 382 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 386 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Greek_and_Coptic:
        
-#line 389 "<stdout>"
+#line 389 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -395,19 +395,19 @@ yy44:
        ++YYCURSOR;
 #line 392 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Greek_and_Coptic; else return Error; }
-#line 399 "<stdout>"
+#line 399 "unicode_blocks.x--encoding-policy(substitute).c"
 yy46:
        ++YYCURSOR;
 #line 391 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Greek_and_Coptic; }
-#line 404 "<stdout>"
+#line 404 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 393 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Cyrillic:
        
-#line 411 "<stdout>"
+#line 411 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -417,19 +417,19 @@ yy50:
        ++YYCURSOR;
 #line 399 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cyrillic; else return Error; }
-#line 421 "<stdout>"
+#line 421 "unicode_blocks.x--encoding-policy(substitute).c"
 yy52:
        ++YYCURSOR;
 #line 398 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Cyrillic; }
-#line 426 "<stdout>"
+#line 426 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 400 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Cyrillic_Supplementary:
        
-#line 433 "<stdout>"
+#line 433 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -439,19 +439,19 @@ yy56:
        ++YYCURSOR;
 #line 406 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cyrillic_Supplementary; else return Error; }
-#line 443 "<stdout>"
+#line 443 "unicode_blocks.x--encoding-policy(substitute).c"
 yy58:
        ++YYCURSOR;
 #line 405 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Cyrillic_Supplementary; }
-#line 448 "<stdout>"
+#line 448 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 407 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Armenian:
        
-#line 455 "<stdout>"
+#line 455 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -461,19 +461,19 @@ yy62:
        ++YYCURSOR;
 #line 413 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Armenian; else return Error; }
-#line 465 "<stdout>"
+#line 465 "unicode_blocks.x--encoding-policy(substitute).c"
 yy64:
        ++YYCURSOR;
 #line 412 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Armenian; }
-#line 470 "<stdout>"
+#line 470 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 414 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Hebrew:
        
-#line 477 "<stdout>"
+#line 477 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -483,19 +483,19 @@ yy68:
        ++YYCURSOR;
 #line 420 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hebrew; else return Error; }
-#line 487 "<stdout>"
+#line 487 "unicode_blocks.x--encoding-policy(substitute).c"
 yy70:
        ++YYCURSOR;
 #line 419 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Hebrew; }
-#line 492 "<stdout>"
+#line 492 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 421 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Arabic:
        
-#line 499 "<stdout>"
+#line 499 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -505,19 +505,19 @@ yy74:
        ++YYCURSOR;
 #line 427 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic; else return Error; }
-#line 509 "<stdout>"
+#line 509 "unicode_blocks.x--encoding-policy(substitute).c"
 yy76:
        ++YYCURSOR;
 #line 426 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Arabic; }
-#line 514 "<stdout>"
+#line 514 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 428 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Syriac:
        
-#line 521 "<stdout>"
+#line 521 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -527,19 +527,19 @@ yy80:
        ++YYCURSOR;
 #line 434 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Syriac; else return Error; }
-#line 531 "<stdout>"
+#line 531 "unicode_blocks.x--encoding-policy(substitute).c"
 yy82:
        ++YYCURSOR;
 #line 433 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Syriac; }
-#line 536 "<stdout>"
+#line 536 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 435 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Thaana:
        
-#line 543 "<stdout>"
+#line 543 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -549,19 +549,19 @@ yy86:
        ++YYCURSOR;
 #line 441 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Thaana; else return Error; }
-#line 553 "<stdout>"
+#line 553 "unicode_blocks.x--encoding-policy(substitute).c"
 yy88:
        ++YYCURSOR;
 #line 440 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Thaana; }
-#line 558 "<stdout>"
+#line 558 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 442 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Devanagari:
        
-#line 565 "<stdout>"
+#line 565 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -571,19 +571,19 @@ yy92:
        ++YYCURSOR;
 #line 448 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Devanagari; else return Error; }
-#line 575 "<stdout>"
+#line 575 "unicode_blocks.x--encoding-policy(substitute).c"
 yy94:
        ++YYCURSOR;
 #line 447 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Devanagari; }
-#line 580 "<stdout>"
+#line 580 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 449 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Bengali:
        
-#line 587 "<stdout>"
+#line 587 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -593,19 +593,19 @@ yy98:
        ++YYCURSOR;
 #line 455 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bengali; else return Error; }
-#line 597 "<stdout>"
+#line 597 "unicode_blocks.x--encoding-policy(substitute).c"
 yy100:
        ++YYCURSOR;
 #line 454 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Bengali; }
-#line 602 "<stdout>"
+#line 602 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 456 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Gurmukhi:
        
-#line 609 "<stdout>"
+#line 609 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -615,19 +615,19 @@ yy104:
        ++YYCURSOR;
 #line 462 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Gurmukhi; else return Error; }
-#line 619 "<stdout>"
+#line 619 "unicode_blocks.x--encoding-policy(substitute).c"
 yy106:
        ++YYCURSOR;
 #line 461 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Gurmukhi; }
-#line 624 "<stdout>"
+#line 624 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 463 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Gujarati:
        
-#line 631 "<stdout>"
+#line 631 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -637,19 +637,19 @@ yy110:
        ++YYCURSOR;
 #line 469 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Gujarati; else return Error; }
-#line 641 "<stdout>"
+#line 641 "unicode_blocks.x--encoding-policy(substitute).c"
 yy112:
        ++YYCURSOR;
 #line 468 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Gujarati; }
-#line 646 "<stdout>"
+#line 646 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 470 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Oriya:
        
-#line 653 "<stdout>"
+#line 653 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -659,19 +659,19 @@ yy116:
        ++YYCURSOR;
 #line 476 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Oriya; else return Error; }
-#line 663 "<stdout>"
+#line 663 "unicode_blocks.x--encoding-policy(substitute).c"
 yy118:
        ++YYCURSOR;
 #line 475 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Oriya; }
-#line 668 "<stdout>"
+#line 668 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 477 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Tamil:
        
-#line 675 "<stdout>"
+#line 675 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -681,19 +681,19 @@ yy122:
        ++YYCURSOR;
 #line 483 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tamil; else return Error; }
-#line 685 "<stdout>"
+#line 685 "unicode_blocks.x--encoding-policy(substitute).c"
 yy124:
        ++YYCURSOR;
 #line 482 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Tamil; }
-#line 690 "<stdout>"
+#line 690 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 484 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Telugu:
        
-#line 697 "<stdout>"
+#line 697 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -703,19 +703,19 @@ yy128:
        ++YYCURSOR;
 #line 490 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Telugu; else return Error; }
-#line 707 "<stdout>"
+#line 707 "unicode_blocks.x--encoding-policy(substitute).c"
 yy130:
        ++YYCURSOR;
 #line 489 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Telugu; }
-#line 712 "<stdout>"
+#line 712 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 491 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Kannada:
        
-#line 719 "<stdout>"
+#line 719 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -725,19 +725,19 @@ yy134:
        ++YYCURSOR;
 #line 497 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kannada; else return Error; }
-#line 729 "<stdout>"
+#line 729 "unicode_blocks.x--encoding-policy(substitute).c"
 yy136:
        ++YYCURSOR;
 #line 496 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Kannada; }
-#line 734 "<stdout>"
+#line 734 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 498 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Malayalam:
        
-#line 741 "<stdout>"
+#line 741 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -747,19 +747,19 @@ yy140:
        ++YYCURSOR;
 #line 504 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Malayalam; else return Error; }
-#line 751 "<stdout>"
+#line 751 "unicode_blocks.x--encoding-policy(substitute).c"
 yy142:
        ++YYCURSOR;
 #line 503 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Malayalam; }
-#line 756 "<stdout>"
+#line 756 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 505 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Sinhala:
        
-#line 763 "<stdout>"
+#line 763 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -769,19 +769,19 @@ yy146:
        ++YYCURSOR;
 #line 511 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Sinhala; else return Error; }
-#line 773 "<stdout>"
+#line 773 "unicode_blocks.x--encoding-policy(substitute).c"
 yy148:
        ++YYCURSOR;
 #line 510 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Sinhala; }
-#line 778 "<stdout>"
+#line 778 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 512 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Thai:
        
-#line 785 "<stdout>"
+#line 785 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -791,19 +791,19 @@ yy152:
        ++YYCURSOR;
 #line 518 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Thai; else return Error; }
-#line 795 "<stdout>"
+#line 795 "unicode_blocks.x--encoding-policy(substitute).c"
 yy154:
        ++YYCURSOR;
 #line 517 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Thai; }
-#line 800 "<stdout>"
+#line 800 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 519 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Lao:
        
-#line 807 "<stdout>"
+#line 807 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -813,19 +813,19 @@ yy158:
        ++YYCURSOR;
 #line 525 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Lao; else return Error; }
-#line 817 "<stdout>"
+#line 817 "unicode_blocks.x--encoding-policy(substitute).c"
 yy160:
        ++YYCURSOR;
 #line 524 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Lao; }
-#line 822 "<stdout>"
+#line 822 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 526 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Tibetan:
        
-#line 829 "<stdout>"
+#line 829 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -835,19 +835,19 @@ yy164:
        ++YYCURSOR;
 #line 532 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tibetan; else return Error; }
-#line 839 "<stdout>"
+#line 839 "unicode_blocks.x--encoding-policy(substitute).c"
 yy166:
        ++YYCURSOR;
 #line 531 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Tibetan; }
-#line 844 "<stdout>"
+#line 844 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 533 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Myanmar:
        
-#line 851 "<stdout>"
+#line 851 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -857,19 +857,19 @@ yy170:
        ++YYCURSOR;
 #line 539 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Myanmar; else return Error; }
-#line 861 "<stdout>"
+#line 861 "unicode_blocks.x--encoding-policy(substitute).c"
 yy172:
        ++YYCURSOR;
 #line 538 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Myanmar; }
-#line 866 "<stdout>"
+#line 866 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 540 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Georgian:
        
-#line 873 "<stdout>"
+#line 873 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -879,19 +879,19 @@ yy176:
        ++YYCURSOR;
 #line 546 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Georgian; else return Error; }
-#line 883 "<stdout>"
+#line 883 "unicode_blocks.x--encoding-policy(substitute).c"
 yy178:
        ++YYCURSOR;
 #line 545 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Georgian; }
-#line 888 "<stdout>"
+#line 888 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 547 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Hangul_Jamo:
        
-#line 895 "<stdout>"
+#line 895 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -901,19 +901,19 @@ yy182:
        ++YYCURSOR;
 #line 553 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Jamo; else return Error; }
-#line 905 "<stdout>"
+#line 905 "unicode_blocks.x--encoding-policy(substitute).c"
 yy184:
        ++YYCURSOR;
 #line 552 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Hangul_Jamo; }
-#line 910 "<stdout>"
+#line 910 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 554 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Ethiopic:
        
-#line 917 "<stdout>"
+#line 917 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -923,19 +923,19 @@ yy188:
        ++YYCURSOR;
 #line 560 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ethiopic; else return Error; }
-#line 927 "<stdout>"
+#line 927 "unicode_blocks.x--encoding-policy(substitute).c"
 yy190:
        ++YYCURSOR;
 #line 559 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Ethiopic; }
-#line 932 "<stdout>"
+#line 932 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 561 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Cherokee:
        
-#line 939 "<stdout>"
+#line 939 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -945,19 +945,19 @@ yy194:
        ++YYCURSOR;
 #line 567 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Cherokee; else return Error; }
-#line 949 "<stdout>"
+#line 949 "unicode_blocks.x--encoding-policy(substitute).c"
 yy196:
        ++YYCURSOR;
 #line 566 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Cherokee; }
-#line 954 "<stdout>"
+#line 954 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 568 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Unified_Canadian_Aboriginal_Syllabics:
        
-#line 961 "<stdout>"
+#line 961 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -967,19 +967,19 @@ yy200:
        ++YYCURSOR;
 #line 574 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Unified_Canadian_Aboriginal_Syllabics; else return Error; }
-#line 971 "<stdout>"
+#line 971 "unicode_blocks.x--encoding-policy(substitute).c"
 yy202:
        ++YYCURSOR;
 #line 573 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Unified_Canadian_Aboriginal_Syllabics; }
-#line 976 "<stdout>"
+#line 976 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 575 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Ogham:
        
-#line 983 "<stdout>"
+#line 983 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -989,19 +989,19 @@ yy206:
        ++YYCURSOR;
 #line 581 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ogham; else return Error; }
-#line 993 "<stdout>"
+#line 993 "unicode_blocks.x--encoding-policy(substitute).c"
 yy208:
        ++YYCURSOR;
 #line 580 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Ogham; }
-#line 998 "<stdout>"
+#line 998 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 582 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Runic:
        
-#line 1005 "<stdout>"
+#line 1005 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1011,19 +1011,19 @@ yy212:
        ++YYCURSOR;
 #line 588 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Runic; else return Error; }
-#line 1015 "<stdout>"
+#line 1015 "unicode_blocks.x--encoding-policy(substitute).c"
 yy214:
        ++YYCURSOR;
 #line 587 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Runic; }
-#line 1020 "<stdout>"
+#line 1020 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 589 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Tagalog:
        
-#line 1027 "<stdout>"
+#line 1027 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1033,19 +1033,19 @@ yy218:
        ++YYCURSOR;
 #line 595 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tagalog; else return Error; }
-#line 1037 "<stdout>"
+#line 1037 "unicode_blocks.x--encoding-policy(substitute).c"
 yy220:
        ++YYCURSOR;
 #line 594 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Tagalog; }
-#line 1042 "<stdout>"
+#line 1042 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 596 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Hanunoo:
        
-#line 1049 "<stdout>"
+#line 1049 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1055,19 +1055,19 @@ yy224:
        ++YYCURSOR;
 #line 602 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hanunoo; else return Error; }
-#line 1059 "<stdout>"
+#line 1059 "unicode_blocks.x--encoding-policy(substitute).c"
 yy226:
        ++YYCURSOR;
 #line 601 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Hanunoo; }
-#line 1064 "<stdout>"
+#line 1064 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 603 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Buhid:
        
-#line 1071 "<stdout>"
+#line 1071 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1077,19 +1077,19 @@ yy230:
        ++YYCURSOR;
 #line 609 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Buhid; else return Error; }
-#line 1081 "<stdout>"
+#line 1081 "unicode_blocks.x--encoding-policy(substitute).c"
 yy232:
        ++YYCURSOR;
 #line 608 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Buhid; }
-#line 1086 "<stdout>"
+#line 1086 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 610 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Tagbanwa:
        
-#line 1093 "<stdout>"
+#line 1093 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1099,19 +1099,19 @@ yy236:
        ++YYCURSOR;
 #line 616 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tagbanwa; else return Error; }
-#line 1103 "<stdout>"
+#line 1103 "unicode_blocks.x--encoding-policy(substitute).c"
 yy238:
        ++YYCURSOR;
 #line 615 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Tagbanwa; }
-#line 1108 "<stdout>"
+#line 1108 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 617 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Khmer:
        
-#line 1115 "<stdout>"
+#line 1115 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1121,19 +1121,19 @@ yy242:
        ++YYCURSOR;
 #line 623 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Khmer; else return Error; }
-#line 1125 "<stdout>"
+#line 1125 "unicode_blocks.x--encoding-policy(substitute).c"
 yy244:
        ++YYCURSOR;
 #line 622 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Khmer; }
-#line 1130 "<stdout>"
+#line 1130 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 624 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Mongolian:
        
-#line 1137 "<stdout>"
+#line 1137 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1143,19 +1143,19 @@ yy248:
        ++YYCURSOR;
 #line 630 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Mongolian; else return Error; }
-#line 1147 "<stdout>"
+#line 1147 "unicode_blocks.x--encoding-policy(substitute).c"
 yy250:
        ++YYCURSOR;
 #line 629 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Mongolian; }
-#line 1152 "<stdout>"
+#line 1152 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 631 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Limbu:
        
-#line 1159 "<stdout>"
+#line 1159 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1165,19 +1165,19 @@ yy254:
        ++YYCURSOR;
 #line 637 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Limbu; else return Error; }
-#line 1169 "<stdout>"
+#line 1169 "unicode_blocks.x--encoding-policy(substitute).c"
 yy256:
        ++YYCURSOR;
 #line 636 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Limbu; }
-#line 1174 "<stdout>"
+#line 1174 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 638 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Tai_Le:
        
-#line 1181 "<stdout>"
+#line 1181 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1187,19 +1187,19 @@ yy260:
        ++YYCURSOR;
 #line 644 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Tai_Le; else return Error; }
-#line 1191 "<stdout>"
+#line 1191 "unicode_blocks.x--encoding-policy(substitute).c"
 yy262:
        ++YYCURSOR;
 #line 643 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Tai_Le; }
-#line 1196 "<stdout>"
+#line 1196 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 645 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Khmer_Symbols:
        
-#line 1203 "<stdout>"
+#line 1203 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1209,19 +1209,19 @@ yy266:
        ++YYCURSOR;
 #line 651 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Khmer_Symbols; else return Error; }
-#line 1213 "<stdout>"
+#line 1213 "unicode_blocks.x--encoding-policy(substitute).c"
 yy268:
        ++YYCURSOR;
 #line 650 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Khmer_Symbols; }
-#line 1218 "<stdout>"
+#line 1218 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 652 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Phonetic_Extensions:
        
-#line 1225 "<stdout>"
+#line 1225 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1231,19 +1231,19 @@ yy272:
        ++YYCURSOR;
 #line 658 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Phonetic_Extensions; else return Error; }
-#line 1235 "<stdout>"
+#line 1235 "unicode_blocks.x--encoding-policy(substitute).c"
 yy274:
        ++YYCURSOR;
 #line 657 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Phonetic_Extensions; }
-#line 1240 "<stdout>"
+#line 1240 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 659 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Latin_Extended_Additional:
        
-#line 1247 "<stdout>"
+#line 1247 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1253,19 +1253,19 @@ yy278:
        ++YYCURSOR;
 #line 665 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Latin_Extended_Additional; else return Error; }
-#line 1257 "<stdout>"
+#line 1257 "unicode_blocks.x--encoding-policy(substitute).c"
 yy280:
        ++YYCURSOR;
 #line 664 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Latin_Extended_Additional; }
-#line 1262 "<stdout>"
+#line 1262 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 666 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Greek_Extended:
        
-#line 1269 "<stdout>"
+#line 1269 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1275,19 +1275,19 @@ yy284:
        ++YYCURSOR;
 #line 672 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Greek_Extended; else return Error; }
-#line 1279 "<stdout>"
+#line 1279 "unicode_blocks.x--encoding-policy(substitute).c"
 yy286:
        ++YYCURSOR;
 #line 671 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Greek_Extended; }
-#line 1284 "<stdout>"
+#line 1284 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 673 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 General_Punctuation:
        
-#line 1291 "<stdout>"
+#line 1291 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1297,19 +1297,19 @@ yy290:
        ++YYCURSOR;
 #line 679 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return General_Punctuation; else return Error; }
-#line 1301 "<stdout>"
+#line 1301 "unicode_blocks.x--encoding-policy(substitute).c"
 yy292:
        ++YYCURSOR;
 #line 678 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto General_Punctuation; }
-#line 1306 "<stdout>"
+#line 1306 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 680 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Superscripts_and_Subscripts:
        
-#line 1313 "<stdout>"
+#line 1313 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1319,19 +1319,19 @@ yy296:
        ++YYCURSOR;
 #line 686 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Superscripts_and_Subscripts; else return Error; }
-#line 1323 "<stdout>"
+#line 1323 "unicode_blocks.x--encoding-policy(substitute).c"
 yy298:
        ++YYCURSOR;
 #line 685 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Superscripts_and_Subscripts; }
-#line 1328 "<stdout>"
+#line 1328 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 687 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Currency_Symbols:
        
-#line 1335 "<stdout>"
+#line 1335 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1341,19 +1341,19 @@ yy302:
        ++YYCURSOR;
 #line 693 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Currency_Symbols; else return Error; }
-#line 1345 "<stdout>"
+#line 1345 "unicode_blocks.x--encoding-policy(substitute).c"
 yy304:
        ++YYCURSOR;
 #line 692 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Currency_Symbols; }
-#line 1350 "<stdout>"
+#line 1350 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 694 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Combining_Diacritical_Marks_for_Symbols:
        
-#line 1357 "<stdout>"
+#line 1357 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1363,19 +1363,19 @@ yy308:
        ++YYCURSOR;
 #line 700 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Diacritical_Marks_for_Symbols; else return Error; }
-#line 1367 "<stdout>"
+#line 1367 "unicode_blocks.x--encoding-policy(substitute).c"
 yy310:
        ++YYCURSOR;
 #line 699 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Combining_Diacritical_Marks_for_Symbols; }
-#line 1372 "<stdout>"
+#line 1372 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 701 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Letterlike_Symbols:
        
-#line 1379 "<stdout>"
+#line 1379 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1385,19 +1385,19 @@ yy314:
        ++YYCURSOR;
 #line 707 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Letterlike_Symbols; else return Error; }
-#line 1389 "<stdout>"
+#line 1389 "unicode_blocks.x--encoding-policy(substitute).c"
 yy316:
        ++YYCURSOR;
 #line 706 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Letterlike_Symbols; }
-#line 1394 "<stdout>"
+#line 1394 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 708 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Number_Forms:
        
-#line 1401 "<stdout>"
+#line 1401 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1407,19 +1407,19 @@ yy320:
        ++YYCURSOR;
 #line 714 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Number_Forms; else return Error; }
-#line 1411 "<stdout>"
+#line 1411 "unicode_blocks.x--encoding-policy(substitute).c"
 yy322:
        ++YYCURSOR;
 #line 713 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Number_Forms; }
-#line 1416 "<stdout>"
+#line 1416 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 715 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Arrows:
        
-#line 1423 "<stdout>"
+#line 1423 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1429,19 +1429,19 @@ yy326:
        ++YYCURSOR;
 #line 721 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arrows; else return Error; }
-#line 1433 "<stdout>"
+#line 1433 "unicode_blocks.x--encoding-policy(substitute).c"
 yy328:
        ++YYCURSOR;
 #line 720 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Arrows; }
-#line 1438 "<stdout>"
+#line 1438 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 722 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Mathematical_Operators:
        
-#line 1445 "<stdout>"
+#line 1445 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1451,19 +1451,19 @@ yy332:
        ++YYCURSOR;
 #line 728 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Mathematical_Operators; else return Error; }
-#line 1455 "<stdout>"
+#line 1455 "unicode_blocks.x--encoding-policy(substitute).c"
 yy334:
        ++YYCURSOR;
 #line 727 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Mathematical_Operators; }
-#line 1460 "<stdout>"
+#line 1460 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 729 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Miscellaneous_Technical:
        
-#line 1467 "<stdout>"
+#line 1467 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1473,19 +1473,19 @@ yy338:
        ++YYCURSOR;
 #line 735 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Technical; else return Error; }
-#line 1477 "<stdout>"
+#line 1477 "unicode_blocks.x--encoding-policy(substitute).c"
 yy340:
        ++YYCURSOR;
 #line 734 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Miscellaneous_Technical; }
-#line 1482 "<stdout>"
+#line 1482 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 736 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Control_Pictures:
        
-#line 1489 "<stdout>"
+#line 1489 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1495,19 +1495,19 @@ yy344:
        ++YYCURSOR;
 #line 742 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Control_Pictures; else return Error; }
-#line 1499 "<stdout>"
+#line 1499 "unicode_blocks.x--encoding-policy(substitute).c"
 yy346:
        ++YYCURSOR;
 #line 741 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Control_Pictures; }
-#line 1504 "<stdout>"
+#line 1504 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 743 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Optical_Character_Recognition:
        
-#line 1511 "<stdout>"
+#line 1511 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1517,19 +1517,19 @@ yy350:
        ++YYCURSOR;
 #line 749 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Optical_Character_Recognition; else return Error; }
-#line 1521 "<stdout>"
+#line 1521 "unicode_blocks.x--encoding-policy(substitute).c"
 yy352:
        ++YYCURSOR;
 #line 748 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Optical_Character_Recognition; }
-#line 1526 "<stdout>"
+#line 1526 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 750 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Enclosed_Alphanumerics:
        
-#line 1533 "<stdout>"
+#line 1533 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1539,19 +1539,19 @@ yy356:
        ++YYCURSOR;
 #line 756 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Enclosed_Alphanumerics; else return Error; }
-#line 1543 "<stdout>"
+#line 1543 "unicode_blocks.x--encoding-policy(substitute).c"
 yy358:
        ++YYCURSOR;
 #line 755 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Enclosed_Alphanumerics; }
-#line 1548 "<stdout>"
+#line 1548 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 757 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Box_Drawing:
        
-#line 1555 "<stdout>"
+#line 1555 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1561,19 +1561,19 @@ yy362:
        ++YYCURSOR;
 #line 763 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Box_Drawing; else return Error; }
-#line 1565 "<stdout>"
+#line 1565 "unicode_blocks.x--encoding-policy(substitute).c"
 yy364:
        ++YYCURSOR;
 #line 762 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Box_Drawing; }
-#line 1570 "<stdout>"
+#line 1570 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 764 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Block_Elements:
        
-#line 1577 "<stdout>"
+#line 1577 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1583,19 +1583,19 @@ yy368:
        ++YYCURSOR;
 #line 770 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Block_Elements; else return Error; }
-#line 1587 "<stdout>"
+#line 1587 "unicode_blocks.x--encoding-policy(substitute).c"
 yy370:
        ++YYCURSOR;
 #line 769 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Block_Elements; }
-#line 1592 "<stdout>"
+#line 1592 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 771 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Geometric_Shapes:
        
-#line 1599 "<stdout>"
+#line 1599 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1605,19 +1605,19 @@ yy374:
        ++YYCURSOR;
 #line 777 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Geometric_Shapes; else return Error; }
-#line 1609 "<stdout>"
+#line 1609 "unicode_blocks.x--encoding-policy(substitute).c"
 yy376:
        ++YYCURSOR;
 #line 776 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Geometric_Shapes; }
-#line 1614 "<stdout>"
+#line 1614 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 778 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Miscellaneous_Symbols:
        
-#line 1621 "<stdout>"
+#line 1621 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1627,19 +1627,19 @@ yy380:
        ++YYCURSOR;
 #line 784 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols; else return Error; }
-#line 1631 "<stdout>"
+#line 1631 "unicode_blocks.x--encoding-policy(substitute).c"
 yy382:
        ++YYCURSOR;
 #line 783 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Miscellaneous_Symbols; }
-#line 1636 "<stdout>"
+#line 1636 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 785 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Dingbats:
        
-#line 1643 "<stdout>"
+#line 1643 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1649,19 +1649,19 @@ yy386:
        ++YYCURSOR;
 #line 791 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Dingbats; else return Error; }
-#line 1653 "<stdout>"
+#line 1653 "unicode_blocks.x--encoding-policy(substitute).c"
 yy388:
        ++YYCURSOR;
 #line 790 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Dingbats; }
-#line 1658 "<stdout>"
+#line 1658 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 792 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Miscellaneous_Mathematical_Symbols_A:
        
-#line 1665 "<stdout>"
+#line 1665 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1671,19 +1671,19 @@ yy392:
        ++YYCURSOR;
 #line 798 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_A; else return Error; }
-#line 1675 "<stdout>"
+#line 1675 "unicode_blocks.x--encoding-policy(substitute).c"
 yy394:
        ++YYCURSOR;
 #line 797 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Miscellaneous_Mathematical_Symbols_A; }
-#line 1680 "<stdout>"
+#line 1680 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 799 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Supplemental_Arrows_A:
        
-#line 1687 "<stdout>"
+#line 1687 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1693,19 +1693,19 @@ yy398:
        ++YYCURSOR;
 #line 805 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_A; else return Error; }
-#line 1697 "<stdout>"
+#line 1697 "unicode_blocks.x--encoding-policy(substitute).c"
 yy400:
        ++YYCURSOR;
 #line 804 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Supplemental_Arrows_A; }
-#line 1702 "<stdout>"
+#line 1702 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 806 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Braille_Patterns:
        
-#line 1709 "<stdout>"
+#line 1709 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1715,19 +1715,19 @@ yy404:
        ++YYCURSOR;
 #line 812 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Braille_Patterns; else return Error; }
-#line 1719 "<stdout>"
+#line 1719 "unicode_blocks.x--encoding-policy(substitute).c"
 yy406:
        ++YYCURSOR;
 #line 811 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Braille_Patterns; }
-#line 1724 "<stdout>"
+#line 1724 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 813 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Supplemental_Arrows_B:
        
-#line 1731 "<stdout>"
+#line 1731 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1737,19 +1737,19 @@ yy410:
        ++YYCURSOR;
 #line 819 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Arrows_B; else return Error; }
-#line 1741 "<stdout>"
+#line 1741 "unicode_blocks.x--encoding-policy(substitute).c"
 yy412:
        ++YYCURSOR;
 #line 818 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Supplemental_Arrows_B; }
-#line 1746 "<stdout>"
+#line 1746 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 820 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Miscellaneous_Mathematical_Symbols_B:
        
-#line 1753 "<stdout>"
+#line 1753 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1759,19 +1759,19 @@ yy416:
        ++YYCURSOR;
 #line 826 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Mathematical_Symbols_B; else return Error; }
-#line 1763 "<stdout>"
+#line 1763 "unicode_blocks.x--encoding-policy(substitute).c"
 yy418:
        ++YYCURSOR;
 #line 825 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Miscellaneous_Mathematical_Symbols_B; }
-#line 1768 "<stdout>"
+#line 1768 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 827 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Supplemental_Mathematical_Operators:
        
-#line 1775 "<stdout>"
+#line 1775 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1781,19 +1781,19 @@ yy422:
        ++YYCURSOR;
 #line 833 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Supplemental_Mathematical_Operators; else return Error; }
-#line 1785 "<stdout>"
+#line 1785 "unicode_blocks.x--encoding-policy(substitute).c"
 yy424:
        ++YYCURSOR;
 #line 832 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Supplemental_Mathematical_Operators; }
-#line 1790 "<stdout>"
+#line 1790 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 834 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Miscellaneous_Symbols_and_Arrows:
        
-#line 1797 "<stdout>"
+#line 1797 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1803,19 +1803,19 @@ yy428:
        ++YYCURSOR;
 #line 840 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Miscellaneous_Symbols_and_Arrows; else return Error; }
-#line 1807 "<stdout>"
+#line 1807 "unicode_blocks.x--encoding-policy(substitute).c"
 yy430:
        ++YYCURSOR;
 #line 839 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Miscellaneous_Symbols_and_Arrows; }
-#line 1812 "<stdout>"
+#line 1812 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 841 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 CJK_Radicals_Supplement:
        
-#line 1819 "<stdout>"
+#line 1819 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1825,19 +1825,19 @@ yy434:
        ++YYCURSOR;
 #line 847 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Radicals_Supplement; else return Error; }
-#line 1829 "<stdout>"
+#line 1829 "unicode_blocks.x--encoding-policy(substitute).c"
 yy436:
        ++YYCURSOR;
 #line 846 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto CJK_Radicals_Supplement; }
-#line 1834 "<stdout>"
+#line 1834 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 848 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Kangxi_Radicals:
        
-#line 1841 "<stdout>"
+#line 1841 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1847,19 +1847,19 @@ yy440:
        ++YYCURSOR;
 #line 854 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kangxi_Radicals; else return Error; }
-#line 1851 "<stdout>"
+#line 1851 "unicode_blocks.x--encoding-policy(substitute).c"
 yy442:
        ++YYCURSOR;
 #line 853 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Kangxi_Radicals; }
-#line 1856 "<stdout>"
+#line 1856 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 855 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Ideographic_Description_Characters:
        
-#line 1863 "<stdout>"
+#line 1863 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1869,19 +1869,19 @@ yy446:
        ++YYCURSOR;
 #line 861 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Ideographic_Description_Characters; else return Error; }
-#line 1873 "<stdout>"
+#line 1873 "unicode_blocks.x--encoding-policy(substitute).c"
 yy448:
        ++YYCURSOR;
 #line 860 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Ideographic_Description_Characters; }
-#line 1878 "<stdout>"
+#line 1878 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 862 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 CJK_Symbols_and_Punctuation:
        
-#line 1885 "<stdout>"
+#line 1885 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1891,19 +1891,19 @@ yy452:
        ++YYCURSOR;
 #line 868 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Symbols_and_Punctuation; else return Error; }
-#line 1895 "<stdout>"
+#line 1895 "unicode_blocks.x--encoding-policy(substitute).c"
 yy454:
        ++YYCURSOR;
 #line 867 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto CJK_Symbols_and_Punctuation; }
-#line 1900 "<stdout>"
+#line 1900 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 869 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Hiragana:
        
-#line 1907 "<stdout>"
+#line 1907 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1913,19 +1913,19 @@ yy458:
        ++YYCURSOR;
 #line 875 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hiragana; else return Error; }
-#line 1917 "<stdout>"
+#line 1917 "unicode_blocks.x--encoding-policy(substitute).c"
 yy460:
        ++YYCURSOR;
 #line 874 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Hiragana; }
-#line 1922 "<stdout>"
+#line 1922 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 876 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Katakana:
        
-#line 1929 "<stdout>"
+#line 1929 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1935,19 +1935,19 @@ yy464:
        ++YYCURSOR;
 #line 882 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Katakana; else return Error; }
-#line 1939 "<stdout>"
+#line 1939 "unicode_blocks.x--encoding-policy(substitute).c"
 yy466:
        ++YYCURSOR;
 #line 881 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Katakana; }
-#line 1944 "<stdout>"
+#line 1944 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 883 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Bopomofo:
        
-#line 1951 "<stdout>"
+#line 1951 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1957,19 +1957,19 @@ yy470:
        ++YYCURSOR;
 #line 889 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bopomofo; else return Error; }
-#line 1961 "<stdout>"
+#line 1961 "unicode_blocks.x--encoding-policy(substitute).c"
 yy472:
        ++YYCURSOR;
 #line 888 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Bopomofo; }
-#line 1966 "<stdout>"
+#line 1966 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 890 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Hangul_Compatibility_Jamo:
        
-#line 1973 "<stdout>"
+#line 1973 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1979,19 +1979,19 @@ yy476:
        ++YYCURSOR;
 #line 896 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Compatibility_Jamo; else return Error; }
-#line 1983 "<stdout>"
+#line 1983 "unicode_blocks.x--encoding-policy(substitute).c"
 yy478:
        ++YYCURSOR;
 #line 895 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Hangul_Compatibility_Jamo; }
-#line 1988 "<stdout>"
+#line 1988 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 897 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Kanbun:
        
-#line 1995 "<stdout>"
+#line 1995 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2001,19 +2001,19 @@ yy482:
        ++YYCURSOR;
 #line 903 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Kanbun; else return Error; }
-#line 2005 "<stdout>"
+#line 2005 "unicode_blocks.x--encoding-policy(substitute).c"
 yy484:
        ++YYCURSOR;
 #line 902 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Kanbun; }
-#line 2010 "<stdout>"
+#line 2010 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 904 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Bopomofo_Extended:
        
-#line 2017 "<stdout>"
+#line 2017 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2023,19 +2023,19 @@ yy488:
        ++YYCURSOR;
 #line 910 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Bopomofo_Extended; else return Error; }
-#line 2027 "<stdout>"
+#line 2027 "unicode_blocks.x--encoding-policy(substitute).c"
 yy490:
        ++YYCURSOR;
 #line 909 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Bopomofo_Extended; }
-#line 2032 "<stdout>"
+#line 2032 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 911 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Katakana_Phonetic_Extensions:
        
-#line 2039 "<stdout>"
+#line 2039 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2045,19 +2045,19 @@ yy494:
        ++YYCURSOR;
 #line 917 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Katakana_Phonetic_Extensions; else return Error; }
-#line 2049 "<stdout>"
+#line 2049 "unicode_blocks.x--encoding-policy(substitute).c"
 yy496:
        ++YYCURSOR;
 #line 916 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Katakana_Phonetic_Extensions; }
-#line 2054 "<stdout>"
+#line 2054 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 918 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Enclosed_CJK_Letters_and_Months:
        
-#line 2061 "<stdout>"
+#line 2061 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2067,19 +2067,19 @@ yy500:
        ++YYCURSOR;
 #line 924 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Enclosed_CJK_Letters_and_Months; else return Error; }
-#line 2071 "<stdout>"
+#line 2071 "unicode_blocks.x--encoding-policy(substitute).c"
 yy502:
        ++YYCURSOR;
 #line 923 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Enclosed_CJK_Letters_and_Months; }
-#line 2076 "<stdout>"
+#line 2076 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 925 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 CJK_Compatibility:
        
-#line 2083 "<stdout>"
+#line 2083 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2089,19 +2089,19 @@ yy506:
        ++YYCURSOR;
 #line 931 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility; else return Error; }
-#line 2093 "<stdout>"
+#line 2093 "unicode_blocks.x--encoding-policy(substitute).c"
 yy508:
        ++YYCURSOR;
 #line 930 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto CJK_Compatibility; }
-#line 2098 "<stdout>"
+#line 2098 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 932 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 CJK_Unified_Ideographs_Extension_A:
        
-#line 2105 "<stdout>"
+#line 2105 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2111,19 +2111,19 @@ yy512:
        ++YYCURSOR;
 #line 938 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs_Extension_A; else return Error; }
-#line 2115 "<stdout>"
+#line 2115 "unicode_blocks.x--encoding-policy(substitute).c"
 yy514:
        ++YYCURSOR;
 #line 937 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto CJK_Unified_Ideographs_Extension_A; }
-#line 2120 "<stdout>"
+#line 2120 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 939 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Yijing_Hexagram_Symbols:
        
-#line 2127 "<stdout>"
+#line 2127 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2133,19 +2133,19 @@ yy518:
        ++YYCURSOR;
 #line 945 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yijing_Hexagram_Symbols; else return Error; }
-#line 2137 "<stdout>"
+#line 2137 "unicode_blocks.x--encoding-policy(substitute).c"
 yy520:
        ++YYCURSOR;
 #line 944 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Yijing_Hexagram_Symbols; }
-#line 2142 "<stdout>"
+#line 2142 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 946 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 CJK_Unified_Ideographs:
        
-#line 2149 "<stdout>"
+#line 2149 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2155,19 +2155,19 @@ yy524:
        ++YYCURSOR;
 #line 952 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Unified_Ideographs; else return Error; }
-#line 2159 "<stdout>"
+#line 2159 "unicode_blocks.x--encoding-policy(substitute).c"
 yy526:
        ++YYCURSOR;
 #line 951 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto CJK_Unified_Ideographs; }
-#line 2164 "<stdout>"
+#line 2164 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 953 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Yi_Syllables:
        
-#line 2171 "<stdout>"
+#line 2171 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2177,19 +2177,19 @@ yy530:
        ++YYCURSOR;
 #line 959 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yi_Syllables; else return Error; }
-#line 2181 "<stdout>"
+#line 2181 "unicode_blocks.x--encoding-policy(substitute).c"
 yy532:
        ++YYCURSOR;
 #line 958 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Yi_Syllables; }
-#line 2186 "<stdout>"
+#line 2186 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 960 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Yi_Radicals:
        
-#line 2193 "<stdout>"
+#line 2193 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2199,19 +2199,19 @@ yy536:
        ++YYCURSOR;
 #line 966 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Yi_Radicals; else return Error; }
-#line 2203 "<stdout>"
+#line 2203 "unicode_blocks.x--encoding-policy(substitute).c"
 yy538:
        ++YYCURSOR;
 #line 965 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Yi_Radicals; }
-#line 2208 "<stdout>"
+#line 2208 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 967 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Hangul_Syllables:
        
-#line 2215 "<stdout>"
+#line 2215 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2221,19 +2221,19 @@ yy542:
        ++YYCURSOR;
 #line 973 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Hangul_Syllables; else return Error; }
-#line 2225 "<stdout>"
+#line 2225 "unicode_blocks.x--encoding-policy(substitute).c"
 yy544:
        ++YYCURSOR;
 #line 972 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Hangul_Syllables; }
-#line 2230 "<stdout>"
+#line 2230 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 974 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 High_Surrogates:
        
-#line 2237 "<stdout>"
+#line 2237 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2241,19 +2241,19 @@ High_Surrogates:
        ++YYCURSOR;
 #line 980 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return High_Surrogates; else return Error; }
-#line 2245 "<stdout>"
+#line 2245 "unicode_blocks.x--encoding-policy(substitute).c"
 yy550:
        ++YYCURSOR;
 #line 979 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto High_Surrogates; }
-#line 2250 "<stdout>"
+#line 2250 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 981 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 High_Private_Use_Surrogates:
        
-#line 2257 "<stdout>"
+#line 2257 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2261,19 +2261,19 @@ High_Private_Use_Surrogates:
        ++YYCURSOR;
 #line 987 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return High_Private_Use_Surrogates; else return Error; }
-#line 2265 "<stdout>"
+#line 2265 "unicode_blocks.x--encoding-policy(substitute).c"
 yy556:
        ++YYCURSOR;
 #line 986 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto High_Private_Use_Surrogates; }
-#line 2270 "<stdout>"
+#line 2270 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 988 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Low_Surrogates:
        
-#line 2277 "<stdout>"
+#line 2277 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2281,19 +2281,19 @@ Low_Surrogates:
        ++YYCURSOR;
 #line 994 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Low_Surrogates; else return Error; }
-#line 2285 "<stdout>"
+#line 2285 "unicode_blocks.x--encoding-policy(substitute).c"
 yy562:
        ++YYCURSOR;
 #line 993 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Low_Surrogates; }
-#line 2290 "<stdout>"
+#line 2290 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 995 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Private_Use_Area:
        
-#line 2297 "<stdout>"
+#line 2297 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2303,19 +2303,19 @@ yy566:
        ++YYCURSOR;
 #line 1001 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Private_Use_Area; else return Error; }
-#line 2307 "<stdout>"
+#line 2307 "unicode_blocks.x--encoding-policy(substitute).c"
 yy568:
        ++YYCURSOR;
 #line 1000 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Private_Use_Area; }
-#line 2312 "<stdout>"
+#line 2312 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1002 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 CJK_Compatibility_Ideographs:
        
-#line 2319 "<stdout>"
+#line 2319 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2325,19 +2325,19 @@ yy572:
        ++YYCURSOR;
 #line 1008 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Ideographs; else return Error; }
-#line 2329 "<stdout>"
+#line 2329 "unicode_blocks.x--encoding-policy(substitute).c"
 yy574:
        ++YYCURSOR;
 #line 1007 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto CJK_Compatibility_Ideographs; }
-#line 2334 "<stdout>"
+#line 2334 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1009 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Alphabetic_Presentation_Forms:
        
-#line 2341 "<stdout>"
+#line 2341 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2347,19 +2347,19 @@ yy578:
        ++YYCURSOR;
 #line 1015 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Alphabetic_Presentation_Forms; else return Error; }
-#line 2351 "<stdout>"
+#line 2351 "unicode_blocks.x--encoding-policy(substitute).c"
 yy580:
        ++YYCURSOR;
 #line 1014 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Alphabetic_Presentation_Forms; }
-#line 2356 "<stdout>"
+#line 2356 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1016 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Arabic_Presentation_Forms_A:
        
-#line 2363 "<stdout>"
+#line 2363 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2369,19 +2369,19 @@ yy584:
        ++YYCURSOR;
 #line 1022 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_A; else return Error; }
-#line 2373 "<stdout>"
+#line 2373 "unicode_blocks.x--encoding-policy(substitute).c"
 yy586:
        ++YYCURSOR;
 #line 1021 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Arabic_Presentation_Forms_A; }
-#line 2378 "<stdout>"
+#line 2378 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1023 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Variation_Selectors:
        
-#line 2385 "<stdout>"
+#line 2385 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2391,19 +2391,19 @@ yy590:
        ++YYCURSOR;
 #line 1029 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Variation_Selectors; else return Error; }
-#line 2395 "<stdout>"
+#line 2395 "unicode_blocks.x--encoding-policy(substitute).c"
 yy592:
        ++YYCURSOR;
 #line 1028 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Variation_Selectors; }
-#line 2400 "<stdout>"
+#line 2400 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1030 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Combining_Half_Marks:
        
-#line 2407 "<stdout>"
+#line 2407 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2413,19 +2413,19 @@ yy596:
        ++YYCURSOR;
 #line 1036 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Combining_Half_Marks; else return Error; }
-#line 2417 "<stdout>"
+#line 2417 "unicode_blocks.x--encoding-policy(substitute).c"
 yy598:
        ++YYCURSOR;
 #line 1035 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Combining_Half_Marks; }
-#line 2422 "<stdout>"
+#line 2422 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1037 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 CJK_Compatibility_Forms:
        
-#line 2429 "<stdout>"
+#line 2429 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2435,19 +2435,19 @@ yy602:
        ++YYCURSOR;
 #line 1043 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return CJK_Compatibility_Forms; else return Error; }
-#line 2439 "<stdout>"
+#line 2439 "unicode_blocks.x--encoding-policy(substitute).c"
 yy604:
        ++YYCURSOR;
 #line 1042 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto CJK_Compatibility_Forms; }
-#line 2444 "<stdout>"
+#line 2444 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1044 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Small_Form_Variants:
        
-#line 2451 "<stdout>"
+#line 2451 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2457,19 +2457,19 @@ yy608:
        ++YYCURSOR;
 #line 1050 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Small_Form_Variants; else return Error; }
-#line 2461 "<stdout>"
+#line 2461 "unicode_blocks.x--encoding-policy(substitute).c"
 yy610:
        ++YYCURSOR;
 #line 1049 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Small_Form_Variants; }
-#line 2466 "<stdout>"
+#line 2466 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1051 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Arabic_Presentation_Forms_B:
        
-#line 2473 "<stdout>"
+#line 2473 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2479,19 +2479,19 @@ yy614:
        ++YYCURSOR;
 #line 1057 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Arabic_Presentation_Forms_B; else return Error; }
-#line 2483 "<stdout>"
+#line 2483 "unicode_blocks.x--encoding-policy(substitute).c"
 yy616:
        ++YYCURSOR;
 #line 1056 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Arabic_Presentation_Forms_B; }
-#line 2488 "<stdout>"
+#line 2488 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1058 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Halfwidth_and_Fullwidth_Forms:
        
-#line 2495 "<stdout>"
+#line 2495 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2501,19 +2501,19 @@ yy620:
        ++YYCURSOR;
 #line 1064 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Halfwidth_and_Fullwidth_Forms; else return Error; }
-#line 2505 "<stdout>"
+#line 2505 "unicode_blocks.x--encoding-policy(substitute).c"
 yy622:
        ++YYCURSOR;
 #line 1063 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Halfwidth_and_Fullwidth_Forms; }
-#line 2510 "<stdout>"
+#line 2510 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1065 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 Specials:
        
-#line 2517 "<stdout>"
+#line 2517 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2521,19 +2521,19 @@ Specials:
        ++YYCURSOR;
 #line 1071 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return Specials; else return Error; }
-#line 2525 "<stdout>"
+#line 2525 "unicode_blocks.x--encoding-policy(substitute).c"
 yy628:
        ++YYCURSOR;
 #line 1070 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto Specials; }
-#line 2530 "<stdout>"
+#line 2530 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1072 "unicode_blocks.x--encoding-policy(substitute).re"
 
 
 All:
        
-#line 2537 "<stdout>"
+#line 2537 "unicode_blocks.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -2581,12 +2581,12 @@ yy632:
        ++YYCURSOR;
 #line 1077 "unicode_blocks.x--encoding-policy(substitute).re"
        { goto All; }
-#line 2585 "<stdout>"
+#line 2585 "unicode_blocks.x--encoding-policy(substitute).c"
 yy634:
        ++YYCURSOR;
 #line 1078 "unicode_blocks.x--encoding-policy(substitute).re"
        { if (YYCURSOR == limit) return All; else return Error; }
-#line 2590 "<stdout>"
+#line 2590 "unicode_blocks.x--encoding-policy(substitute).c"
 }
 #line 1079 "unicode_blocks.x--encoding-policy(substitute).re"
 
index 6e87b9eee718cbd554c2dc7234d5ebf4b30bfe68..8fa57ec060e00a95e37a2b4334764e59900d8e55 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 C:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_C.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -82,13 +82,13 @@ yy2:
 yy3:
 #line 12 "unicode_group_C.8--encoding-policy(ignore).re"
        { goto C; }
-#line 86 "<stdout>"
+#line 86 "unicode_group_C.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 13 "unicode_group_C.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 92 "<stdout>"
+#line 92 "unicode_group_C.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index e24800bcc7204f44d4d8d7e4e10d57d5b52b9a49..8304712580bdc3eaa1355653a9d29fbf14a3fa2f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 C:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_C.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -82,13 +82,13 @@ yy2:
 yy3:
 #line 12 "unicode_group_C.8--encoding-policy(substitute).re"
        { goto C; }
-#line 86 "<stdout>"
+#line 86 "unicode_group_C.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 13 "unicode_group_C.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 92 "<stdout>"
+#line 92 "unicode_group_C.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index c6eebf9bd80932fe5474611dc3540d87a8276cf1..5d895b2923d3015b3266b8612bb7fa468ec3b975 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 C:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_C.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1433,12 +1433,12 @@ yy2:
        ++YYCURSOR;
 #line 12 "unicode_group_C.u--encoding-policy(ignore).re"
        { goto C; }
-#line 1437 "<stdout>"
+#line 1437 "unicode_group_C.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_C.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1442 "<stdout>"
+#line 1442 "unicode_group_C.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_C.u--encoding-policy(ignore).re"
 
index 3c9ebbaa1b0c160209d19af0c1b77ba790bab73d..a99b9e30d55b24ad36d42bea959c45de066d1c93 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 C:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_C.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1433,12 +1433,12 @@ yy2:
        ++YYCURSOR;
 #line 12 "unicode_group_C.u--encoding-policy(substitute).re"
        { goto C; }
-#line 1437 "<stdout>"
+#line 1437 "unicode_group_C.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_C.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1442 "<stdout>"
+#line 1442 "unicode_group_C.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_C.u--encoding-policy(substitute).re"
 
index d638232930841a17f83b7c603d53acc7433a6894..46eb04b003f815eb6b4d7c32bd7fa6a1b25f033a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 C:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_C.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1252,12 +1252,12 @@ yy2:
 yy3:
 #line 12 "unicode_group_C.x--encoding-policy(ignore).re"
        { goto C; }
-#line 1256 "<stdout>"
+#line 1256 "unicode_group_C.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_C.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1261 "<stdout>"
+#line 1261 "unicode_group_C.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD8F) {
index d1be45bdd5045a9bf7203f4a2f9e9a0a6394d444..50175c132b2fe8d71f957a69a22ee129f138f53a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 C:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_C.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1255,13 +1255,13 @@ yy2:
 yy3:
 #line 12 "unicode_group_C.x--encoding-policy(substitute).re"
        { goto C; }
-#line 1259 "<stdout>"
+#line 1259 "unicode_group_C.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 13 "unicode_group_C.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1265 "<stdout>"
+#line 1265 "unicode_group_C.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD8F) {
index 402cff0de225f4f2cc6001b0467a56cb19e1a2a1..ad761ca0e2b97220b641aa4e978e165a05619482 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -55,13 +55,13 @@ yy2:
 yy3:
 #line 12 "unicode_group_Cc.8--encoding-policy(fail).re"
        { goto Cc; }
-#line 59 "<stdout>"
+#line 59 "unicode_group_Cc.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 13 "unicode_group_Cc.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 65 "<stdout>"
+#line 65 "unicode_group_Cc.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index d844812838e29b1c687696e5293026f40cae0f1a..0344e7102707802edffb7e1125d6c199d5b9ab58 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -55,13 +55,13 @@ yy2:
 yy3:
 #line 12 "unicode_group_Cc.8--encoding-policy(ignore).re"
        { goto Cc; }
-#line 59 "<stdout>"
+#line 59 "unicode_group_Cc.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 13 "unicode_group_Cc.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 65 "<stdout>"
+#line 65 "unicode_group_Cc.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 8c0362fe81ae498c7d32ab0c0c4b76d7569c66ad..87c2aede7955ef6fb309f5aeb43026439e9dce66 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -55,13 +55,13 @@ yy2:
 yy3:
 #line 12 "unicode_group_Cc.8--encoding-policy(substitute).re"
        { goto Cc; }
-#line 59 "<stdout>"
+#line 59 "unicode_group_Cc.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 13 "unicode_group_Cc.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 65 "<stdout>"
+#line 65 "unicode_group_Cc.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 7a83e6184ae953c7cd2da9598626aef8dbfbc5db..7cb7718dee014d593eb89a1965c0be2a422373a1 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -20,12 +20,12 @@ yy2:
        ++YYCURSOR;
 #line 12 "unicode_group_Cc.u--encoding-policy(fail).re"
        { goto Cc; }
-#line 24 "<stdout>"
+#line 24 "unicode_group_Cc.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_Cc.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Cc.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Cc.u--encoding-policy(fail).re"
 
index 1e7778832586e926bdb525f0bb262fdda57e1882..084119db90a580196ad3fa8b4e7c246c229974e2 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -20,12 +20,12 @@ yy2:
        ++YYCURSOR;
 #line 12 "unicode_group_Cc.u--encoding-policy(ignore).re"
        { goto Cc; }
-#line 24 "<stdout>"
+#line 24 "unicode_group_Cc.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_Cc.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Cc.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Cc.u--encoding-policy(ignore).re"
 
index 3449de760df34e916cf038ebe880ccdeb1b20b81..7c51dbf5fbddc12d82f12d222bc2c03e3c44ca2a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -20,12 +20,12 @@ yy2:
        ++YYCURSOR;
 #line 12 "unicode_group_Cc.u--encoding-policy(substitute).re"
        { goto Cc; }
-#line 24 "<stdout>"
+#line 24 "unicode_group_Cc.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_Cc.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Cc.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Cc.u--encoding-policy(substitute).re"
 
index 67c2949dee8f34b4b596a7b1f5a4c73f4f2b062e..ed3e9f6b3050f2c643958eb8f2a9562e3ed94c29 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -20,12 +20,12 @@ yy2:
        ++YYCURSOR;
 #line 12 "unicode_group_Cc.x--encoding-policy(fail).re"
        { goto Cc; }
-#line 24 "<stdout>"
+#line 24 "unicode_group_Cc.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_Cc.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Cc.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Cc.x--encoding-policy(fail).re"
 
index a9141cbc2d28f8ab3333b6fe3f00c9e5f52c33e3..6ea80847a41b6dc1d45ae69bc2012851c9445100 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -20,12 +20,12 @@ yy2:
        ++YYCURSOR;
 #line 12 "unicode_group_Cc.x--encoding-policy(ignore).re"
        { goto Cc; }
-#line 24 "<stdout>"
+#line 24 "unicode_group_Cc.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_Cc.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Cc.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Cc.x--encoding-policy(ignore).re"
 
index 408057faf4d85a179b5d484d3ae3df39ca2711ce..d228db3099ba3f95ab2253c78cbbe1d77e42ad98 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cc.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -20,12 +20,12 @@ yy2:
        ++YYCURSOR;
 #line 12 "unicode_group_Cc.x--encoding-policy(substitute).re"
        { goto Cc; }
-#line 24 "<stdout>"
+#line 24 "unicode_group_Cc.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 13 "unicode_group_Cc.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Cc.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Cc.x--encoding-policy(substitute).re"
 
index 5653233fbe6d82626056e7982a43c3c6f3925bd6..40311aaffcb741700cc33cc2e31f2f738e402cb0 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -30,7 +30,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cf.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Cf.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -212,7 +212,7 @@ yy17:
        ++YYCURSOR;
 #line 12 "unicode_group_Cf.8--encoding-policy(fail).re"
        { goto Cf; }
-#line 216 "<stdout>"
+#line 216 "unicode_group_Cf.8--encoding-policy(fail).c"
 yy19:
        yych = *++YYCURSOR;
        switch (yych) {
index 081e204e5913dfa173ee34ce08cccea2c4f5f4b6..2f5742793345d3d4bd59f93c1eb2a754bb700e29 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -30,7 +30,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cf.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Cf.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -212,7 +212,7 @@ yy17:
        ++YYCURSOR;
 #line 12 "unicode_group_Cf.8--encoding-policy(ignore).re"
        { goto Cf; }
-#line 216 "<stdout>"
+#line 216 "unicode_group_Cf.8--encoding-policy(ignore).c"
 yy19:
        yych = *++YYCURSOR;
        switch (yych) {
index 39a1471aa4483899f4b6e3ab69469f8733525408..fd188204593152b5bdc2f32fddbeeb478c88d94d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -30,7 +30,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cf.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Cf.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -212,7 +212,7 @@ yy17:
        ++YYCURSOR;
 #line 12 "unicode_group_Cf.8--encoding-policy(substitute).re"
        { goto Cf; }
-#line 216 "<stdout>"
+#line 216 "unicode_group_Cf.8--encoding-policy(substitute).c"
 yy19:
        yych = *++YYCURSOR;
        switch (yych) {
index fb07d2e0626fc5cac0477d609bb131ee99c50fef..fa5681956e6819638baeb333116f4e2fea796932 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -59,12 +59,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Cf.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 63 "<stdout>"
+#line 63 "unicode_group_Cf.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cf.u--encoding-policy(fail).re"
        { goto Cf; }
-#line 68 "<stdout>"
+#line 68 "unicode_group_Cf.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Cf.u--encoding-policy(fail).re"
 
index abb496117f71bbe21d4864eef8b695a5df4012fc..1fc18ad62f9d30af34818366af5bf4e099c5af91 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -59,12 +59,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Cf.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 63 "<stdout>"
+#line 63 "unicode_group_Cf.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cf.u--encoding-policy(ignore).re"
        { goto Cf; }
-#line 68 "<stdout>"
+#line 68 "unicode_group_Cf.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Cf.u--encoding-policy(ignore).re"
 
index 0a9e8243232359d890ebf2a48087945f0e4e05cc..6ce2003e5e3f32c6a7a669c83a6c3c22c080941f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -59,12 +59,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Cf.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 63 "<stdout>"
+#line 63 "unicode_group_Cf.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cf.u--encoding-policy(substitute).re"
        { goto Cf; }
-#line 68 "<stdout>"
+#line 68 "unicode_group_Cf.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Cf.u--encoding-policy(substitute).re"
 
index 4ccb846cdc34998564ae59977aad17b8ecd0ef20..8896ea0713bb20c494d76665bb0e4726c087ec9e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -56,13 +56,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cf.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 60 "<stdout>"
+#line 60 "unicode_group_Cf.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Cf.x--encoding-policy(fail).re"
        { goto Cf; }
-#line 66 "<stdout>"
+#line 66 "unicode_group_Cf.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDCBD) goto yy9;
index 4e39d7cf43623901cf7d943d95c64795ceb5c879..633c899a53b700e85240615469fdb8e2a94b499d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -56,13 +56,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cf.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 60 "<stdout>"
+#line 60 "unicode_group_Cf.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Cf.x--encoding-policy(ignore).re"
        { goto Cf; }
-#line 66 "<stdout>"
+#line 66 "unicode_group_Cf.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDCBD) goto yy9;
index 758c11584f56ddba517a335c52372aa33692d5f3..b15b6e0abfe6f544905798a0e7182f7ccd24b2e4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cf.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -56,13 +56,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cf.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 60 "<stdout>"
+#line 60 "unicode_group_Cf.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Cf.x--encoding-policy(substitute).re"
        { goto Cf; }
-#line 66 "<stdout>"
+#line 66 "unicode_group_Cf.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDCBD) goto yy9;
index cef420f48bbd63571d0151a44f084fbcd15a56c1..8597c72ce503a90926c0549cf0a3e0b9dd6d8e95 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -46,7 +46,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cn.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 50 "<stdout>"
+#line 50 "unicode_group_Cn.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -555,7 +555,7 @@ yy31:
        ++YYCURSOR;
 #line 12 "unicode_group_Cn.8--encoding-policy(fail).re"
        { goto Cn; }
-#line 559 "<stdout>"
+#line 559 "unicode_group_Cn.8--encoding-policy(fail).c"
 yy33:
        yych = *++YYCURSOR;
        switch (yych) {
index d29ddfebc4aefec3140d86a7854df9fdc0b81855..8ebb86dcbed73a9bd874a96ed331d48703e43528 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -46,7 +46,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cn.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 50 "<stdout>"
+#line 50 "unicode_group_Cn.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -555,7 +555,7 @@ yy31:
        ++YYCURSOR;
 #line 12 "unicode_group_Cn.8--encoding-policy(ignore).re"
        { goto Cn; }
-#line 559 "<stdout>"
+#line 559 "unicode_group_Cn.8--encoding-policy(ignore).c"
 yy33:
        yych = *++YYCURSOR;
        switch (yych) {
index 2ed77baffb27966108d5312ef388e98ee17b41f2..64776ab9ba898a5cd7c8186f39e1b1249d7975ac 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -46,7 +46,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cn.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 50 "<stdout>"
+#line 50 "unicode_group_Cn.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -555,7 +555,7 @@ yy31:
        ++YYCURSOR;
 #line 12 "unicode_group_Cn.8--encoding-policy(substitute).re"
        { goto Cn; }
-#line 559 "<stdout>"
+#line 559 "unicode_group_Cn.8--encoding-policy(substitute).c"
 yy33:
        yych = *++YYCURSOR;
        switch (yych) {
index 91b58f2dde1ecb73eca0d0ccc329bc37a61d9840..2b951f49b10532b4144963fe2042b1ccd5cf0f96 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1426,12 +1426,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Cn.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1430 "<stdout>"
+#line 1430 "unicode_group_Cn.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cn.u--encoding-policy(fail).re"
        { goto Cn; }
-#line 1435 "<stdout>"
+#line 1435 "unicode_group_Cn.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Cn.u--encoding-policy(fail).re"
 
index a7e1930cd23b0b81338246a431c636a60ed37249..f9897dd2b41f4c56b4865562fb89598ddc43f2fa 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1426,12 +1426,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Cn.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1430 "<stdout>"
+#line 1430 "unicode_group_Cn.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cn.u--encoding-policy(ignore).re"
        { goto Cn; }
-#line 1435 "<stdout>"
+#line 1435 "unicode_group_Cn.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Cn.u--encoding-policy(ignore).re"
 
index b767efee001a6046c173a14024f1c650cd47a5de..0d52bbf48946a41495d66bf2e226c574b8726c08 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1426,12 +1426,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Cn.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1430 "<stdout>"
+#line 1430 "unicode_group_Cn.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cn.u--encoding-policy(substitute).re"
        { goto Cn; }
-#line 1435 "<stdout>"
+#line 1435 "unicode_group_Cn.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Cn.u--encoding-policy(substitute).re"
 
index cda9a055e24b67b626fcc3c9b750fcd1eb724d22..42a6442d64b1de43284eb4d0fd40c2768b0ef515 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1240,13 +1240,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cn.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1244 "<stdout>"
+#line 1244 "unicode_group_Cn.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Cn.x--encoding-policy(fail).re"
        { goto Cn; }
-#line 1250 "<stdout>"
+#line 1250 "unicode_group_Cn.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD8F) {
index 1aa5f71118989d6d19deee8c40c1c8fb7d7fd602..c4a1c74fdeb0207d287b0e3d69e82f40f28572db 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1240,13 +1240,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cn.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1244 "<stdout>"
+#line 1244 "unicode_group_Cn.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Cn.x--encoding-policy(ignore).re"
        { goto Cn; }
-#line 1250 "<stdout>"
+#line 1250 "unicode_group_Cn.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD8F) {
index 56ea4bb3dbd81d454d46359f759a33baed106b21..45fef7adf41e431f0ceadd88e8c78f8d9e388f9a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cn.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1240,13 +1240,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cn.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1244 "<stdout>"
+#line 1244 "unicode_group_Cn.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Cn.x--encoding-policy(substitute).re"
        { goto Cn; }
-#line 1250 "<stdout>"
+#line 1250 "unicode_group_Cn.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD8F) {
index 1d252c536ff000de72bdc5cbc4f9851d1d30ffaa..975dbb2895bbce5213b735d6aab4148dcc60335a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,7 +25,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Co.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Co.8--encoding-policy(fail).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -392,7 +392,7 @@ yy12:
        ++YYCURSOR;
 #line 12 "unicode_group_Co.8--encoding-policy(fail).re"
        { goto Co; }
-#line 396 "<stdout>"
+#line 396 "unicode_group_Co.8--encoding-policy(fail).c"
 yy14:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
index c44f1155fd88bb5140a63f1ff63668494ea1ed1c..1bfe842efad99a04c7b8d76499989a850f06f03c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,7 +25,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Co.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Co.8--encoding-policy(ignore).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -392,7 +392,7 @@ yy12:
        ++YYCURSOR;
 #line 12 "unicode_group_Co.8--encoding-policy(ignore).re"
        { goto Co; }
-#line 396 "<stdout>"
+#line 396 "unicode_group_Co.8--encoding-policy(ignore).c"
 yy14:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
index 630d4604ac66a2896d0e58f73d09d61febcde5dc..9d23bc93b197c0f53a0b00d2ebdc9e778c1dc6b7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,7 +25,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Co.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Co.8--encoding-policy(substitute).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -392,7 +392,7 @@ yy12:
        ++YYCURSOR;
 #line 12 "unicode_group_Co.8--encoding-policy(substitute).re"
        { goto Co; }
-#line 396 "<stdout>"
+#line 396 "unicode_group_Co.8--encoding-policy(substitute).c"
 yy14:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
index f198428e72ebede0884f9aecbab16d06264eccf7..29c93076b22ae25b4f2dec2faf334f77b8b720ac 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,12 +25,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Co.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Co.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Co.u--encoding-policy(fail).re"
        { goto Co; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Co.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Co.u--encoding-policy(fail).re"
 
index 3044fd2b0dc8e3aaeeb9b394eac928134b9e1684..69fdc3b7ba867987ec93dceda919b84cb1cbc7c4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,12 +25,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Co.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Co.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Co.u--encoding-policy(ignore).re"
        { goto Co; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Co.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Co.u--encoding-policy(ignore).re"
 
index ac0806cf34e8cf0a8eca61eab1d049799c4696a1..5f4e97dd5a430c2a72d03756e100d952c68ed73a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,12 +25,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Co.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Co.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Co.u--encoding-policy(substitute).re"
        { goto Co; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Co.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Co.u--encoding-policy(substitute).re"
 
index 770539b793f33495a5420e58b4f83f2a07dfb4c0..0319b4f83aac3634a64d044d9bd19596abc9414d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -27,7 +27,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Co.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 31 "<stdout>"
+#line 31 "unicode_group_Co.x--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
@@ -43,7 +43,7 @@ yy6:
 yy7:
 #line 12 "unicode_group_Co.x--encoding-policy(fail).re"
        { goto Co; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Co.x--encoding-policy(fail).c"
 yy8:
        ++YYCURSOR;
        yych = *YYCURSOR;
index 1c0bc310e4bac9518575611f8a229896e2a6d9a9..08597d7b061e5a4e61a52b038913419321beea98 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -27,7 +27,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Co.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 31 "<stdout>"
+#line 31 "unicode_group_Co.x--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
@@ -43,7 +43,7 @@ yy6:
 yy7:
 #line 12 "unicode_group_Co.x--encoding-policy(ignore).re"
        { goto Co; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Co.x--encoding-policy(ignore).c"
 yy8:
        ++YYCURSOR;
        yych = *YYCURSOR;
index 419416b3007ffb69f881173bee91307b3bf864b4..0df72a0fb8374add126183bb1fd08e74769b456a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Co:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Co.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -27,7 +27,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Co.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 31 "<stdout>"
+#line 31 "unicode_group_Co.x--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
@@ -43,7 +43,7 @@ yy6:
 yy7:
 #line 12 "unicode_group_Co.x--encoding-policy(substitute).re"
        { goto Co; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Co.x--encoding-policy(substitute).c"
 yy8:
        ++YYCURSOR;
        yych = *YYCURSOR;
index 0d658fc228d87354affdb59831ce5e3dfea9a8cc..3558a11a509cc41f2a7279c304bb44c452fc0116 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cs.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cs.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Cs.8--encoding-policy(ignore).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -136,7 +136,7 @@ yy7:
        ++YYCURSOR;
 #line 12 "unicode_group_Cs.8--encoding-policy(ignore).re"
        { goto Cs; }
-#line 140 "<stdout>"
+#line 140 "unicode_group_Cs.8--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Cs.8--encoding-policy(ignore).re"
 
index f785bee48bf7ec9487ca0d5013623d4b3cba7fba..3ebcf7002d9db2b6661ecaad8bc7cba596e29df6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cs.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Cs.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Cs.8--encoding-policy(substitute).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -42,7 +42,7 @@ yy7:
        ++YYCURSOR;
 #line 12 "unicode_group_Cs.8--encoding-policy(substitute).re"
        { goto Cs; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_Cs.8--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Cs.8--encoding-policy(substitute).re"
 
index 8d1e0f28dc851d68e402bfa86c37e05d283b313d..d6792ae4a096a3f252141715aaba42489d0ea108 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cs.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -19,12 +19,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Cs.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 23 "<stdout>"
+#line 23 "unicode_group_Cs.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cs.u--encoding-policy(ignore).re"
        { goto Cs; }
-#line 28 "<stdout>"
+#line 28 "unicode_group_Cs.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Cs.u--encoding-policy(ignore).re"
 
index 5dcb176ce8dc6943ad0891db9d0a9d2c8c9f5b5b..b68810654a61aa5d315f10867ee9e9a629536c77 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cs.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Cs:
        ++YYCURSOR;
 #line 13 "unicode_group_Cs.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Cs.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cs.u--encoding-policy(substitute).re"
        { goto Cs; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Cs.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Cs.u--encoding-policy(substitute).re"
 
index d007fc9ed38922a0dfd2e3fe108ad84cf932b56e..2396fca4f443c3a3c94c62bc2fbc9928bec9d8a3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cs.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -19,12 +19,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Cs.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 23 "<stdout>"
+#line 23 "unicode_group_Cs.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cs.x--encoding-policy(ignore).re"
        { goto Cs; }
-#line 28 "<stdout>"
+#line 28 "unicode_group_Cs.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Cs.x--encoding-policy(ignore).re"
 
index 96490396a6e553efd34e26b64b172f75965353af..eb0f89ed9ce777b742f1eb741a112bb3d3b33c2a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Cs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Cs.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Cs:
        ++YYCURSOR;
 #line 13 "unicode_group_Cs.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Cs.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Cs.x--encoding-policy(substitute).re"
        { goto Cs; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Cs.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Cs.x--encoding-policy(substitute).re"
 
index 1429aa47841bf871dae0b47f7c54d2a03f838df4..a6ec08234c596d6ab12e944471f7a6989275e53b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -118,13 +118,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 122 "<stdout>"
+#line 122 "unicode_group_L.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L.8--encoding-policy(fail).re"
        { goto L; }
-#line 128 "<stdout>"
+#line 128 "unicode_group_L.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index e86510ba99ba25086dd34280910f9767ebf2be79..56f6be9c9964d77691f805f0fb6569b44d4c8973 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -118,13 +118,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 122 "<stdout>"
+#line 122 "unicode_group_L.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L.8--encoding-policy(ignore).re"
        { goto L; }
-#line 128 "<stdout>"
+#line 128 "unicode_group_L.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 211b0bb0ebc55f4137a3f61f82b7f095df8dc52d..5ebf8bdaea6512f9e1272f53e52f79e20f08b8ef 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -118,13 +118,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 122 "<stdout>"
+#line 122 "unicode_group_L.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L.8--encoding-policy(substitute).re"
        { goto L; }
-#line 128 "<stdout>"
+#line 128 "unicode_group_L.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 46f6927506f3b9b6553e21f98b9fa28b31a4ade9..3ed38331c51d3ecd7e3b96f65e803d2b27071f3e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1300,12 +1300,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_L.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1304 "<stdout>"
+#line 1304 "unicode_group_L.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_L.u--encoding-policy(fail).re"
        { goto L; }
-#line 1309 "<stdout>"
+#line 1309 "unicode_group_L.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_L.u--encoding-policy(fail).re"
 
index 5bce6456a01af5f8cb7abfe75099b4c9d43612ef..7a7a836a9fffbb02d289ae0ffcfb9eca7e22bdb0 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1300,12 +1300,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_L.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1304 "<stdout>"
+#line 1304 "unicode_group_L.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_L.u--encoding-policy(ignore).re"
        { goto L; }
-#line 1309 "<stdout>"
+#line 1309 "unicode_group_L.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_L.u--encoding-policy(ignore).re"
 
index a2700afda2abfa8c6f56128e2e107da46eeac369..31d51a7815a000333aa51de8b2e1e6407967eda0 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1300,12 +1300,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_L.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1304 "<stdout>"
+#line 1304 "unicode_group_L.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_L.u--encoding-policy(substitute).re"
        { goto L; }
-#line 1309 "<stdout>"
+#line 1309 "unicode_group_L.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_L.u--encoding-policy(substitute).re"
 
index 040994fce8bb7fafc7c29613581686b037e9e5fa..1d0ad8db6b99f286e4ae3e5b644769458a1f07f8 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1216,13 +1216,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1220 "<stdout>"
+#line 1220 "unicode_group_L.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L.x--encoding-policy(fail).re"
        { goto L; }
-#line 1226 "<stdout>"
+#line 1226 "unicode_group_L.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDE7F) {
index 82c8816e5f40bea868f84190807502bebf055839..b60cfce6c41324abddf44cf4bdc9391980c5b2b9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1216,13 +1216,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1220 "<stdout>"
+#line 1220 "unicode_group_L.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L.x--encoding-policy(ignore).re"
        { goto L; }
-#line 1226 "<stdout>"
+#line 1226 "unicode_group_L.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDE7F) {
index 9f1f1c1b347438dcd35c65c3a582a69e5065889b..1c50bbcf5e901ddabe072081272563159943144e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1216,13 +1216,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1220 "<stdout>"
+#line 1220 "unicode_group_L.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L.x--encoding-policy(substitute).re"
        { goto L; }
-#line 1226 "<stdout>"
+#line 1226 "unicode_group_L.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDE7F) {
index 9e9b710c118142ca378f5b369ea25564fd03a62b..94f7504ee995ff19432fab84d841c0eb7f36b8ab 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -97,13 +97,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L_.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 101 "<stdout>"
+#line 101 "unicode_group_L_.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L_.8--encoding-policy(fail).re"
        { goto L_; }
-#line 107 "<stdout>"
+#line 107 "unicode_group_L_.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index e5c15fe6a639249f9e9bca4ddb1d2d87f5d8979a..2d6249b2ac93e89d8f012b097af725f367637a9b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -97,13 +97,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L_.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 101 "<stdout>"
+#line 101 "unicode_group_L_.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L_.8--encoding-policy(ignore).re"
        { goto L_; }
-#line 107 "<stdout>"
+#line 107 "unicode_group_L_.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index b1dfb9215ae48041797adbf354096be233849847..351c981f0ed3451c2bc05d2bca25f11e979adb32 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -97,13 +97,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L_.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 101 "<stdout>"
+#line 101 "unicode_group_L_.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L_.8--encoding-policy(substitute).re"
        { goto L_; }
-#line 107 "<stdout>"
+#line 107 "unicode_group_L_.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index fe0874bcf8e4c5b8c4722746a026c86be23f4958..de4c4367e671b75d201102ae8f598dc238346afc 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -338,12 +338,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_L_.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 342 "<stdout>"
+#line 342 "unicode_group_L_.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_L_.u--encoding-policy(fail).re"
        { goto L_; }
-#line 347 "<stdout>"
+#line 347 "unicode_group_L_.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_L_.u--encoding-policy(fail).re"
 
index b0ddd2994bd988228aff694f8468767620e88805..2b29534e07e14d7c3af9e0f0e8ad18e8811232e9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -338,12 +338,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_L_.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 342 "<stdout>"
+#line 342 "unicode_group_L_.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_L_.u--encoding-policy(ignore).re"
        { goto L_; }
-#line 347 "<stdout>"
+#line 347 "unicode_group_L_.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_L_.u--encoding-policy(ignore).re"
 
index 7e6f67b2545a254daa3aed83d242bf1d0347e223..22196259a93e3113ae73e531c426b7bace7eab87 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -338,12 +338,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_L_.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 342 "<stdout>"
+#line 342 "unicode_group_L_.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_L_.u--encoding-policy(substitute).re"
        { goto L_; }
-#line 347 "<stdout>"
+#line 347 "unicode_group_L_.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_L_.u--encoding-policy(substitute).re"
 
index c8253af2972593c2f54b6435ffb5e2797a3a9321..484ab0a36a80efc1cceb7e4ba8c9ca8ce7f36126 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -299,13 +299,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L_.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 303 "<stdout>"
+#line 303 "unicode_group_L_.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L_.x--encoding-policy(fail).re"
        { goto L_; }
-#line 309 "<stdout>"
+#line 309 "unicode_group_L_.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
index 468b6e0b788422636e4562c28f65f69e0f2247e3..a1c72c62112b5f73388133486984c151be23f1b3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -299,13 +299,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L_.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 303 "<stdout>"
+#line 303 "unicode_group_L_.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L_.x--encoding-policy(ignore).re"
        { goto L_; }
-#line 309 "<stdout>"
+#line 309 "unicode_group_L_.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
index 49fd88d99d121908c28e0f9147d75009a71b49e8..a4bc567c5c92a4afac76c182db60255265f092b1 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 L_:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_L_.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -299,13 +299,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_L_.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 303 "<stdout>"
+#line 303 "unicode_group_L_.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_L_.x--encoding-policy(substitute).re"
        { goto L_; }
-#line 309 "<stdout>"
+#line 309 "unicode_group_L_.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
index c7cd09f655d1e99834e0f1518babf4452cb1f87d..4b21405da01721f78c3be395488f1e77b66fcf98 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -71,13 +71,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ll.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 75 "<stdout>"
+#line 75 "unicode_group_Ll.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ll.8--encoding-policy(fail).re"
        { goto Ll; }
-#line 81 "<stdout>"
+#line 81 "unicode_group_Ll.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 972711ad649e2fd71ce935f2d760fe6774a932dc..8e517db413857fd2cc7ec7aa1a21c457fd62dd38 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -71,13 +71,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ll.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 75 "<stdout>"
+#line 75 "unicode_group_Ll.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ll.8--encoding-policy(ignore).re"
        { goto Ll; }
-#line 81 "<stdout>"
+#line 81 "unicode_group_Ll.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 84c8d0b00c2c17a68e31e5a858affea3fd960bbe..f3583f5976ad114a076e808164fb622a40a59ba2 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -71,13 +71,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ll.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 75 "<stdout>"
+#line 75 "unicode_group_Ll.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ll.8--encoding-policy(substitute).re"
        { goto Ll; }
-#line 81 "<stdout>"
+#line 81 "unicode_group_Ll.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 0d492dbba8e3b6e9b3a98504bc702b10a233e222..aa3a1f49259754a07594a209fdb8831d89cd6d6a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1919,12 +1919,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ll.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1923 "<stdout>"
+#line 1923 "unicode_group_Ll.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ll.u--encoding-policy(fail).re"
        { goto Ll; }
-#line 1928 "<stdout>"
+#line 1928 "unicode_group_Ll.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Ll.u--encoding-policy(fail).re"
 
index 8a1cccb05ad092bae9781f2b98272bbf52f1cb66..8f3e5091bebb12d0a2de57ceda07d19c2d198b0c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1919,12 +1919,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ll.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1923 "<stdout>"
+#line 1923 "unicode_group_Ll.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ll.u--encoding-policy(ignore).re"
        { goto Ll; }
-#line 1928 "<stdout>"
+#line 1928 "unicode_group_Ll.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Ll.u--encoding-policy(ignore).re"
 
index cd3026c80173da2052f31489e9e23f976b0fdb2a..1a192fc9fd534e48cb8c0a29bc7630c3b0b08583 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1919,12 +1919,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ll.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1923 "<stdout>"
+#line 1923 "unicode_group_Ll.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ll.u--encoding-policy(substitute).re"
        { goto Ll; }
-#line 1928 "<stdout>"
+#line 1928 "unicode_group_Ll.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Ll.u--encoding-policy(substitute).re"
 
index e6d32ff5a2e42a70772511d738ba385a099b9699..9d28d9b9e8a71c06bca96b4da98e8e00aaca8323 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1745,13 +1745,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ll.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1749 "<stdout>"
+#line 1749 "unicode_group_Ll.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ll.x--encoding-policy(fail).re"
        { goto Ll; }
-#line 1755 "<stdout>"
+#line 1755 "unicode_group_Ll.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC27) goto yy3;
index 3a8c3d63fedf7935860c8441af59a2fab019fd6e..687d81457199190e3beeca7ac5f10c1b05ee0bbf 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1745,13 +1745,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ll.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1749 "<stdout>"
+#line 1749 "unicode_group_Ll.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ll.x--encoding-policy(ignore).re"
        { goto Ll; }
-#line 1755 "<stdout>"
+#line 1755 "unicode_group_Ll.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC27) goto yy3;
index 3183ffda1e42d505d70d03acf37d1e9f89d07946..e61bcb17d7ffe2b4dff55bb9e030340925fcc812 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ll:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ll.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1745,13 +1745,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ll.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1749 "<stdout>"
+#line 1749 "unicode_group_Ll.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ll.x--encoding-policy(substitute).re"
        { goto Ll; }
-#line 1755 "<stdout>"
+#line 1755 "unicode_group_Ll.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC27) goto yy3;
index 8c5ade6c414873da9c4e6d49ef86f5953b09c166..c960ab1310930621591da63ac5c60d06334db8ea 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lm.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Lm.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -198,7 +198,7 @@ yy20:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.8--encoding-policy(fail).re"
        { goto Lm; }
-#line 202 "<stdout>"
+#line 202 "unicode_group_Lm.8--encoding-policy(fail).c"
 yy22:
        yych = *++YYCURSOR;
        switch (yych) {
index 65b45bb740be9716452d429a1985896ac84de3b7..d838fb7b4fe7a754d48485d4ad173549e080643d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lm.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Lm.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -198,7 +198,7 @@ yy20:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.8--encoding-policy(ignore).re"
        { goto Lm; }
-#line 202 "<stdout>"
+#line 202 "unicode_group_Lm.8--encoding-policy(ignore).c"
 yy22:
        yych = *++YYCURSOR;
        switch (yych) {
index aca92c7b8c0c96c41f3d840399987be77752be51..8d9deceee69421b87092027761c7d75ab3e116ba 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lm.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Lm.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -198,7 +198,7 @@ yy20:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.8--encoding-policy(substitute).re"
        { goto Lm; }
-#line 202 "<stdout>"
+#line 202 "unicode_group_Lm.8--encoding-policy(substitute).c"
 yy22:
        yych = *++YYCURSOR;
        switch (yych) {
index 046f07918e4934b63c03a51c0f6bc3f0001e675d..bdc0387adc9074b177fd193575f015859a9985f3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -164,12 +164,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lm.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 168 "<stdout>"
+#line 168 "unicode_group_Lm.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.u--encoding-policy(fail).re"
        { goto Lm; }
-#line 173 "<stdout>"
+#line 173 "unicode_group_Lm.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Lm.u--encoding-policy(fail).re"
 
index cfc581bc7fa9d80c3645c5be67fbe54cb0c3290e..1f0edf56babfccad1a8a0f1a541e6344f5e7e46d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -164,12 +164,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lm.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 168 "<stdout>"
+#line 168 "unicode_group_Lm.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.u--encoding-policy(ignore).re"
        { goto Lm; }
-#line 173 "<stdout>"
+#line 173 "unicode_group_Lm.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Lm.u--encoding-policy(ignore).re"
 
index 16832568bf22d0635be2c14f8a87b5ad511f4e8d..37713b0026ba5281d6bb9466003f7a82643059ba 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -164,12 +164,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lm.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 168 "<stdout>"
+#line 168 "unicode_group_Lm.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.u--encoding-policy(substitute).re"
        { goto Lm; }
-#line 173 "<stdout>"
+#line 173 "unicode_group_Lm.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Lm.u--encoding-policy(substitute).re"
 
index c17af7984dfcb3de6a1874175368cf4725646512..ed4cc88865d341ae820902f4a60b12552a1316d4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -164,12 +164,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lm.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 168 "<stdout>"
+#line 168 "unicode_group_Lm.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.x--encoding-policy(fail).re"
        { goto Lm; }
-#line 173 "<stdout>"
+#line 173 "unicode_group_Lm.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Lm.x--encoding-policy(fail).re"
 
index 8cc4915fc9d8c77fc34313ef0d36f679fbfc0988..bdb8ac0d3ec49811d5a4c82c33c4d5e8fd972e31 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -164,12 +164,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lm.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 168 "<stdout>"
+#line 168 "unicode_group_Lm.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.x--encoding-policy(ignore).re"
        { goto Lm; }
-#line 173 "<stdout>"
+#line 173 "unicode_group_Lm.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Lm.x--encoding-policy(ignore).re"
 
index 52db48b5511c5d0cd0b2f6018eb8b0f94b4119a4..c875e240a4849a416345ef1987252c04ead7ee19 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lm.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -164,12 +164,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lm.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 168 "<stdout>"
+#line 168 "unicode_group_Lm.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lm.x--encoding-policy(substitute).re"
        { goto Lm; }
-#line 173 "<stdout>"
+#line 173 "unicode_group_Lm.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Lm.x--encoding-policy(substitute).re"
 
index 78963a7237cadac69eeb8218130c420fc9cbace6..efa90cdff3fd904925a89543bb2aa556b5d7e2b4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,7 +49,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lo.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lo.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1330,7 +1330,7 @@ yy39:
        ++YYCURSOR;
 #line 12 "unicode_group_Lo.8--encoding-policy(fail).re"
        { goto Lo; }
-#line 1334 "<stdout>"
+#line 1334 "unicode_group_Lo.8--encoding-policy(fail).c"
 yy41:
        yych = *++YYCURSOR;
        switch (yych) {
index 38a4bd92847a1c1bbb0dbc0aebb4d4a5ffd3fc49..7261c65c7e406c9f295bb4b064b9706c79c8900f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,7 +49,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lo.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lo.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1330,7 +1330,7 @@ yy39:
        ++YYCURSOR;
 #line 12 "unicode_group_Lo.8--encoding-policy(ignore).re"
        { goto Lo; }
-#line 1334 "<stdout>"
+#line 1334 "unicode_group_Lo.8--encoding-policy(ignore).c"
 yy41:
        yych = *++YYCURSOR;
        switch (yych) {
index 4deb98c0e6eb8b1c3e4cd6bbd7fdd7012c639a54..79e1fc5197ac0ac774bb978de0a128bc3ba416e7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,7 +49,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lo.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lo.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1330,7 +1330,7 @@ yy39:
        ++YYCURSOR;
 #line 12 "unicode_group_Lo.8--encoding-policy(substitute).re"
        { goto Lo; }
-#line 1334 "<stdout>"
+#line 1334 "unicode_group_Lo.8--encoding-policy(substitute).c"
 yy41:
        yych = *++YYCURSOR;
        switch (yych) {
index 13becd6006c2885b49c811063e5a93a9b32e20c7..fd0d1b2d9cfc940f685e2bf9d96b727afa87abec 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1134,12 +1134,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lo.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1138 "<stdout>"
+#line 1138 "unicode_group_Lo.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lo.u--encoding-policy(fail).re"
        { goto Lo; }
-#line 1143 "<stdout>"
+#line 1143 "unicode_group_Lo.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Lo.u--encoding-policy(fail).re"
 
index eadc538969d5e32f7db03a9f862cbdb3240dfc12..714f2f03461cec863cc52278de9e67a67016dae6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1134,12 +1134,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lo.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1138 "<stdout>"
+#line 1138 "unicode_group_Lo.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lo.u--encoding-policy(ignore).re"
        { goto Lo; }
-#line 1143 "<stdout>"
+#line 1143 "unicode_group_Lo.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Lo.u--encoding-policy(ignore).re"
 
index d6d8280118323455e026b5d80c19de075d88d494..9c60e84245611628e66f06a645ef1cf602f44ee8 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1134,12 +1134,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lo.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1138 "<stdout>"
+#line 1138 "unicode_group_Lo.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lo.u--encoding-policy(substitute).re"
        { goto Lo; }
-#line 1143 "<stdout>"
+#line 1143 "unicode_group_Lo.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Lo.u--encoding-policy(substitute).re"
 
index 3731226c132d4515c9aac6114e9f3ed4e6e5dae5..938e363b6b0d96e5aaeab66d6bb6ae64eb495f2a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -957,13 +957,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lo.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 961 "<stdout>"
+#line 961 "unicode_group_Lo.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lo.x--encoding-policy(fail).re"
        { goto Lo; }
-#line 967 "<stdout>"
+#line 967 "unicode_group_Lo.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDE7F) {
index c2108d50751626391ab46038d6a5079b2e7f9f27..25d146c4a12d606d9475b259acc300eab6cafde5 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -957,13 +957,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lo.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 961 "<stdout>"
+#line 961 "unicode_group_Lo.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lo.x--encoding-policy(ignore).re"
        { goto Lo; }
-#line 967 "<stdout>"
+#line 967 "unicode_group_Lo.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDE7F) {
index 2ede97dda3b85e213d676f1f236bd30507392ba8..40ad322eab8b35d3e4be91f4949541255664dde3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lo:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lo.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -957,13 +957,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lo.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 961 "<stdout>"
+#line 961 "unicode_group_Lo.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lo.x--encoding-policy(substitute).re"
        { goto Lo; }
-#line 967 "<stdout>"
+#line 967 "unicode_group_Lo.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDE7F) {
index 067e161f42e7c35058d4eeba841c1774fa20d4d2..3cf2f3e4a1ad4c8788ed930fb85fa164749f5939 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lt.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Lt.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -84,7 +84,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.8--encoding-policy(fail).re"
        { goto Lt; }
-#line 88 "<stdout>"
+#line 88 "unicode_group_Lt.8--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Lt.8--encoding-policy(fail).re"
 
index a3f8e49dd52f33ba656f7f04f81edda86576ca73..60628e627c75d480ac7b571a19ed439bbe3c9364 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lt.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Lt.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -84,7 +84,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.8--encoding-policy(ignore).re"
        { goto Lt; }
-#line 88 "<stdout>"
+#line 88 "unicode_group_Lt.8--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Lt.8--encoding-policy(ignore).re"
 
index c2210934980b831099e116e24f40d26f609eae12..279ee8148cac7626a70c34cbd15c38c360cb1ca4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lt.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Lt.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -84,7 +84,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.8--encoding-policy(substitute).re"
        { goto Lt; }
-#line 88 "<stdout>"
+#line 88 "unicode_group_Lt.8--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Lt.8--encoding-policy(substitute).re"
 
index 31c05c2857c67fa8e0af125bbf2675ef340c9ad4..9783e1a86bc7dafd40f2ddc09807e85853a67598 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,12 +49,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lt.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lt.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.u--encoding-policy(fail).re"
        { goto Lt; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Lt.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Lt.u--encoding-policy(fail).re"
 
index b7af18c0703aae7a1e6e0ba0ead4d1d9dbf167c3..dec009ab0c4128f530df249b0aa3165a5a89dd3b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,12 +49,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lt.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lt.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.u--encoding-policy(ignore).re"
        { goto Lt; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Lt.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Lt.u--encoding-policy(ignore).re"
 
index 5e1fdc892b375636ba91f8523535880f1b00dfe8..936d2c7609bbd1b4a8779ead875ae496f94b8168 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,12 +49,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lt.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lt.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.u--encoding-policy(substitute).re"
        { goto Lt; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Lt.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Lt.u--encoding-policy(substitute).re"
 
index 1d9c6ac143bcf3c112e72d906ec840bc321059be..6bdb2ed0dc88823e8a03773f9501dcc7b5a631fb 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,12 +49,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lt.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lt.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.x--encoding-policy(fail).re"
        { goto Lt; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Lt.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Lt.x--encoding-policy(fail).re"
 
index a8589f7fde23493eda7381d69b8f06cd6de877c0..cca33e5445c1b87ea9ef927b5c34086257768893 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,12 +49,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lt.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lt.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.x--encoding-policy(ignore).re"
        { goto Lt; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Lt.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Lt.x--encoding-policy(ignore).re"
 
index ce9cf2c3f3f073d83af8a13f94092ac3df143bbb..b8ae556d24777832ef929397609eb7b94c64a290 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lt:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lt.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -49,12 +49,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lt.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 53 "<stdout>"
+#line 53 "unicode_group_Lt.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lt.x--encoding-policy(substitute).re"
        { goto Lt; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Lt.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Lt.x--encoding-policy(substitute).re"
 
index fe3929ef5b3d764dc94e583074867991b37ee396..3be8640c4b3bd66cdb09fb78198480a358d0c415 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -68,13 +68,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lu.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 72 "<stdout>"
+#line 72 "unicode_group_Lu.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lu.8--encoding-policy(fail).re"
        { goto Lu; }
-#line 78 "<stdout>"
+#line 78 "unicode_group_Lu.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 2a01a08e2adabae8bc7f90351e0d356a3b26fd71..8084fa48e6de315ff2a7417a387af2eed5135eb7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -68,13 +68,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lu.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 72 "<stdout>"
+#line 72 "unicode_group_Lu.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lu.8--encoding-policy(ignore).re"
        { goto Lu; }
-#line 78 "<stdout>"
+#line 78 "unicode_group_Lu.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 0d26d8b05d021adbd8c26cb6b3f6a6f0a235c51d..9aea86ed9009d9e2e93bb1427a65cb96f170115b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -68,13 +68,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lu.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 72 "<stdout>"
+#line 72 "unicode_group_Lu.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lu.8--encoding-policy(substitute).re"
        { goto Lu; }
-#line 78 "<stdout>"
+#line 78 "unicode_group_Lu.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 80649f7593cd0f45d3fe0fd0c5928359c4287b6b..3eba310e15d9b903df578560a14551b366b19a8c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1877,12 +1877,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lu.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1881 "<stdout>"
+#line 1881 "unicode_group_Lu.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lu.u--encoding-policy(fail).re"
        { goto Lu; }
-#line 1886 "<stdout>"
+#line 1886 "unicode_group_Lu.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Lu.u--encoding-policy(fail).re"
 
index 89ee91656b03d3870d78b5666832e82a67b87787..58f97ad1edbdf7a4ad3c17d992fbad9531ed3639 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1877,12 +1877,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lu.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1881 "<stdout>"
+#line 1881 "unicode_group_Lu.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lu.u--encoding-policy(ignore).re"
        { goto Lu; }
-#line 1886 "<stdout>"
+#line 1886 "unicode_group_Lu.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Lu.u--encoding-policy(ignore).re"
 
index cf41fbab974de8d075e42c189493c78b0d5c6bb7..89873161af4dddeed2151fffcb786317b43e3d08 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1877,12 +1877,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Lu.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1881 "<stdout>"
+#line 1881 "unicode_group_Lu.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Lu.u--encoding-policy(substitute).re"
        { goto Lu; }
-#line 1886 "<stdout>"
+#line 1886 "unicode_group_Lu.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Lu.u--encoding-policy(substitute).re"
 
index 5a84dfaae625bdc2d801229427cc56a400f757ef..20e02fd3a2cc146d8101fcf96cfcb0d06c22e282 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1687,13 +1687,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lu.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 1691 "<stdout>"
+#line 1691 "unicode_group_Lu.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lu.x--encoding-policy(fail).re"
        { goto Lu; }
-#line 1697 "<stdout>"
+#line 1697 "unicode_group_Lu.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
index 8a886fc60d255550f12043f89260bbf3e13e5340..3f89d71925a0fc8f4c0806910233d89d940d61a6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1687,13 +1687,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lu.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 1691 "<stdout>"
+#line 1691 "unicode_group_Lu.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lu.x--encoding-policy(ignore).re"
        { goto Lu; }
-#line 1697 "<stdout>"
+#line 1697 "unicode_group_Lu.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
index 2e72d709a6b8a8aa2ac555ef8f88cf1d89694f0b..c0fc9566e2655a1f6295eaf1c143f8719aa289cd 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Lu:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Lu.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -1687,13 +1687,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Lu.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 1691 "<stdout>"
+#line 1691 "unicode_group_Lu.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Lu.x--encoding-policy(substitute).re"
        { goto Lu; }
-#line 1697 "<stdout>"
+#line 1697 "unicode_group_Lu.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDBFF) goto yy3;
index 1911e2254456cbbd4dde1700af75781de133b35b..8ae9a723fb768d03c9044f1d65e365eb2afaaf93 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -41,7 +41,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_M.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 45 "<stdout>"
+#line 45 "unicode_group_M.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -628,7 +628,7 @@ yy28:
        ++YYCURSOR;
 #line 12 "unicode_group_M.8--encoding-policy(fail).re"
        { goto M; }
-#line 632 "<stdout>"
+#line 632 "unicode_group_M.8--encoding-policy(fail).c"
 yy30:
        yych = *++YYCURSOR;
        switch (yych) {
index a0dee513d309bef5fc86a7961294f1b734e3123d..e094715bfd2dacb52c9cd0c8054932a4dbb6b52b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -41,7 +41,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_M.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 45 "<stdout>"
+#line 45 "unicode_group_M.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -628,7 +628,7 @@ yy28:
        ++YYCURSOR;
 #line 12 "unicode_group_M.8--encoding-policy(ignore).re"
        { goto M; }
-#line 632 "<stdout>"
+#line 632 "unicode_group_M.8--encoding-policy(ignore).c"
 yy30:
        yych = *++YYCURSOR;
        switch (yych) {
index 0aedcbd5800dcb2f32f0735e163d281b79e5b3a5..ae392b03bfba689b0ae92b9f6f8022f90e5b8212 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -41,7 +41,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_M.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 45 "<stdout>"
+#line 45 "unicode_group_M.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -628,7 +628,7 @@ yy28:
        ++YYCURSOR;
 #line 12 "unicode_group_M.8--encoding-policy(substitute).re"
        { goto M; }
-#line 632 "<stdout>"
+#line 632 "unicode_group_M.8--encoding-policy(substitute).c"
 yy30:
        yych = *++YYCURSOR;
        switch (yych) {
index 7a22163e1dfe0478997fc4bd15a8472e89dbbb60..695257df1dbdcaf15a09b7f9fb717b8e4cbc6878 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -631,12 +631,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_M.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 635 "<stdout>"
+#line 635 "unicode_group_M.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_M.u--encoding-policy(fail).re"
        { goto M; }
-#line 640 "<stdout>"
+#line 640 "unicode_group_M.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_M.u--encoding-policy(fail).re"
 
index 91420640ce4d604143342c01a01a0b4afcef27ff..7b426357d654a36e77bc97816fef47ac68380862 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -631,12 +631,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_M.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 635 "<stdout>"
+#line 635 "unicode_group_M.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_M.u--encoding-policy(ignore).re"
        { goto M; }
-#line 640 "<stdout>"
+#line 640 "unicode_group_M.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_M.u--encoding-policy(ignore).re"
 
index d8eb9a5b2bebd7f436c1a90e8ece3951cf74c5df..cd437c1842dbd0cc7fdc88da92a8b9925978a556 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -631,12 +631,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_M.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 635 "<stdout>"
+#line 635 "unicode_group_M.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_M.u--encoding-policy(substitute).re"
        { goto M; }
-#line 640 "<stdout>"
+#line 640 "unicode_group_M.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_M.u--encoding-policy(substitute).re"
 
index e91924f26876aaaa5fa1dda9d56bf3b09b5871d5..ad80dfe649d9466fe3750ab0865f43d0b17f6c1f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -614,13 +614,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_M.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 618 "<stdout>"
+#line 618 "unicode_group_M.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_M.x--encoding-policy(fail).re"
        { goto M; }
-#line 624 "<stdout>"
+#line 624 "unicode_group_M.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDDFD) goto yy11;
index 541508325bc784b71084aebf6dc06d7400e3dfb3..dbf798700b5e3ceef1dc6ce7b8de98a29953566b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -614,13 +614,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_M.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 618 "<stdout>"
+#line 618 "unicode_group_M.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_M.x--encoding-policy(ignore).re"
        { goto M; }
-#line 624 "<stdout>"
+#line 624 "unicode_group_M.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDDFD) goto yy11;
index 9a285e7d0a4d18aba7bbe098dfa3ddfcad795e44..eeffec51976c418ce0861d3eb70a5fe0c6b3e39a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 M:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_M.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -614,13 +614,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_M.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 618 "<stdout>"
+#line 618 "unicode_group_M.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_M.x--encoding-policy(substitute).re"
        { goto M; }
-#line 624 "<stdout>"
+#line 624 "unicode_group_M.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDDFD) goto yy11;
index e8816aeb0f104ee66f4c6fde3ff8c091c35ee5f9..c9a3f05ce8314eae1ac27aeb034cbf579f3767c4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,7 +25,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mc.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Mc.8--encoding-policy(fail).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -133,7 +133,7 @@ yy13:
        ++YYCURSOR;
 #line 12 "unicode_group_Mc.8--encoding-policy(fail).re"
        { goto Mc; }
-#line 137 "<stdout>"
+#line 137 "unicode_group_Mc.8--encoding-policy(fail).c"
 yy15:
        yych = *++YYCURSOR;
        switch (yych) {
index de1526ac0670bfc0010bd455ba65508ca1238dbe..0d6039de93121a1dc90401a97b012c0579a997cd 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,7 +25,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mc.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Mc.8--encoding-policy(ignore).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -133,7 +133,7 @@ yy13:
        ++YYCURSOR;
 #line 12 "unicode_group_Mc.8--encoding-policy(ignore).re"
        { goto Mc; }
-#line 137 "<stdout>"
+#line 137 "unicode_group_Mc.8--encoding-policy(ignore).c"
 yy15:
        yych = *++YYCURSOR;
        switch (yych) {
index 0de0faaefdec4e65f162bfa19292b03d1faf0fde..20420e171e33e20636b951e7e4425af57dab0283 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -25,7 +25,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mc.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 29 "<stdout>"
+#line 29 "unicode_group_Mc.8--encoding-policy(substitute).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -133,7 +133,7 @@ yy13:
        ++YYCURSOR;
 #line 12 "unicode_group_Mc.8--encoding-policy(substitute).re"
        { goto Mc; }
-#line 137 "<stdout>"
+#line 137 "unicode_group_Mc.8--encoding-policy(substitute).c"
 yy15:
        yych = *++YYCURSOR;
        switch (yych) {
index d24ea5133cdb34ecdf3ac22f6d8d3e301696a2a1..444044c4b67d11c97524d245e7fbf248febd0ec9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -340,12 +340,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Mc.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 344 "<stdout>"
+#line 344 "unicode_group_Mc.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Mc.u--encoding-policy(fail).re"
        { goto Mc; }
-#line 349 "<stdout>"
+#line 349 "unicode_group_Mc.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Mc.u--encoding-policy(fail).re"
 
index 47388456da505bf9f0a48335ccd5fde69d03a7d9..d84201bfedbba170a34a992e16278cab4e42d3e8 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -340,12 +340,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Mc.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 344 "<stdout>"
+#line 344 "unicode_group_Mc.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Mc.u--encoding-policy(ignore).re"
        { goto Mc; }
-#line 349 "<stdout>"
+#line 349 "unicode_group_Mc.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Mc.u--encoding-policy(ignore).re"
 
index 547b7acf8a7d71f7d932eb62be7c0aeff4cde58b..78f7bbdfcf3ad0217f6e30e3da4712a62ae64252 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -340,12 +340,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Mc.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 344 "<stdout>"
+#line 344 "unicode_group_Mc.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Mc.u--encoding-policy(substitute).re"
        { goto Mc; }
-#line 349 "<stdout>"
+#line 349 "unicode_group_Mc.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Mc.u--encoding-policy(substitute).re"
 
index 52c521be8592306725848d6de4f3d192ee7b586e..f679f3cf512db581b69e6d9650c03d0cefb8aede 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -337,13 +337,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mc.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 341 "<stdout>"
+#line 341 "unicode_group_Mc.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Mc.x--encoding-policy(fail).re"
        { goto Mc; }
-#line 347 "<stdout>"
+#line 347 "unicode_group_Mc.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC81) {
index edaa3db26b5cffcbb52d1845f16186f268918a64..228c99003b14e9900c00fdc371335c90d9ce0caa 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -337,13 +337,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mc.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 341 "<stdout>"
+#line 341 "unicode_group_Mc.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Mc.x--encoding-policy(ignore).re"
        { goto Mc; }
-#line 347 "<stdout>"
+#line 347 "unicode_group_Mc.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC81) {
index bda097cb2d981c6d0fba624def8488ac56072935..505aadb4617d4276a6c1bae33cf521dfda3fd179 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mc.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -337,13 +337,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mc.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 341 "<stdout>"
+#line 341 "unicode_group_Mc.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Mc.x--encoding-policy(substitute).re"
        { goto Mc; }
-#line 347 "<stdout>"
+#line 347 "unicode_group_Mc.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC81) {
index 3bfa28252f08af4fc3b2a2fabf19b8375da9842a..4ee3c2e83e660cf4ee18747ead2050b6c44f0c9a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -24,7 +24,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Me.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 28 "<stdout>"
+#line 28 "unicode_group_Me.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -59,7 +59,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.8--encoding-policy(fail).re"
        { goto Me; }
-#line 63 "<stdout>"
+#line 63 "unicode_group_Me.8--encoding-policy(fail).c"
 yy11:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
index 1c90e163205286a2e3039ce324b53d060326a3c6..9022f2fbef768320869a139928c208fd79126903 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -24,7 +24,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Me.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 28 "<stdout>"
+#line 28 "unicode_group_Me.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -59,7 +59,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.8--encoding-policy(ignore).re"
        { goto Me; }
-#line 63 "<stdout>"
+#line 63 "unicode_group_Me.8--encoding-policy(ignore).c"
 yy11:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
index 2a0a4514a2cc2c442fd49342f2fc82b116b7d5e1..0e15508b9172b8ee252caabad6ce5fe4eeac6299 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -24,7 +24,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Me.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 28 "<stdout>"
+#line 28 "unicode_group_Me.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -59,7 +59,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.8--encoding-policy(substitute).re"
        { goto Me; }
-#line 63 "<stdout>"
+#line 63 "unicode_group_Me.8--encoding-policy(substitute).c"
 yy11:
        ++YYCURSOR;
        switch ((yych = *YYCURSOR)) {
index 94f2a7ddcf8e8ad52168e4531ab1e6d44b686d5e..e097c7227a798dd10ab51cbdb0425ac217f47548 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,12 +29,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Me.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Me.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.u--encoding-policy(fail).re"
        { goto Me; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Me.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Me.u--encoding-policy(fail).re"
 
index dc1d086995a5585018fd15a429ebe44ba4f94e0d..110cac8336698568c5fbc681ab98f22bd65d28d0 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,12 +29,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Me.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Me.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.u--encoding-policy(ignore).re"
        { goto Me; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Me.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Me.u--encoding-policy(ignore).re"
 
index 61a600d918567ffcb9d94ed06f75c02ec2a76ee4..3e54fc5bd8ee3caf78412f9089d508d0a417cf80 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,12 +29,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Me.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Me.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.u--encoding-policy(substitute).re"
        { goto Me; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Me.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Me.u--encoding-policy(substitute).re"
 
index 3136f0d8bf724bf04e0a7639c039fc57fa0ca3ef..4973a179d107bf27eb5126c28b56808a2d119a7c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,12 +29,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Me.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Me.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.x--encoding-policy(fail).re"
        { goto Me; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Me.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Me.x--encoding-policy(fail).re"
 
index eace90c1a1942a2fd58b49ecc314526a0a22a682..68db1d9b4fab7351b7656a9607c4590e71dcc231 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,12 +29,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Me.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Me.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.x--encoding-policy(ignore).re"
        { goto Me; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Me.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Me.x--encoding-policy(ignore).re"
 
index 08571735540784b930dd87bbd58a5383d1c5f4c3..c965621c0eaaa24345864316491ad647b11cae25 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Me:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Me.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,12 +29,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Me.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Me.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Me.x--encoding-policy(substitute).re"
        { goto Me; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Me.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Me.x--encoding-policy(substitute).re"
 
index 26986964460764b121a126b00d2d513f6b9c52f1..360ff648f13cc29d3e038f65b8bc7559d50954c0 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -41,7 +41,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mn.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 45 "<stdout>"
+#line 45 "unicode_group_Mn.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -620,7 +620,7 @@ yy28:
        ++YYCURSOR;
 #line 12 "unicode_group_Mn.8--encoding-policy(fail).re"
        { goto Mn; }
-#line 624 "<stdout>"
+#line 624 "unicode_group_Mn.8--encoding-policy(fail).c"
 yy30:
        yych = *++YYCURSOR;
        switch (yych) {
index cbc0a6628fbbcf4e40e0054825ee24de91c9539b..d0791853c67c3692ff0c56667bf69eb9630a75bf 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -41,7 +41,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mn.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 45 "<stdout>"
+#line 45 "unicode_group_Mn.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -620,7 +620,7 @@ yy28:
        ++YYCURSOR;
 #line 12 "unicode_group_Mn.8--encoding-policy(ignore).re"
        { goto Mn; }
-#line 624 "<stdout>"
+#line 624 "unicode_group_Mn.8--encoding-policy(ignore).c"
 yy30:
        yych = *++YYCURSOR;
        switch (yych) {
index 8ec8fd3eca9eb016233a48267e9c561f3fa94097..4d068abc8c5df1df8202d19e8560656f99a15ee2 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -41,7 +41,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mn.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 45 "<stdout>"
+#line 45 "unicode_group_Mn.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -620,7 +620,7 @@ yy28:
        ++YYCURSOR;
 #line 12 "unicode_group_Mn.8--encoding-policy(substitute).re"
        { goto Mn; }
-#line 624 "<stdout>"
+#line 624 "unicode_group_Mn.8--encoding-policy(substitute).c"
 yy30:
        yych = *++YYCURSOR;
        switch (yych) {
index 6d813b3336ba6d488d362f415a32b1cdd2bc031b..846396af3fcee1a61a72e791b0d64d0324bdca6e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -639,12 +639,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Mn.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 643 "<stdout>"
+#line 643 "unicode_group_Mn.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Mn.u--encoding-policy(fail).re"
        { goto Mn; }
-#line 648 "<stdout>"
+#line 648 "unicode_group_Mn.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Mn.u--encoding-policy(fail).re"
 
index 2049c72dbc3c23f35b628793a19a5dbee7c14248..ccfbbd97dcf5d69115095147b0133572e2a6ba51 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -639,12 +639,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Mn.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 643 "<stdout>"
+#line 643 "unicode_group_Mn.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Mn.u--encoding-policy(ignore).re"
        { goto Mn; }
-#line 648 "<stdout>"
+#line 648 "unicode_group_Mn.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Mn.u--encoding-policy(ignore).re"
 
index 5e0343efb2ea6d3185f3b01f8f7baf05cb2e7d2d..f03443f8d965aea4cdaa09068424b2074ba93ba5 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -639,12 +639,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Mn.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 643 "<stdout>"
+#line 643 "unicode_group_Mn.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Mn.u--encoding-policy(substitute).re"
        { goto Mn; }
-#line 648 "<stdout>"
+#line 648 "unicode_group_Mn.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Mn.u--encoding-policy(substitute).re"
 
index c7cc3d953e1ac67f3f1e4ff94948f24d4b4daedc..9d6e5d4f6720ca253eeebd64385a957bc92dda52 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -623,13 +623,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mn.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 627 "<stdout>"
+#line 627 "unicode_group_Mn.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Mn.x--encoding-policy(fail).re"
        { goto Mn; }
-#line 633 "<stdout>"
+#line 633 "unicode_group_Mn.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDDFD) goto yy11;
index de9736726ae232b253c299c0b988031bd5a66f55..4359b84d4bcbe732108ab620c787b387083b2412 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -623,13 +623,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mn.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 627 "<stdout>"
+#line 627 "unicode_group_Mn.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Mn.x--encoding-policy(ignore).re"
        { goto Mn; }
-#line 633 "<stdout>"
+#line 633 "unicode_group_Mn.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDDFD) goto yy11;
index 41a7f05787431a489f4e6f1cd80aa98b2979375e..7ad26eb08f243b6f396b40fd555eecd15bbce268 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Mn:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Mn.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -623,13 +623,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Mn.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 627 "<stdout>"
+#line 627 "unicode_group_Mn.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Mn.x--encoding-policy(substitute).re"
        { goto Mn; }
-#line 633 "<stdout>"
+#line 633 "unicode_group_Mn.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych == 0xDDFD) goto yy11;
index cd53534df43d4067464df7d4edc235ddd91edf4b..c60d2b4d2d71431d5926e86ff874415faf14e8ae 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -42,13 +42,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_N.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_N.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_N.8--encoding-policy(fail).re"
        { goto N; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_N.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 30f1ba6555cb39bcfcc3b1230b19eb97dc69c296..f417185d5a26ccbbe7ace2471be488d9ea2cf9c6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -42,13 +42,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_N.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_N.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_N.8--encoding-policy(ignore).re"
        { goto N; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_N.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 3ea6887af78f38306663e01017f34b0614137cef..c56be5fc5e378bf11de4abe8fca0ea58c47346da 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -42,13 +42,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_N.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_N.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_N.8--encoding-policy(substitute).re"
        { goto N; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_N.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 827b03c87e1af433b41ab155d71f240a963e112c..4d6bbb364cad9b8662835c6a57945f6d6ab9a471 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -307,12 +307,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_N.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 311 "<stdout>"
+#line 311 "unicode_group_N.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_N.u--encoding-policy(fail).re"
        { goto N; }
-#line 316 "<stdout>"
+#line 316 "unicode_group_N.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_N.u--encoding-policy(fail).re"
 
index e2438a1341da3dd946acaed9c603f82518059212..6e3183fbc5b1e6d9024a7ba08195a9c266d6ecf4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -307,12 +307,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_N.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 311 "<stdout>"
+#line 311 "unicode_group_N.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_N.u--encoding-policy(ignore).re"
        { goto N; }
-#line 316 "<stdout>"
+#line 316 "unicode_group_N.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_N.u--encoding-policy(ignore).re"
 
index f37eb2476e74737f7ca8fb46b0bc91be22e70083..6dffdd38fa8f8de58b4dbd55c8a4ff9bb4dd92a7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -307,12 +307,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_N.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 311 "<stdout>"
+#line 311 "unicode_group_N.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_N.u--encoding-policy(substitute).re"
        { goto N; }
-#line 316 "<stdout>"
+#line 316 "unicode_group_N.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_N.u--encoding-policy(substitute).re"
 
index b8106b85554c8c5e75aa3e8c77d4813445e876c3..dc26e56bbefa9d95d042e02c881f13b71cb47576 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -243,13 +243,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_N.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 247 "<stdout>"
+#line 247 "unicode_group_N.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_N.x--encoding-policy(fail).re"
        { goto N; }
-#line 253 "<stdout>"
+#line 253 "unicode_group_N.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF1F) {
index 85d9fed616a0e6b354f8d78cfeedf5dcc127a163..4eac55502ff800019d7b184573f73cb1a89bfca3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -243,13 +243,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_N.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 247 "<stdout>"
+#line 247 "unicode_group_N.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_N.x--encoding-policy(ignore).re"
        { goto N; }
-#line 253 "<stdout>"
+#line 253 "unicode_group_N.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF1F) {
index 70cfd9b74f857fcc275b0df2cc1ed72ffb957271..665210fe1d45231611c6b9189a731331ccc2670e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 N:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_N.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -243,13 +243,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_N.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 247 "<stdout>"
+#line 247 "unicode_group_N.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_N.x--encoding-policy(substitute).re"
        { goto N; }
-#line 253 "<stdout>"
+#line 253 "unicode_group_N.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF1F) {
index d522ba45d5817ba81401b3a23f77dba63a97598b..5da976019c0afc63450fe2004a481b695e92b6a5 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -39,13 +39,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nd.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 43 "<stdout>"
+#line 43 "unicode_group_Nd.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nd.8--encoding-policy(fail).re"
        { goto Nd; }
-#line 49 "<stdout>"
+#line 49 "unicode_group_Nd.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 41ea568193a9360678d2b7f435768c9eaea734e6..04c89f42938ff005ca887302c333aed42a878b1a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -39,13 +39,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nd.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 43 "<stdout>"
+#line 43 "unicode_group_Nd.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nd.8--encoding-policy(ignore).re"
        { goto Nd; }
-#line 49 "<stdout>"
+#line 49 "unicode_group_Nd.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index b5f9e1bfd5ce61aa628fe92607be52c97330c3a0..34a52dc8feed9951b7185ff1d3ba89ed86582d56 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -39,13 +39,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nd.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 43 "<stdout>"
+#line 43 "unicode_group_Nd.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nd.8--encoding-policy(substitute).re"
        { goto Nd; }
-#line 49 "<stdout>"
+#line 49 "unicode_group_Nd.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 71695406fe6820958495eefdb6d990b574315d2e..03de66e297a1059fd1d9dc27308a47f8e92b6720 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -149,12 +149,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Nd.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 153 "<stdout>"
+#line 153 "unicode_group_Nd.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Nd.u--encoding-policy(fail).re"
        { goto Nd; }
-#line 158 "<stdout>"
+#line 158 "unicode_group_Nd.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Nd.u--encoding-policy(fail).re"
 
index cc83109e8f274a73f57a9a7fb612122bbb8a659a..b25c55bd2d30c416f535b496c034bad8367f64cb 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -149,12 +149,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Nd.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 153 "<stdout>"
+#line 153 "unicode_group_Nd.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Nd.u--encoding-policy(ignore).re"
        { goto Nd; }
-#line 158 "<stdout>"
+#line 158 "unicode_group_Nd.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Nd.u--encoding-policy(ignore).re"
 
index e454bcd5a24e05e4f4804d12e0eff44b4a7b509e..e75f34618cb6c312b1113f79a2d706385ac236a4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -149,12 +149,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Nd.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 153 "<stdout>"
+#line 153 "unicode_group_Nd.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Nd.u--encoding-policy(substitute).re"
        { goto Nd; }
-#line 158 "<stdout>"
+#line 158 "unicode_group_Nd.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Nd.u--encoding-policy(substitute).re"
 
index 3fa3b9c28d12fd3a04164564794ce0e0eae4d788..8312e1d00c85980daa735457ee9292e3ab268e70 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -150,13 +150,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nd.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 154 "<stdout>"
+#line 154 "unicode_group_Nd.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nd.x--encoding-policy(fail).re"
        { goto Nd; }
-#line 160 "<stdout>"
+#line 160 "unicode_group_Nd.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC9F) goto yy3;
index df9ce5e8592f9b9575ffd0c60fd435026e5929c2..1387f813924cb71f83ae56c50deda09ee70f7b4d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -150,13 +150,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nd.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 154 "<stdout>"
+#line 154 "unicode_group_Nd.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nd.x--encoding-policy(ignore).re"
        { goto Nd; }
-#line 160 "<stdout>"
+#line 160 "unicode_group_Nd.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC9F) goto yy3;
index 29e58e1bb469126e7cfd9bbc6d415c257256ebee..8c844b3be5e9231bc9e7e1e03fa5fefdb57113a9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nd.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -150,13 +150,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nd.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 154 "<stdout>"
+#line 154 "unicode_group_Nd.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nd.x--encoding-policy(substitute).re"
        { goto Nd; }
-#line 160 "<stdout>"
+#line 160 "unicode_group_Nd.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDC9F) goto yy3;
index 06adb2d4112b3d736254a4373d6bf90dde5c43a0..da732a835a0813e1b788b7db36790bd03b74ad92 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,7 +26,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nl.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Nl.8--encoding-policy(fail).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -156,7 +156,7 @@ yy15:
        ++YYCURSOR;
 #line 12 "unicode_group_Nl.8--encoding-policy(fail).re"
        { goto Nl; }
-#line 160 "<stdout>"
+#line 160 "unicode_group_Nl.8--encoding-policy(fail).c"
 yy17:
        yych = *++YYCURSOR;
        switch (yych) {
index 561d2cbfa69ab0f45571192f09a3efa95f68b629..4d5a758e56bf31d846ab361f1c5869bc7ed20965 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,7 +26,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nl.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Nl.8--encoding-policy(ignore).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -156,7 +156,7 @@ yy15:
        ++YYCURSOR;
 #line 12 "unicode_group_Nl.8--encoding-policy(ignore).re"
        { goto Nl; }
-#line 160 "<stdout>"
+#line 160 "unicode_group_Nl.8--encoding-policy(ignore).c"
 yy17:
        yych = *++YYCURSOR;
        switch (yych) {
index 9092226488d765a380fdcaeb213ed6d8a12a7d66..91a393fa72e9e51d6c7cb15f590842592b14e500 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,7 +26,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nl.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Nl.8--encoding-policy(substitute).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -156,7 +156,7 @@ yy15:
        ++YYCURSOR;
 #line 12 "unicode_group_Nl.8--encoding-policy(substitute).re"
        { goto Nl; }
-#line 160 "<stdout>"
+#line 160 "unicode_group_Nl.8--encoding-policy(substitute).c"
 yy17:
        yych = *++YYCURSOR;
        switch (yych) {
index 230e5ac7254eae350f6b84878d5d34177e6f00b5..f03be1a95a01ff68bb80dc008d4df9374f6ac975 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -53,12 +53,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Nl.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 57 "<stdout>"
+#line 57 "unicode_group_Nl.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Nl.u--encoding-policy(fail).re"
        { goto Nl; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Nl.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Nl.u--encoding-policy(fail).re"
 
index 474d154a722f650590e38028edf8f329e5da7cd0..b372d0f02abe50d45b70c0c904b091f39932e54a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -53,12 +53,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Nl.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 57 "<stdout>"
+#line 57 "unicode_group_Nl.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Nl.u--encoding-policy(ignore).re"
        { goto Nl; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Nl.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Nl.u--encoding-policy(ignore).re"
 
index 7659b5fd57a1bb1436cf99be08f691b9805501e2..def6109a43cb281ba737271e4bf839a3bb044809 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -53,12 +53,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Nl.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 57 "<stdout>"
+#line 57 "unicode_group_Nl.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Nl.u--encoding-policy(substitute).re"
        { goto Nl; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Nl.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Nl.u--encoding-policy(substitute).re"
 
index 192fb29c752f38fc04db44146dfdd135e14ccfb4..0638da4001736b7d274ea428d8abf33225cb0a02 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -46,13 +46,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nl.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 50 "<stdout>"
+#line 50 "unicode_group_Nl.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nl.x--encoding-policy(fail).re"
        { goto Nl; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Nl.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF41) {
index ef474143dee28840a0f8f88627adcd6aed1a9f86..25c51d587deada22c551b98e3a26a510c89bd518 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -46,13 +46,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nl.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 50 "<stdout>"
+#line 50 "unicode_group_Nl.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nl.x--encoding-policy(ignore).re"
        { goto Nl; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Nl.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF41) {
index 7eb773f889098a31ef483c5866f641ce9866f366..baf959b1e3ccd016b91c0e95b84ce175805bf0b9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Nl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Nl.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -46,13 +46,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Nl.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 50 "<stdout>"
+#line 50 "unicode_group_Nl.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Nl.x--encoding-policy(substitute).re"
        { goto Nl; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Nl.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF41) {
index 6c5fe37fec276a5bc0b80dd590cfefaf9e2e48a3..cf5ed99b09966ea8d5de632d6ac0e97c18547ccd 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -28,7 +28,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_No.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 32 "<stdout>"
+#line 32 "unicode_group_No.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -307,7 +307,7 @@ yy25:
        ++YYCURSOR;
 #line 12 "unicode_group_No.8--encoding-policy(fail).re"
        { goto No; }
-#line 311 "<stdout>"
+#line 311 "unicode_group_No.8--encoding-policy(fail).c"
 yy27:
        yych = *++YYCURSOR;
        switch (yych) {
index fef44dc6754f34ec7c68bf4bacd5ae6bf702ddf5..5fddb45b1ec9c8a1d403f0af5f4d5506d3959115 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -28,7 +28,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_No.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 32 "<stdout>"
+#line 32 "unicode_group_No.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -307,7 +307,7 @@ yy25:
        ++YYCURSOR;
 #line 12 "unicode_group_No.8--encoding-policy(ignore).re"
        { goto No; }
-#line 311 "<stdout>"
+#line 311 "unicode_group_No.8--encoding-policy(ignore).c"
 yy27:
        yych = *++YYCURSOR;
        switch (yych) {
index 2513105959b070ebd9c6d0fb44d9afe62a4cdbe9..ab8b9769cc8420abc45e1a696a62dd5615500779 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -28,7 +28,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_No.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 32 "<stdout>"
+#line 32 "unicode_group_No.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -307,7 +307,7 @@ yy25:
        ++YYCURSOR;
 #line 12 "unicode_group_No.8--encoding-policy(substitute).re"
        { goto No; }
-#line 311 "<stdout>"
+#line 311 "unicode_group_No.8--encoding-policy(substitute).c"
 yy27:
        yych = *++YYCURSOR;
        switch (yych) {
index 81e066e29f89fefe9a54f974be222335f3e78727..706100a75e0a4d1443376f236cfff76a62ebd524 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -158,12 +158,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_No.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 162 "<stdout>"
+#line 162 "unicode_group_No.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_No.u--encoding-policy(fail).re"
        { goto No; }
-#line 167 "<stdout>"
+#line 167 "unicode_group_No.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_No.u--encoding-policy(fail).re"
 
index 3a42d2190ed2aa38a03ddaa28d13aff06c43f66d..8fba6c96fe35b8ff6c9a4f33500f2db3fcb3b61c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -158,12 +158,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_No.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 162 "<stdout>"
+#line 162 "unicode_group_No.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_No.u--encoding-policy(ignore).re"
        { goto No; }
-#line 167 "<stdout>"
+#line 167 "unicode_group_No.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_No.u--encoding-policy(ignore).re"
 
index d782b2c79ddd11caabf39b8390c6bc2a119bfacd..1255eb413915f7d87615ceb5dba659ad10e39680 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -158,12 +158,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_No.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 162 "<stdout>"
+#line 162 "unicode_group_No.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_No.u--encoding-policy(substitute).re"
        { goto No; }
-#line 167 "<stdout>"
+#line 167 "unicode_group_No.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_No.u--encoding-policy(substitute).re"
 
index 9c97856f2968a293af3ad87385cb12ab40760c6c..6e9b0d62e20aae4c41ca71f5e98ab746a57c5327 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -111,13 +111,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_No.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 115 "<stdout>"
+#line 115 "unicode_group_No.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_No.x--encoding-policy(fail).re"
        { goto No; }
-#line 121 "<stdout>"
+#line 121 "unicode_group_No.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index 9d794789cd366dad7e878017b5e6f82c4573d8a3..ec4ba391df3d48cbda9988870e1fea0d5da717ba 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -111,13 +111,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_No.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 115 "<stdout>"
+#line 115 "unicode_group_No.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_No.x--encoding-policy(ignore).re"
        { goto No; }
-#line 121 "<stdout>"
+#line 121 "unicode_group_No.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index e2c9aa35e626fc914e84a26bf006eb4aebeeb4df..4f18a134ed76b89ba6afaf49c46ebd34d7f284e3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 No:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_No.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -111,13 +111,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_No.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 115 "<stdout>"
+#line 115 "unicode_group_No.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_No.x--encoding-policy(substitute).re"
        { goto No; }
-#line 121 "<stdout>"
+#line 121 "unicode_group_No.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index 2d589b8db3b03ff34d8f9c51947f012ff553918a..5b76bc43f802b4cce9864196ff33933748107e2d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -62,13 +62,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_P.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 66 "<stdout>"
+#line 66 "unicode_group_P.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_P.8--encoding-policy(fail).re"
        { goto P; }
-#line 72 "<stdout>"
+#line 72 "unicode_group_P.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index c475f8c1db7be9c6a425fc0d52cd3a421536b26b..51d93ed409aede4b7870ab25df921586c5d64ffd 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -62,13 +62,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_P.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 66 "<stdout>"
+#line 66 "unicode_group_P.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_P.8--encoding-policy(ignore).re"
        { goto P; }
-#line 72 "<stdout>"
+#line 72 "unicode_group_P.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index d62d952c4f0fd8e463df110f4d79c233f83bb2e1..04ae499acfedf6583c0f130e9edd0a985d86e0a0 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -62,13 +62,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_P.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 66 "<stdout>"
+#line 66 "unicode_group_P.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_P.8--encoding-policy(substitute).re"
        { goto P; }
-#line 72 "<stdout>"
+#line 72 "unicode_group_P.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 43f24396a409b6b23b9f0a5f88eb79957cec6aaf..99c48a9330d34f1a348a369591014c7a5daa0f10 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -405,12 +405,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_P.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 409 "<stdout>"
+#line 409 "unicode_group_P.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_P.u--encoding-policy(fail).re"
        { goto P; }
-#line 414 "<stdout>"
+#line 414 "unicode_group_P.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_P.u--encoding-policy(fail).re"
 
index 11acb939d9322d48e53c400fc6b9ba9f1ae3c061..6f470cf72329dfaaf3f0a91c685911b6eadd9039 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -405,12 +405,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_P.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 409 "<stdout>"
+#line 409 "unicode_group_P.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_P.u--encoding-policy(ignore).re"
        { goto P; }
-#line 414 "<stdout>"
+#line 414 "unicode_group_P.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_P.u--encoding-policy(ignore).re"
 
index 42e5aa75b66decf9ed8ba2d4247cd40ff75cc8c0..38e14d824a42dc1f387d84facb55c854979b535f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -405,12 +405,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_P.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 409 "<stdout>"
+#line 409 "unicode_group_P.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_P.u--encoding-policy(substitute).re"
        { goto P; }
-#line 414 "<stdout>"
+#line 414 "unicode_group_P.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_P.u--encoding-policy(substitute).re"
 
index c2fb4eb0fc6ca27ae52f9a3ad600d0cdcb3d4e4a..981451d115e8055827e9aa98d58acfbdb8b833a7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -366,13 +366,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_P.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 370 "<stdout>"
+#line 370 "unicode_group_P.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_P.x--encoding-policy(fail).re"
        { goto P; }
-#line 376 "<stdout>"
+#line 376 "unicode_group_P.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF9E) {
index fdde50cf47344f60a6b58ac5ba398107e35dfd10..aaaab15dfa278b866ee76e4a0fa15dcb661cfd2e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -366,13 +366,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_P.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 370 "<stdout>"
+#line 370 "unicode_group_P.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_P.x--encoding-policy(ignore).re"
        { goto P; }
-#line 376 "<stdout>"
+#line 376 "unicode_group_P.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF9E) {
index 926c0efea229604651c9e1c031817b8347879b76..6dd73b9877382af05b60effe02e9e65f0491fb79 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 P:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_P.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -366,13 +366,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_P.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 370 "<stdout>"
+#line 370 "unicode_group_P.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_P.x--encoding-policy(substitute).re"
        { goto P; }
-#line 376 "<stdout>"
+#line 376 "unicode_group_P.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF9E) {
index 37f16544f9f034b8ea4005116693164b28a9917f..8fa5a03869f9d8d9c0ab49c8a848c6b568a1609a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -24,13 +24,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pc.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 28 "<stdout>"
+#line 28 "unicode_group_Pc.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pc.8--encoding-policy(fail).re"
        { goto Pc; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Pc.8--encoding-policy(fail).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index e5bc3b0dc358325cbbcb98939f8c1999a0dda7ac..21570af58d7e08e7ca62f5fa32a5e01a0bcfbadd 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -24,13 +24,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pc.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 28 "<stdout>"
+#line 28 "unicode_group_Pc.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pc.8--encoding-policy(ignore).re"
        { goto Pc; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Pc.8--encoding-policy(ignore).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index d163f2849608d6fc6be32abc44d924b1bb1816d0..3bd913c57d514f009be1a883fc0e484ec8188f9a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -24,13 +24,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pc.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 28 "<stdout>"
+#line 28 "unicode_group_Pc.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pc.8--encoding-policy(substitute).re"
        { goto Pc; }
-#line 34 "<stdout>"
+#line 34 "unicode_group_Pc.8--encoding-policy(substitute).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index 5645a8863ee25a9a5ce3fc149bf195235169ade3..a0e5293a7a224b69823ad932f5c6c866a0abda22 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -33,12 +33,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pc.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pc.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pc.u--encoding-policy(fail).re"
        { goto Pc; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Pc.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pc.u--encoding-policy(fail).re"
 
index 1fccfaa01996022c8be721a617ab82a3f792c551..047fe4f1d6e4635d5369a66205a79f70ee6c0533 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -33,12 +33,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pc.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pc.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pc.u--encoding-policy(ignore).re"
        { goto Pc; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Pc.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pc.u--encoding-policy(ignore).re"
 
index cf7e42f5672b1acc2269a7fc976a726d9f553d42..869e9f6846c6d277a81f48876b455a02ec5f10c5 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -33,12 +33,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pc.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pc.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pc.u--encoding-policy(substitute).re"
        { goto Pc; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Pc.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pc.u--encoding-policy(substitute).re"
 
index dfe826125df90693ac198885437e3234e96b8b21..c1a49c96d274c92a1939e4d9432a2f184ba82904 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -33,12 +33,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pc.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pc.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pc.x--encoding-policy(fail).re"
        { goto Pc; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Pc.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pc.x--encoding-policy(fail).re"
 
index 045fb8604c6654ea33fbec23eeaa3f06153cfa8b..f4c05406f99afa1202c12e89bfc58b51a70a6648 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -33,12 +33,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pc.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pc.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pc.x--encoding-policy(ignore).re"
        { goto Pc; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Pc.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pc.x--encoding-policy(ignore).re"
 
index 8ca4feedfaf9feeef33e219b459b8d946c985d7a..12eb27211da0dcdfb0ae1f6ef7f04165bc499dac 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pc.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -33,12 +33,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pc.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pc.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pc.x--encoding-policy(substitute).re"
        { goto Pc; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Pc.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pc.x--encoding-policy(substitute).re"
 
index 33519dc5ea2d45d0017586b1e47597456f102cfe..29a9aea338997afa35d3bb020923b37788daa805 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -27,13 +27,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pd.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 31 "<stdout>"
+#line 31 "unicode_group_Pd.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pd.8--encoding-policy(fail).re"
        { goto Pd; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pd.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 4cf85f5939e09b2beab03a2084c9c2529df4ba37..2bb12c2e8341f4ec921d9890ca21be705a36acdc 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -27,13 +27,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pd.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 31 "<stdout>"
+#line 31 "unicode_group_Pd.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pd.8--encoding-policy(ignore).re"
        { goto Pd; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pd.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 7a07555be488cf2ec109ace351d4731f4df426b0..d6a83e8492e92fccc8a0cd3eb04af6010df2bc60 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -27,13 +27,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pd.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 31 "<stdout>"
+#line 31 "unicode_group_Pd.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pd.8--encoding-policy(substitute).re"
        { goto Pd; }
-#line 37 "<stdout>"
+#line 37 "unicode_group_Pd.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index f44c3e07b5dfdea58348f22ba18ec033833f4066..66ddd8ee0ce9a8958afa9aeec3dd08e89bef944b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -52,12 +52,12 @@ Pd:
        ++YYCURSOR;
 #line 13 "unicode_group_Pd.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pd.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pd.u--encoding-policy(fail).re"
        { goto Pd; }
-#line 61 "<stdout>"
+#line 61 "unicode_group_Pd.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pd.u--encoding-policy(fail).re"
 
index 7c97c4c48cbb69a499759aca342cba9196f6c0c3..8c278104d8835774465fc897c2b93232e8d63c46 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -52,12 +52,12 @@ Pd:
        ++YYCURSOR;
 #line 13 "unicode_group_Pd.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pd.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pd.u--encoding-policy(ignore).re"
        { goto Pd; }
-#line 61 "<stdout>"
+#line 61 "unicode_group_Pd.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pd.u--encoding-policy(ignore).re"
 
index e5ea7dfadc5395c73dd0808c5020247480d29432..94e21bb61a3ce61caf9cc7cbf6dce3133ab669b7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -52,12 +52,12 @@ Pd:
        ++YYCURSOR;
 #line 13 "unicode_group_Pd.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pd.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pd.u--encoding-policy(substitute).re"
        { goto Pd; }
-#line 61 "<stdout>"
+#line 61 "unicode_group_Pd.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pd.u--encoding-policy(substitute).re"
 
index d43d9c5bddfcfbf61dda8f2320436f4f40105b08..c8166d0e4bc3ac1bb4827dd6563be440bb3bb782 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -52,12 +52,12 @@ Pd:
        ++YYCURSOR;
 #line 13 "unicode_group_Pd.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pd.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pd.x--encoding-policy(fail).re"
        { goto Pd; }
-#line 61 "<stdout>"
+#line 61 "unicode_group_Pd.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pd.x--encoding-policy(fail).re"
 
index 39f52fc1d70babf697569c3abaa8ec6724995085..669caedbf08d780c63952a0e1e56f10a5db4cbed 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -52,12 +52,12 @@ Pd:
        ++YYCURSOR;
 #line 13 "unicode_group_Pd.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pd.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pd.x--encoding-policy(ignore).re"
        { goto Pd; }
-#line 61 "<stdout>"
+#line 61 "unicode_group_Pd.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pd.x--encoding-policy(ignore).re"
 
index 54a60f035df066a73e8ce7cd614fa6c537e19643..960d60d4bf706c6712fbcd363b0691954e2fa3ac 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pd:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pd.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -52,12 +52,12 @@ Pd:
        ++YYCURSOR;
 #line 13 "unicode_group_Pd.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pd.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pd.x--encoding-policy(substitute).re"
        { goto Pd; }
-#line 61 "<stdout>"
+#line 61 "unicode_group_Pd.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pd.x--encoding-policy(substitute).re"
 
index 44ef78249dc1dce141b4af5edcf9e2d600e10625..65530a7147e27959211cd45bd36dbd1d6d976b59 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pe.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Pe.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pe.8--encoding-policy(fail).re"
        { goto Pe; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Pe.8--encoding-policy(fail).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index 57af9bc9f20f1457ff0a12211f6cf1947a46c9da..c6dac3bb27542aec6ab02f283daacb26bdc2291c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pe.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Pe.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pe.8--encoding-policy(ignore).re"
        { goto Pe; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Pe.8--encoding-policy(ignore).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index 141f380c4824faa4360264eaa8eb95738c10f25b..70a14153427918575a1232027e422aee3162b506 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pe.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Pe.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Pe.8--encoding-policy(substitute).re"
        { goto Pe; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Pe.8--encoding-policy(substitute).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index 88f2cc4ba42e9dd719f31baab25a32d3b8ceec3b..15bd002c240273c552bc9cd04b03ff9376dc2726 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -215,12 +215,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pe.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 219 "<stdout>"
+#line 219 "unicode_group_Pe.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pe.u--encoding-policy(fail).re"
        { goto Pe; }
-#line 224 "<stdout>"
+#line 224 "unicode_group_Pe.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pe.u--encoding-policy(fail).re"
 
index bf643fb32c5e96f73143d45e10db60b4fb3eff9b..f41d5826b3afea4173423989841adb8ac260d5b9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -215,12 +215,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pe.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 219 "<stdout>"
+#line 219 "unicode_group_Pe.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pe.u--encoding-policy(ignore).re"
        { goto Pe; }
-#line 224 "<stdout>"
+#line 224 "unicode_group_Pe.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pe.u--encoding-policy(ignore).re"
 
index 7436f02ae165138efa45e62e11e0772f257f7486..7cf72f5a287822d9e9ec24bab1d7f9f10faeec2e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -215,12 +215,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pe.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 219 "<stdout>"
+#line 219 "unicode_group_Pe.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pe.u--encoding-policy(substitute).re"
        { goto Pe; }
-#line 224 "<stdout>"
+#line 224 "unicode_group_Pe.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pe.u--encoding-policy(substitute).re"
 
index 277f642dae00e618559e53e5150ac75bdee7f17a..a1907d67a7423111c2d5a40a9ea26f44a5943c99 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -215,12 +215,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pe.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 219 "<stdout>"
+#line 219 "unicode_group_Pe.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pe.x--encoding-policy(fail).re"
        { goto Pe; }
-#line 224 "<stdout>"
+#line 224 "unicode_group_Pe.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pe.x--encoding-policy(fail).re"
 
index 4571aee8ededcf94fa54dceed0b10da498c7aa71..6f92fc1ed98c1fcca22650d5220473356755958d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -215,12 +215,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pe.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 219 "<stdout>"
+#line 219 "unicode_group_Pe.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pe.x--encoding-policy(ignore).re"
        { goto Pe; }
-#line 224 "<stdout>"
+#line 224 "unicode_group_Pe.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pe.x--encoding-policy(ignore).re"
 
index 1dafd8cacf263a5a552037cb348268f609c620a3..a75df5fc98631826a86767d2f6ce1016f8a98493 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pe:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pe.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -215,12 +215,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Pe.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 219 "<stdout>"
+#line 219 "unicode_group_Pe.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pe.x--encoding-policy(substitute).re"
        { goto Pe; }
-#line 224 "<stdout>"
+#line 224 "unicode_group_Pe.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pe.x--encoding-policy(substitute).re"
 
index d25d03a60113025fe6e70e4d45363847ba14941c..f4472e9f5fd9f499300d00b2c5b72607c7f869c9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pf.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Pf.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -63,7 +63,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.8--encoding-policy(fail).re"
        { goto Pf; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Pf.8--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pf.8--encoding-policy(fail).re"
 
index 585b9e64a3d8cd394db30f30890c7ab821aa05e6..e5b419e328404ace18f11de74213e958ab269d9e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pf.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Pf.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -63,7 +63,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.8--encoding-policy(ignore).re"
        { goto Pf; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Pf.8--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pf.8--encoding-policy(ignore).re"
 
index 952283ab0ad009725c8670f33ed13cddb7e1970b..603a6f23284b7cef2b43ae9675745c9d9bca5237 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pf.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Pf.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -63,7 +63,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.8--encoding-policy(substitute).re"
        { goto Pf; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Pf.8--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pf.8--encoding-policy(substitute).re"
 
index 336796c0afa8d69fb7ccb092f95dc6591e0fa44e..2bfb8cf7173ab16566d1aaf92a1bc4f8614ab451 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pf:
        ++YYCURSOR;
 #line 13 "unicode_group_Pf.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pf.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.u--encoding-policy(fail).re"
        { goto Pf; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pf.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pf.u--encoding-policy(fail).re"
 
index 4119bc95390ec673a34439df5b29184205e9d788..c79586f902ac30c5a2ae6f36cde51eab121c00d9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pf:
        ++YYCURSOR;
 #line 13 "unicode_group_Pf.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pf.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.u--encoding-policy(ignore).re"
        { goto Pf; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pf.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pf.u--encoding-policy(ignore).re"
 
index 105064710c60c6592c592b4c3eacc442b81c64bc..d1abad696366577080119438c5ca7017b02ef47a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pf:
        ++YYCURSOR;
 #line 13 "unicode_group_Pf.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pf.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.u--encoding-policy(substitute).re"
        { goto Pf; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pf.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pf.u--encoding-policy(substitute).re"
 
index 1c7ac2853bd07f950fb75d5b8fa2614c1a30aae2..8db7651c0f42b837dc6471dd5a661720d513e625 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pf:
        ++YYCURSOR;
 #line 13 "unicode_group_Pf.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pf.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.x--encoding-policy(fail).re"
        { goto Pf; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pf.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pf.x--encoding-policy(fail).re"
 
index a7062c0b30d5935538aac2c546640e38d6c91bb4..b9adfc69fdce3573d0626b3c760799467913574e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pf:
        ++YYCURSOR;
 #line 13 "unicode_group_Pf.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pf.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.x--encoding-policy(ignore).re"
        { goto Pf; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pf.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pf.x--encoding-policy(ignore).re"
 
index 67226867fabfcbbb88cdc29c0b887a92919da107..6b10f55f018fdb4c4ba6e2ec2635759ac899b52b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pf:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pf.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pf:
        ++YYCURSOR;
 #line 13 "unicode_group_Pf.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pf.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pf.x--encoding-policy(substitute).re"
        { goto Pf; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pf.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pf.x--encoding-policy(substitute).re"
 
index 0ed9983d62f2c59812a7d6bcf10a4ab7acc73b4c..461f6381f32d4632f074ba7331c795f0a0a83579 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pi.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Pi.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -65,7 +65,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.8--encoding-policy(fail).re"
        { goto Pi; }
-#line 69 "<stdout>"
+#line 69 "unicode_group_Pi.8--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pi.8--encoding-policy(fail).re"
 
index a0d14d34aa3212279d25bd8d01d7826bee414408..3cca19b7a49c5bfde6388b2abc7797ef8e19fd22 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pi.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Pi.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -65,7 +65,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.8--encoding-policy(ignore).re"
        { goto Pi; }
-#line 69 "<stdout>"
+#line 69 "unicode_group_Pi.8--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pi.8--encoding-policy(ignore).re"
 
index dcf7d49ddc567b40ad7ab4a498052e6efac295da..ebdd27ec0beddaf98a1467cd1b32bd9e745aaef6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Pi.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 27 "<stdout>"
+#line 27 "unicode_group_Pi.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -65,7 +65,7 @@ yy9:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.8--encoding-policy(substitute).re"
        { goto Pi; }
-#line 69 "<stdout>"
+#line 69 "unicode_group_Pi.8--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pi.8--encoding-policy(substitute).re"
 
index 61f3a268f918fd5388feeb34cb6ba5168fec1bcb..9dbd14488b18a97ddcae44b0a741f3b83c1a0b9d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pi:
        ++YYCURSOR;
 #line 13 "unicode_group_Pi.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pi.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.u--encoding-policy(fail).re"
        { goto Pi; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pi.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pi.u--encoding-policy(fail).re"
 
index 2b2153a74ba62b7d13ea18f846354c598eadb5cc..e56088966112f8162235a03260219392ecafc1a1 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pi:
        ++YYCURSOR;
 #line 13 "unicode_group_Pi.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pi.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.u--encoding-policy(ignore).re"
        { goto Pi; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pi.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pi.u--encoding-policy(ignore).re"
 
index f03bfd75694f34df9004729c9d0c6fc73c6390ee..2cca6314d3610280fcc5b870163fbbd04cfa0f62 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pi:
        ++YYCURSOR;
 #line 13 "unicode_group_Pi.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pi.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.u--encoding-policy(substitute).re"
        { goto Pi; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pi.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pi.u--encoding-policy(substitute).re"
 
index f722c1d20cced2581f6e2082ca3becd122a4fffb..f86010737a6c8a0b1a8c5de435689f65b5ced85f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pi:
        ++YYCURSOR;
 #line 13 "unicode_group_Pi.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pi.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.x--encoding-policy(fail).re"
        { goto Pi; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pi.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Pi.x--encoding-policy(fail).re"
 
index e9bc532a644899bc4cc65c8f5a95dffb633cd244..1fdc6240fca74356adbb4526129d84247e1ceffc 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pi:
        ++YYCURSOR;
 #line 13 "unicode_group_Pi.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pi.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.x--encoding-policy(ignore).re"
        { goto Pi; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pi.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Pi.x--encoding-policy(ignore).re"
 
index 19a4189dc29f7535da22930e5179b8ee924324c9..4c2aadac3b8cf1edcf638dd55d63b924cde6d9de 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Pi:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Pi.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -47,12 +47,12 @@ Pi:
        ++YYCURSOR;
 #line 13 "unicode_group_Pi.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 51 "<stdout>"
+#line 51 "unicode_group_Pi.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Pi.x--encoding-policy(substitute).re"
        { goto Pi; }
-#line 56 "<stdout>"
+#line 56 "unicode_group_Pi.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Pi.x--encoding-policy(substitute).re"
 
index f298e409ccd5b545b154ba6f1992eb696b20623c..ff8ab4cb5be6d908509ec504e7024ade784ba6df 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -54,13 +54,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Po.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Po.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Po.8--encoding-policy(fail).re"
        { goto Po; }
-#line 64 "<stdout>"
+#line 64 "unicode_group_Po.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index b91842cd047406118e26f522a04e4e077d3365ce..297205e768e29d0266499be60f6016d72949455e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -54,13 +54,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Po.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Po.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Po.8--encoding-policy(ignore).re"
        { goto Po; }
-#line 64 "<stdout>"
+#line 64 "unicode_group_Po.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 78de7674a4bb468d8bb5e80124fdaabb100655a5..e5dfac57f8887aa403bae83e1c6c78f36bff97fc 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -54,13 +54,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Po.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_Po.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Po.8--encoding-policy(substitute).re"
        { goto Po; }
-#line 64 "<stdout>"
+#line 64 "unicode_group_Po.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 54b55087f0c7258b1ab2b868404536c5d3d696b7..dd118cd4a7441f06e082e26f1f1e4fc899a58769 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -372,12 +372,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Po.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 376 "<stdout>"
+#line 376 "unicode_group_Po.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Po.u--encoding-policy(fail).re"
        { goto Po; }
-#line 381 "<stdout>"
+#line 381 "unicode_group_Po.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Po.u--encoding-policy(fail).re"
 
index 6a56f21ed986c76bede78dfa961d7fd42954b02a..3055465aa8ac41d137b2488d60fe6b2fb33f7979 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -372,12 +372,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Po.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 376 "<stdout>"
+#line 376 "unicode_group_Po.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Po.u--encoding-policy(ignore).re"
        { goto Po; }
-#line 381 "<stdout>"
+#line 381 "unicode_group_Po.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Po.u--encoding-policy(ignore).re"
 
index 0e839889351af55cdde992f5508784d2082a349b..42db4cbeb623b88c61b6b9caea8e834412ba3133 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -372,12 +372,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Po.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 376 "<stdout>"
+#line 376 "unicode_group_Po.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Po.u--encoding-policy(substitute).re"
        { goto Po; }
-#line 381 "<stdout>"
+#line 381 "unicode_group_Po.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Po.u--encoding-policy(substitute).re"
 
index 7dabd339cb4363de0faf772be09355bee9e6dfa1..fc31734145fda6896638361f6af4a9c696992c34 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -355,13 +355,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Po.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 359 "<stdout>"
+#line 359 "unicode_group_Po.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Po.x--encoding-policy(fail).re"
        { goto Po; }
-#line 365 "<stdout>"
+#line 365 "unicode_group_Po.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF9E) {
index c0289265ccbd6fc120fbedffd92b896379cbdb22..3183b548742955c09bd924d639407459ca643933 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -355,13 +355,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Po.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 359 "<stdout>"
+#line 359 "unicode_group_Po.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Po.x--encoding-policy(ignore).re"
        { goto Po; }
-#line 365 "<stdout>"
+#line 365 "unicode_group_Po.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF9E) {
index 70c0896bc21a8e4f30f2e2c4ca23d75a314b8ca5..09ac83cb86b8a6a2c7cadc72b9d8278a7fb92003 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Po:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Po.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -355,13 +355,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Po.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 359 "<stdout>"
+#line 359 "unicode_group_Po.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Po.x--encoding-policy(substitute).re"
        { goto Po; }
-#line 365 "<stdout>"
+#line 365 "unicode_group_Po.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF9E) {
index 045b98995605ea27126cdce53f561139edf7f75f..e9b7999cfa728de4a4ea7e1dccab2b20a6baacbb 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ps.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Ps.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ps.8--encoding-policy(fail).re"
        { goto Ps; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Ps.8--encoding-policy(fail).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index 45b162a8831b9729bcf8773cdb0ef1bf5947b8d4..a2f0f2f4f15f2fd75cce77ff8042165eed5a90a9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ps.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Ps.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ps.8--encoding-policy(ignore).re"
        { goto Ps; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Ps.8--encoding-policy(ignore).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index 49b0f97134a4f93aa22d1e90c7efb9a548ad6558..f649de858c518b68a2bb19e0b58d92aee738a777 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Ps.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Ps.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Ps.8--encoding-policy(substitute).re"
        { goto Ps; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Ps.8--encoding-policy(substitute).c"
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
index 3f02945fa2c02c854669e1b1ea822e5f0aefb6c2..e0d2b18d71c82a39d4f3fec30246951d995c5d70 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -228,12 +228,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ps.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 232 "<stdout>"
+#line 232 "unicode_group_Ps.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ps.u--encoding-policy(fail).re"
        { goto Ps; }
-#line 237 "<stdout>"
+#line 237 "unicode_group_Ps.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Ps.u--encoding-policy(fail).re"
 
index 92707ef97e9a9f9c378fd2a37f1a808cf86db816..5b945f6920c6b121f936bc927dacc8047bc0ba28 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -228,12 +228,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ps.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 232 "<stdout>"
+#line 232 "unicode_group_Ps.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ps.u--encoding-policy(ignore).re"
        { goto Ps; }
-#line 237 "<stdout>"
+#line 237 "unicode_group_Ps.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Ps.u--encoding-policy(ignore).re"
 
index 416908353df3676ba361981c1cac5ab7e78dd2d7..b366082ac1d31649d4be3c6d9a2a07a3b18e8e7a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -228,12 +228,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ps.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 232 "<stdout>"
+#line 232 "unicode_group_Ps.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ps.u--encoding-policy(substitute).re"
        { goto Ps; }
-#line 237 "<stdout>"
+#line 237 "unicode_group_Ps.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Ps.u--encoding-policy(substitute).re"
 
index 12693825e40896e1c3a53fae902a164792c604d4..760c469bed494d5c98b6e26301083241601832e6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -228,12 +228,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ps.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 232 "<stdout>"
+#line 232 "unicode_group_Ps.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ps.x--encoding-policy(fail).re"
        { goto Ps; }
-#line 237 "<stdout>"
+#line 237 "unicode_group_Ps.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Ps.x--encoding-policy(fail).re"
 
index dc04b8f2052f2a58e244a32623c05d2877b8f6f3..ad963eecf22cf6bc1bcd363f75a1f3b8f69262bc 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -228,12 +228,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ps.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 232 "<stdout>"
+#line 232 "unicode_group_Ps.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ps.x--encoding-policy(ignore).re"
        { goto Ps; }
-#line 237 "<stdout>"
+#line 237 "unicode_group_Ps.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Ps.x--encoding-policy(ignore).re"
 
index fff67cced8d9dbd200ac665cae63dec9ac09249f..9cd692baf1262204a8737f49d1ac635db6d59f4c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Ps:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Ps.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -228,12 +228,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Ps.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 232 "<stdout>"
+#line 232 "unicode_group_Ps.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Ps.x--encoding-policy(substitute).re"
        { goto Ps; }
-#line 237 "<stdout>"
+#line 237 "unicode_group_Ps.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Ps.x--encoding-policy(substitute).re"
 
index 25bbc3987227fc687f6a8249e132997eda5b0e2c..de868361a905d41019a699000905773b89a0c40c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -48,13 +48,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_S.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_S.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_S.8--encoding-policy(fail).re"
        { goto S; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_S.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index b2f891735979bc5f5351705e5452d5ededa2736f..373cb1420221274926fad3a79e6414452e73ea2e 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -48,13 +48,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_S.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_S.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_S.8--encoding-policy(ignore).re"
        { goto S; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_S.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 3721839e4a7b48c0d783186d99c79064a3b6a972..93c57d35c16841a5e4438282f162e1c3a7b9d33c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -48,13 +48,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_S.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_S.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_S.8--encoding-policy(substitute).re"
        { goto S; }
-#line 58 "<stdout>"
+#line 58 "unicode_group_S.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index d8beb31b3091872cd7514231fb8eec406f0e203b..d136079a42437d6f76008de7f43b2991d7250b0a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -649,12 +649,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_S.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 653 "<stdout>"
+#line 653 "unicode_group_S.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_S.u--encoding-policy(fail).re"
        { goto S; }
-#line 658 "<stdout>"
+#line 658 "unicode_group_S.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_S.u--encoding-policy(fail).re"
 
index cd332c3e31e42dea3f37caac45afdfeeba9f13c0..9a30e2b24fee3d34cc4c21c970e66ba81838f1fe 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -649,12 +649,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_S.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 653 "<stdout>"
+#line 653 "unicode_group_S.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_S.u--encoding-policy(ignore).re"
        { goto S; }
-#line 658 "<stdout>"
+#line 658 "unicode_group_S.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_S.u--encoding-policy(ignore).re"
 
index b6fb36c7058712fa836a952fce71eab5d50c2f8a..15c3a897a859836549985a9158bb71a2a9131a8c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -649,12 +649,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_S.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 653 "<stdout>"
+#line 653 "unicode_group_S.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_S.u--encoding-policy(substitute).re"
        { goto S; }
-#line 658 "<stdout>"
+#line 658 "unicode_group_S.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_S.u--encoding-policy(substitute).re"
 
index fd49f6087ae6ce23edf0d44d78af499e3ecc6792..4c0ee4c13900d13e0f323abec2beb4bdfd6bdf19 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -486,13 +486,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_S.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 490 "<stdout>"
+#line 490 "unicode_group_S.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_S.x--encoding-policy(fail).re"
        { goto S; }
-#line 496 "<stdout>"
+#line 496 "unicode_group_S.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index a196f0fb5f2b4554294bc59c2bc2fdc0c1808723..20465d434c7e82b3784478e5d25bec2d172f55c4 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -486,13 +486,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_S.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 490 "<stdout>"
+#line 490 "unicode_group_S.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_S.x--encoding-policy(ignore).re"
        { goto S; }
-#line 496 "<stdout>"
+#line 496 "unicode_group_S.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index dad80dff2e5e6773580cfc35ebec409140e1782f..92ef874417b301648a5e1b54a8a66b19efae9ffc 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 S:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_S.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -486,13 +486,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_S.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 490 "<stdout>"
+#line 490 "unicode_group_S.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_S.x--encoding-policy(substitute).re"
        { goto S; }
-#line 496 "<stdout>"
+#line 496 "unicode_group_S.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index 7bc9ee38b7a8e92774a481bcb59bdb94c7ec51f6..379dd97b667d9cd02d34b292cd5ffcbff82fa9d6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sc.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Sc.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sc.8--encoding-policy(fail).re"
        { goto Sc; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Sc.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 35d348bb85c09bb4e6939e9d3a7545509b931bca..8fda5ee1a2e859d866e10406339843fd0cd49130 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sc.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Sc.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sc.8--encoding-policy(ignore).re"
        { goto Sc; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Sc.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 33038cc157e6d464796563ef06f49ee0b6f704c2..f1f2d506cd09004cc2e14663d5520b4e8c649e36 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -29,13 +29,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sc.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 33 "<stdout>"
+#line 33 "unicode_group_Sc.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sc.8--encoding-policy(substitute).re"
        { goto Sc; }
-#line 39 "<stdout>"
+#line 39 "unicode_group_Sc.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 280cb63b3d84d92667238aa3a9147d889a83a40b..22429410ee6773a0067989af50657941e1ecde3b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -58,12 +58,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sc.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Sc.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sc.u--encoding-policy(fail).re"
        { goto Sc; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Sc.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Sc.u--encoding-policy(fail).re"
 
index 38b5b75fd969b4235d1f6511e73ed1f522a4bcbd..90f4a023ad181c25ad29757f48bc4731e1364b62 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -58,12 +58,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sc.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Sc.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sc.u--encoding-policy(ignore).re"
        { goto Sc; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Sc.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Sc.u--encoding-policy(ignore).re"
 
index 451a2b21a1776a9682396ab707857f6c3c980cb8..fece06721babc0f68b7a959aa860108615b3ae01 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -58,12 +58,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sc.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Sc.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sc.u--encoding-policy(substitute).re"
        { goto Sc; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Sc.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Sc.u--encoding-policy(substitute).re"
 
index 9b3c48011de2ba36dedf0645aeed459ec2ea89fb..50cde75d0c13bb9f49e70111e07b3967bff62953 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -58,12 +58,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sc.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Sc.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sc.x--encoding-policy(fail).re"
        { goto Sc; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Sc.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Sc.x--encoding-policy(fail).re"
 
index 0248ef940be3c537c3acdcb9b2533068a12823e8..d244dc3131f2bcbe3ee328165de7316b6b1f66c1 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -58,12 +58,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sc.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Sc.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sc.x--encoding-policy(ignore).re"
        { goto Sc; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Sc.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Sc.x--encoding-policy(ignore).re"
 
index 2841bc0f4426f5c058fc58a82e8ac310bd1ef109..d34070b1fbff1ebee7305c0401dce8785888b95b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sc:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sc.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -58,12 +58,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sc.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 62 "<stdout>"
+#line 62 "unicode_group_Sc.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sc.x--encoding-policy(substitute).re"
        { goto Sc; }
-#line 67 "<stdout>"
+#line 67 "unicode_group_Sc.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Sc.x--encoding-policy(substitute).re"
 
index f192fa0f4a52bc93691198f48f2345391ff40147..5b3ed9126d5a8c980300f733906c4625f5dfb13b 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -31,13 +31,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sk.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 35 "<stdout>"
+#line 35 "unicode_group_Sk.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sk.8--encoding-policy(fail).re"
        { goto Sk; }
-#line 41 "<stdout>"
+#line 41 "unicode_group_Sk.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index f1050e05292f983d5e420a0867d37eba5b0baf74..81a6eafc1dc80313ad670c1a79bece31c76a34c3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -31,13 +31,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sk.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 35 "<stdout>"
+#line 35 "unicode_group_Sk.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sk.8--encoding-policy(ignore).re"
        { goto Sk; }
-#line 41 "<stdout>"
+#line 41 "unicode_group_Sk.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index cd4507709710c6b05dc21c84605cf58f6c7ad244..45a97e6d108e79fd1c9d2308ead21cab32e9578c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -31,13 +31,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sk.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 35 "<stdout>"
+#line 35 "unicode_group_Sk.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sk.8--encoding-policy(substitute).re"
        { goto Sk; }
-#line 41 "<stdout>"
+#line 41 "unicode_group_Sk.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index bf2cd62bb5a8b1f7998ccce82b7ad430fb385738..61b12c9ba7f72b5b665a7236dcf51e1a1a69be69 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -94,12 +94,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sk.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 98 "<stdout>"
+#line 98 "unicode_group_Sk.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sk.u--encoding-policy(fail).re"
        { goto Sk; }
-#line 103 "<stdout>"
+#line 103 "unicode_group_Sk.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Sk.u--encoding-policy(fail).re"
 
index 6d1db18f1dfcfb144f1add5d9c328d33c9a5534d..c69a9c9b8091fb128ba52a107f2a768e3b6c46be 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -94,12 +94,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sk.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 98 "<stdout>"
+#line 98 "unicode_group_Sk.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sk.u--encoding-policy(ignore).re"
        { goto Sk; }
-#line 103 "<stdout>"
+#line 103 "unicode_group_Sk.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Sk.u--encoding-policy(ignore).re"
 
index 6e662557aa781ff98e3617d7c88f9e6adafab888..92b43739af70da625e4cb82b70c2743288edd062 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -94,12 +94,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sk.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 98 "<stdout>"
+#line 98 "unicode_group_Sk.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sk.u--encoding-policy(substitute).re"
        { goto Sk; }
-#line 103 "<stdout>"
+#line 103 "unicode_group_Sk.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Sk.u--encoding-policy(substitute).re"
 
index 8577cb2a4f6f478b80f65c73ed39128f8e293d94..c504f792dcc1bfbd2d393529ddd573f5f171598c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -94,12 +94,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sk.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 98 "<stdout>"
+#line 98 "unicode_group_Sk.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sk.x--encoding-policy(fail).re"
        { goto Sk; }
-#line 103 "<stdout>"
+#line 103 "unicode_group_Sk.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Sk.x--encoding-policy(fail).re"
 
index 4306d96b2b71ee68df9cd23da3f762204056c97f..8271c12db68764278e67437ccc7dc6520e1f4dd7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -94,12 +94,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sk.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 98 "<stdout>"
+#line 98 "unicode_group_Sk.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sk.x--encoding-policy(ignore).re"
        { goto Sk; }
-#line 103 "<stdout>"
+#line 103 "unicode_group_Sk.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Sk.x--encoding-policy(ignore).re"
 
index 08a11a4e741d431aa19e951b744db6587f58dbb8..c4d95d2a1d502ef8c6890508ca3922390d172c74 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sk:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sk.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -94,12 +94,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sk.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 98 "<stdout>"
+#line 98 "unicode_group_Sk.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sk.x--encoding-policy(substitute).re"
        { goto Sk; }
-#line 103 "<stdout>"
+#line 103 "unicode_group_Sk.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Sk.x--encoding-policy(substitute).re"
 
index 44c81884994221aff96ea861968d8169a7fa88e8..a5e71a99b16f636d706c6fb640bf1857970596af 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,13 +34,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sm.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Sm.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sm.8--encoding-policy(fail).re"
        { goto Sm; }
-#line 44 "<stdout>"
+#line 44 "unicode_group_Sm.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index a30fcd393ae299d9eb48d3efbae07423ea58adc3..bfc3bedb6ac1020370e39a49f0d2a2e5338190ae 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,13 +34,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sm.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Sm.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sm.8--encoding-policy(ignore).re"
        { goto Sm; }
-#line 44 "<stdout>"
+#line 44 "unicode_group_Sm.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 6e3cdd2bec7befb5f3e50d3909424906ea6db655..925344fd71456e2d707e0fec7499366409eb6c0d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,13 +34,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sm.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_Sm.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sm.8--encoding-policy(substitute).re"
        { goto Sm; }
-#line 44 "<stdout>"
+#line 44 "unicode_group_Sm.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index df82aae23643e1c50fe01d009f98087f2018d639..d76c49bbbadd73f0bb6d7277218c3696552486c3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -200,12 +200,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sm.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 204 "<stdout>"
+#line 204 "unicode_group_Sm.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sm.u--encoding-policy(fail).re"
        { goto Sm; }
-#line 209 "<stdout>"
+#line 209 "unicode_group_Sm.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Sm.u--encoding-policy(fail).re"
 
index 92631f46af19f0a125409967c706c07d08a76c18..7d4261e04b4e5577a730ec86808033ad60fcd529 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -200,12 +200,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sm.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 204 "<stdout>"
+#line 204 "unicode_group_Sm.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sm.u--encoding-policy(ignore).re"
        { goto Sm; }
-#line 209 "<stdout>"
+#line 209 "unicode_group_Sm.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Sm.u--encoding-policy(ignore).re"
 
index de3cb155b556922c022fa227b0cd4dfeee238dea..1aca88549522485e50ac750296a5dd1be04cc3a7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -200,12 +200,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Sm.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 204 "<stdout>"
+#line 204 "unicode_group_Sm.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Sm.u--encoding-policy(substitute).re"
        { goto Sm; }
-#line 209 "<stdout>"
+#line 209 "unicode_group_Sm.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Sm.u--encoding-policy(substitute).re"
 
index 1e1f1747dd6a7187f69447221636193446b6fd8f..69994b0a587d04f5ff5287a63e4a45328e1a6018 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -181,13 +181,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sm.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 185 "<stdout>"
+#line 185 "unicode_group_Sm.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sm.x--encoding-policy(fail).re"
        { goto Sm; }
-#line 191 "<stdout>"
+#line 191 "unicode_group_Sm.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF35) {
index 3e01c67d9f655a09274926bab16e53800367994d..1ec098c16881458fa668c5ed2324364968209a68 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -181,13 +181,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sm.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 185 "<stdout>"
+#line 185 "unicode_group_Sm.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sm.x--encoding-policy(ignore).re"
        { goto Sm; }
-#line 191 "<stdout>"
+#line 191 "unicode_group_Sm.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF35) {
index 6b5db4075a43b7dc2015e1c31e4c76de279630f3..2051e4d3b53cc77e9ae0192963a33591161876b2 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Sm:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Sm.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -181,13 +181,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Sm.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 185 "<stdout>"
+#line 185 "unicode_group_Sm.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Sm.x--encoding-policy(substitute).re"
        { goto Sm; }
-#line 191 "<stdout>"
+#line 191 "unicode_group_Sm.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDF35) {
index bff7e7e010cb560a8e571ee65194b224e9dcf178..41ea1f4c6a81153dfed3075fc1d74edb35de9a10 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_So.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_So.8--encoding-policy(fail).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -354,7 +354,7 @@ yy25:
        ++YYCURSOR;
 #line 12 "unicode_group_So.8--encoding-policy(fail).re"
        { goto So; }
-#line 358 "<stdout>"
+#line 358 "unicode_group_So.8--encoding-policy(fail).c"
 yy27:
        yych = *++YYCURSOR;
        switch (yych) {
index 7ec459ab52bef7ff9191d57953fc6b76d751af8d..032ed8a72a58bc63f259e215f057603681f36eb0 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_So.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_So.8--encoding-policy(ignore).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -354,7 +354,7 @@ yy25:
        ++YYCURSOR;
 #line 12 "unicode_group_So.8--encoding-policy(ignore).re"
        { goto So; }
-#line 358 "<stdout>"
+#line 358 "unicode_group_So.8--encoding-policy(ignore).c"
 yy27:
        yych = *++YYCURSOR;
        switch (yych) {
index 8a5b6827a58f2102ddb0e1de2f641e55f915a178..414c93bf857437a2b678e6f630d869d55b8a146d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_So.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 38 "<stdout>"
+#line 38 "unicode_group_So.8--encoding-policy(substitute).c"
 yy4:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -354,7 +354,7 @@ yy25:
        ++YYCURSOR;
 #line 12 "unicode_group_So.8--encoding-policy(substitute).re"
        { goto So; }
-#line 358 "<stdout>"
+#line 358 "unicode_group_So.8--encoding-policy(substitute).c"
 yy27:
        yych = *++YYCURSOR;
        switch (yych) {
index ca5020a4e3e887577333d02ef56cd4dfd29792b9..42054ba164b90d7fbde1857961acedf39d07a008 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -580,12 +580,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_So.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 584 "<stdout>"
+#line 584 "unicode_group_So.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_So.u--encoding-policy(fail).re"
        { goto So; }
-#line 589 "<stdout>"
+#line 589 "unicode_group_So.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_So.u--encoding-policy(fail).re"
 
index 5cf00051ee024dccb0c1e7bdcf8ac18f62d21811..3925f336b71bab19688d6df2e0312e9c54786553 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -580,12 +580,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_So.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 584 "<stdout>"
+#line 584 "unicode_group_So.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_So.u--encoding-policy(ignore).re"
        { goto So; }
-#line 589 "<stdout>"
+#line 589 "unicode_group_So.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_So.u--encoding-policy(ignore).re"
 
index b41d613a0c6e013f83516f22792297b7a7b34ccf..639a5f8616edb107a292534eb2b70f1feaecc750 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -580,12 +580,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_So.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 584 "<stdout>"
+#line 584 "unicode_group_So.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_So.u--encoding-policy(substitute).re"
        { goto So; }
-#line 589 "<stdout>"
+#line 589 "unicode_group_So.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_So.u--encoding-policy(substitute).re"
 
index f0f39d75b6df8476e9a6d294ae01900e6495297b..e499da473459868bdd7853877d85fe00b1d4772a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -345,13 +345,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_So.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 349 "<stdout>"
+#line 349 "unicode_group_So.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_So.x--encoding-policy(fail).re"
        { goto So; }
-#line 355 "<stdout>"
+#line 355 "unicode_group_So.x--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index b331ef3877fed4f6abb734bf5998641b308333ad..1eb93d2c362b1e6eb8da7663584cf20011f248c3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -345,13 +345,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_So.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 349 "<stdout>"
+#line 349 "unicode_group_So.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_So.x--encoding-policy(ignore).re"
        { goto So; }
-#line 355 "<stdout>"
+#line 355 "unicode_group_So.x--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index 3e4e45d7d431b5be81a174a82049a6293f226bca..f547c6828bafb2010618920d233fc21f8d2c4324 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 So:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_So.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -345,13 +345,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_So.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 349 "<stdout>"
+#line 349 "unicode_group_So.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_So.x--encoding-policy(substitute).re"
        { goto So; }
-#line 355 "<stdout>"
+#line 355 "unicode_group_So.x--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        if (yych <= 0xDD78) {
index 6f793651dd6686a37566c0411c0c1f6d5b0e2290..dd15291d4f8aeed11242f5218db456a0dc503764 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,13 +26,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Z.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Z.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Z.8--encoding-policy(fail).re"
        { goto Z; }
-#line 36 "<stdout>"
+#line 36 "unicode_group_Z.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 244cf97b8fecef26d26d92f75e30d98e2486935b..2bde1e0b5cff3ef2f8f4ed1b05d14ad1201c600d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,13 +26,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Z.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Z.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Z.8--encoding-policy(ignore).re"
        { goto Z; }
-#line 36 "<stdout>"
+#line 36 "unicode_group_Z.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 1c98c802380e0efb69d5a5ee43491f4b3ff25d1e..b069373c4956045ec7a2acd66dbff003efcf82bf 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,13 +26,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Z.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Z.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Z.8--encoding-policy(substitute).re"
        { goto Z; }
-#line 36 "<stdout>"
+#line 36 "unicode_group_Z.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index ed43bb112fd2747e2cb80fd927c3f0d5053fe7c5..c5b74ecc65b5248aaf2ec3334f01cb5e2aa20da8 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -43,12 +43,12 @@ Z:
        ++YYCURSOR;
 #line 13 "unicode_group_Z.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Z.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Z.u--encoding-policy(fail).re"
        { goto Z; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_Z.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Z.u--encoding-policy(fail).re"
 
index 088467b8f981d0dfb9a73d18926aea9ba60174fe..8bca1fd1075897569137d3b0e3a3cfdf03812544 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -43,12 +43,12 @@ Z:
        ++YYCURSOR;
 #line 13 "unicode_group_Z.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Z.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Z.u--encoding-policy(ignore).re"
        { goto Z; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_Z.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Z.u--encoding-policy(ignore).re"
 
index 79e0c280c0d21fd6925366d90a03cee52eecc814..52b6b05a6847bc899a8707c34f965c8f9e21fab2 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -43,12 +43,12 @@ Z:
        ++YYCURSOR;
 #line 13 "unicode_group_Z.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Z.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Z.u--encoding-policy(substitute).re"
        { goto Z; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_Z.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Z.u--encoding-policy(substitute).re"
 
index 7f8a44c8649b2727ada9bec0486f51d16059dabc..8352806da6fd4f80eeba8cbd6739f52502a5990d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -43,12 +43,12 @@ Z:
        ++YYCURSOR;
 #line 13 "unicode_group_Z.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Z.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Z.x--encoding-policy(fail).re"
        { goto Z; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_Z.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Z.x--encoding-policy(fail).re"
 
index 44e9a2007a6a2098bfdaf372171d1384c2473b4d..58b838e0b1f0c6d3c61a517c3ee2eb9a44eae719 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -43,12 +43,12 @@ Z:
        ++YYCURSOR;
 #line 13 "unicode_group_Z.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Z.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Z.x--encoding-policy(ignore).re"
        { goto Z; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_Z.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Z.x--encoding-policy(ignore).re"
 
index a61c19d9aadac6a4105b053886352ec908b7a8d0..b5c95becd256665e2f9d8445226685b61ad9592f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Z:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Z.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -43,12 +43,12 @@ Z:
        ++YYCURSOR;
 #line 13 "unicode_group_Z.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Z.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Z.x--encoding-policy(substitute).re"
        { goto Z; }
-#line 52 "<stdout>"
+#line 52 "unicode_group_Z.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Z.x--encoding-policy(substitute).re"
 
index 288a15de6e8a07e10e8a05339e97f0cd17ee1d74..fa3768c8331d14d018022a861053a34b7c21e0a3 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zl.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.8--encoding-policy(fail).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -42,7 +42,7 @@ yy7:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.8--encoding-policy(fail).re"
        { goto Zl; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_Zl.8--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Zl.8--encoding-policy(fail).re"
 
index ce3a1e7188a84972545b145e5b4abe6dcb8ff1ac..262c4f194d445290f2d4ee8e82d15e63a0e77601 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zl.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.8--encoding-policy(ignore).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -42,7 +42,7 @@ yy7:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.8--encoding-policy(ignore).re"
        { goto Zl; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_Zl.8--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Zl.8--encoding-policy(ignore).re"
 
index 2419a796a909a085e27bed576ac7c6d5570adcca..3e2a28b236ea2d07b0f16cdb8bffc2a65d93eddf 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zl.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.8--encoding-policy(substitute).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -42,7 +42,7 @@ yy7:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.8--encoding-policy(substitute).re"
        { goto Zl; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_Zl.8--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Zl.8--encoding-policy(substitute).re"
 
index 9f8570d7bfce7916fbac86d3ca3f70eb2c10ad1a..a7984911f4e6442dab44548137dd66719f419e05 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zl:
        ++YYCURSOR;
 #line 13 "unicode_group_Zl.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zl.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.u--encoding-policy(fail).re"
        { goto Zl; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Zl.u--encoding-policy(fail).re"
 
index 5761a753e774ebf7d58f1ee98269ca951680c6b6..4b001ac85e668f4f4430da68413db573e24316b6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zl:
        ++YYCURSOR;
 #line 13 "unicode_group_Zl.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zl.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.u--encoding-policy(ignore).re"
        { goto Zl; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Zl.u--encoding-policy(ignore).re"
 
index 34e95337431dcabedcf5f355ecf6cef6b5ba5403..2a7bfe391bc848ba5dc6696c0ccf6e62c27f40d9 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zl:
        ++YYCURSOR;
 #line 13 "unicode_group_Zl.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zl.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.u--encoding-policy(substitute).re"
        { goto Zl; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Zl.u--encoding-policy(substitute).re"
 
index b969ca20ac8abc1662035b1f38a658d678cd3be7..d417cc8db6ab5ccb643f9c0e781775d3edd8c224 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zl:
        ++YYCURSOR;
 #line 13 "unicode_group_Zl.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zl.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.x--encoding-policy(fail).re"
        { goto Zl; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Zl.x--encoding-policy(fail).re"
 
index cbfc2e7dec32fec5c59737d1f5e97f806ca7a97f..3dac70972f783d9244945e3ec502e717cf9f7a91 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zl:
        ++YYCURSOR;
 #line 13 "unicode_group_Zl.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zl.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.x--encoding-policy(ignore).re"
        { goto Zl; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Zl.x--encoding-policy(ignore).re"
 
index de676891d02a7e5f22cb4697fa6b486aa0ba99a9..10af7b2440dee3115a52d626fb5b802c677a43e6 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zl:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zl.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zl:
        ++YYCURSOR;
 #line 13 "unicode_group_Zl.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zl.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zl.x--encoding-policy(substitute).re"
        { goto Zl; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zl.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Zl.x--encoding-policy(substitute).re"
 
index b59614e328113b1d6c982f1d0c1d3a88ca1504ad..f31abd8356bee30202127fefa7a4b91f8d34674d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zp.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.8--encoding-policy(fail).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -42,7 +42,7 @@ yy7:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.8--encoding-policy(fail).re"
        { goto Zp; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_Zp.8--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Zp.8--encoding-policy(fail).re"
 
index e8fa5f0546ebdd1ff66d8f2c6451b39589831ec2..8b6b2a3b5600ba7a2c2f210a09056ddd41808d9a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zp.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.8--encoding-policy(ignore).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -42,7 +42,7 @@ yy7:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.8--encoding-policy(ignore).re"
        { goto Zp; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_Zp.8--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Zp.8--encoding-policy(ignore).re"
 
index f1c623ae6f4035fd5ffee9c17d778aaae5bc4368..876a2fcb0e8e49b1e3cbb5b212a2a8bb0e69ffb1 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -22,7 +22,7 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zp.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.8--encoding-policy(substitute).c"
 yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
@@ -42,7 +42,7 @@ yy7:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.8--encoding-policy(substitute).re"
        { goto Zp; }
-#line 46 "<stdout>"
+#line 46 "unicode_group_Zp.8--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Zp.8--encoding-policy(substitute).re"
 
index a2daef7b50457c29595cc210f4862edd5ec27148..4c391dc1af0bf6742a8af0f4cd6064b6d0ff112d 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zp:
        ++YYCURSOR;
 #line 13 "unicode_group_Zp.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zp.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.u--encoding-policy(fail).re"
        { goto Zp; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Zp.u--encoding-policy(fail).re"
 
index 2a9bd30ace6d956efba904f3ca61853595797e82..fe01e19a3226647306090daefebe00debaad2353 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zp:
        ++YYCURSOR;
 #line 13 "unicode_group_Zp.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zp.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.u--encoding-policy(ignore).re"
        { goto Zp; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Zp.u--encoding-policy(ignore).re"
 
index ca21ee44e0c3d7f4b6a9ca425bf5de64c664035c..5bb848a49135c651450b2accae5aafbd0b7a53b7 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zp:
        ++YYCURSOR;
 #line 13 "unicode_group_Zp.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zp.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.u--encoding-policy(substitute).re"
        { goto Zp; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Zp.u--encoding-policy(substitute).re"
 
index 9a646a18645ea83a9450b1a0b2639cc9e7c619c3..83dd6b3dcfccd6e2aacc6838c36b550ad2f751bb 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zp:
        ++YYCURSOR;
 #line 13 "unicode_group_Zp.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zp.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.x--encoding-policy(fail).re"
        { goto Zp; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Zp.x--encoding-policy(fail).re"
 
index 1059ad8e04c6f3f7b7256423f8402028b3357f85..4cbc8dfe15cc0eac0a1dbb99538688f059b74f79 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zp:
        ++YYCURSOR;
 #line 13 "unicode_group_Zp.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zp.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.x--encoding-policy(ignore).re"
        { goto Zp; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Zp.x--encoding-policy(ignore).re"
 
index ad4f67ceb8392a4bfd799373b179cb5b2b33045f..995682d4dc854bc67bbbc25df978258180b8bc6f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zp:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zp.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -17,12 +17,12 @@ Zp:
        ++YYCURSOR;
 #line 13 "unicode_group_Zp.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 21 "<stdout>"
+#line 21 "unicode_group_Zp.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zp.x--encoding-policy(substitute).re"
        { goto Zp; }
-#line 26 "<stdout>"
+#line 26 "unicode_group_Zp.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Zp.x--encoding-policy(substitute).re"
 
index 02f104635800a3b09f5f4e685098bfad9f6e0ddd..fd0b120060db0dbf098d751bdbe7e07e6a6dd1ec 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.8--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,13 +26,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zs.8--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Zs.8--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Zs.8--encoding-policy(fail).re"
        { goto Zs; }
-#line 36 "<stdout>"
+#line 36 "unicode_group_Zs.8--encoding-policy(fail).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 824bef39b8e662c3b927c53743b16e1caba9f809..cb0d44761bace0c8246f404bd5ef685703b9992c 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.8--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,13 +26,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zs.8--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Zs.8--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Zs.8--encoding-policy(ignore).re"
        { goto Zs; }
-#line 36 "<stdout>"
+#line 36 "unicode_group_Zs.8--encoding-policy(ignore).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 4c41234cfc2af953ace7b7d45a01b67e96e4d97d..4977b8e6c73ced135c93621e1cb42443501e6ca5 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.8--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -26,13 +26,13 @@ yy2:
 yy3:
 #line 13 "unicode_group_Zs.8--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 30 "<stdout>"
+#line 30 "unicode_group_Zs.8--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 yy5:
 #line 12 "unicode_group_Zs.8--encoding-policy(substitute).re"
        { goto Zs; }
-#line 36 "<stdout>"
+#line 36 "unicode_group_Zs.8--encoding-policy(substitute).c"
 yy6:
        yych = *++YYCURSOR;
        switch (yych) {
index 8a87d538481e9a46844ff52feace24be3a472f38..265d9eeee8b1ececefaf26094125e01c0cae1e8a 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.u--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -38,12 +38,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Zs.u--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Zs.u--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zs.u--encoding-policy(fail).re"
        { goto Zs; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Zs.u--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Zs.u--encoding-policy(fail).re"
 
index a0edc02ec34daa3481e47e80d27e0edd137e8929..981a000486e487cb0cd1db153df19cb44213a179 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.u--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -38,12 +38,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Zs.u--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Zs.u--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zs.u--encoding-policy(ignore).re"
        { goto Zs; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Zs.u--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Zs.u--encoding-policy(ignore).re"
 
index c903f5229c290cf6aa4681d26c92724b3b93c7e2..a99b045a38d4923192adafd989b3c43ef0c21e0f 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.u--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -38,12 +38,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Zs.u--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Zs.u--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zs.u--encoding-policy(substitute).re"
        { goto Zs; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Zs.u--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Zs.u--encoding-policy(substitute).re"
 
index b46f3a617f09256dbbce1d63d2a01e84b6ccbdb9..9dec220dcee70390ab7eb4dd84516bbb18280156 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.x--encoding-policy(fail).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -38,12 +38,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Zs.x--encoding-policy(fail).re"
        { return YYCURSOR == limit; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Zs.x--encoding-policy(fail).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zs.x--encoding-policy(fail).re"
        { goto Zs; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Zs.x--encoding-policy(fail).c"
 }
 #line 14 "unicode_group_Zs.x--encoding-policy(fail).re"
 
index abc711814462360207735a9d3c5228d392186a3c..63532f37b57766ecb61412fccb1bd934516ce4ca 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.x--encoding-policy(ignore).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -38,12 +38,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Zs.x--encoding-policy(ignore).re"
        { return YYCURSOR == limit; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Zs.x--encoding-policy(ignore).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zs.x--encoding-policy(ignore).re"
        { goto Zs; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Zs.x--encoding-policy(ignore).c"
 }
 #line 14 "unicode_group_Zs.x--encoding-policy(ignore).re"
 
index 801e5d56b27ee15c417ee9c02da41eff2b66392b..8ce762fb9b2784d28f6d04559493b0a2fede2761 100644 (file)
@@ -9,7 +9,7 @@ bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
 #      define YYCURSOR start
 Zs:
        
-#line 13 "<stdout>"
+#line 13 "unicode_group_Zs.x--encoding-policy(substitute).c"
 {
        YYCTYPE yych;
        yych = *YYCURSOR;
@@ -38,12 +38,12 @@ yy2:
        ++YYCURSOR;
 #line 13 "unicode_group_Zs.x--encoding-policy(substitute).re"
        { return YYCURSOR == limit; }
-#line 42 "<stdout>"
+#line 42 "unicode_group_Zs.x--encoding-policy(substitute).c"
 yy4:
        ++YYCURSOR;
 #line 12 "unicode_group_Zs.x--encoding-policy(substitute).re"
        { goto Zs; }
-#line 47 "<stdout>"
+#line 47 "unicode_group_Zs.x--encoding-policy(substitute).c"
 }
 #line 14 "unicode_group_Zs.x--encoding-policy(substitute).re"
 
index 5f5cc02da014d6c212b162ee25d91e4551535642..a43031f1428af6bc19b82bcd23f1ab1104b011b1 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '[\x0-\x
 /* Generated by re2c */
 #line 1 "utf32_0x10000.u.re"
 
-#line 5 "<stdout>"
+#line 5 "utf32_0x10000.u.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,7 +12,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "utf32_0x10000.u.re"
        {}
-#line 15 "<stdout>"
+#line 15 "utf32_0x10000.u.c"
 }
 #line 3 "utf32_0x10000.u.re"
 
index 2e34bb645c34bb923ab86c685bc0dd41e87ba644..21dd7ced224c958fdcddf823da0f19af1f6b5449 100644 (file)
@@ -11,7 +11,7 @@ re2c: warning: line 9: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "utf8-full_range-2.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-full_range-2.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -203,7 +203,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "utf8-full_range-2.8.re"
        { return 0; }
-#line 197 "<stdout>"
+#line 197 "utf8-full_range-2.8.c"
 yy5:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -664,7 +664,7 @@ yy13:
        ++YYCURSOR;
 #line 8 "utf8-full_range-2.8.re"
        { return 6; }
-#line 658 "<stdout>"
+#line 658 "utf8-full_range-2.8.c"
 yy15:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -807,7 +807,7 @@ yy17:
        ++YYCURSOR;
 #line 7 "utf8-full_range-2.8.re"
        { return 5; }
-#line 801 "<stdout>"
+#line 801 "utf8-full_range-2.8.c"
 yy19:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -950,7 +950,7 @@ yy21:
        ++YYCURSOR;
 #line 6 "utf8-full_range-2.8.re"
        { return 4; }
-#line 944 "<stdout>"
+#line 944 "utf8-full_range-2.8.c"
 yy23:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1024,7 +1024,7 @@ yy24:
        ++YYCURSOR;
 #line 5 "utf8-full_range-2.8.re"
        { return 3; }
-#line 1018 "<stdout>"
+#line 1018 "utf8-full_range-2.8.c"
 yy26:
        yych = *++YYCURSOR;
        switch (yych) {
@@ -1098,12 +1098,12 @@ yy27:
        ++YYCURSOR;
 #line 4 "utf8-full_range-2.8.re"
        { return 2; }
-#line 1092 "<stdout>"
+#line 1092 "utf8-full_range-2.8.c"
 yy29:
        ++YYCURSOR;
 #line 3 "utf8-full_range-2.8.re"
        { return 1; }
-#line 1097 "<stdout>"
+#line 1097 "utf8-full_range-2.8.c"
 }
 #line 9 "utf8-full_range-2.8.re"
 
index 5057b53b30b6a68491c400d2b138f5109d648662..664eaac66fbea2e307a50ef6757bae47594b6167 100644 (file)
@@ -2,7 +2,7 @@ re2c: warning: line 3: control flow is undefined for strings that match '[\x80-\
 /* Generated by re2c */
 #line 1 "utf8-range_0x00_0x7f.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-range_0x00_0x7f.8.c"
 {
        YYCTYPE yych;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
@@ -12,7 +12,7 @@ yy3:
        ++YYCURSOR;
 #line 2 "utf8-range_0x00_0x7f.8.re"
        { return 0; }
-#line 15 "<stdout>"
+#line 15 "utf8-range_0x00_0x7f.8.c"
 }
 #line 3 "utf8-range_0x00_0x7f.8.re"
 
index ad0f70d84c1f77a989a0d71f592bf4bec47cedb9..1c250f764eef547f2d7cd580f7488219d9083ef8 100644 (file)
@@ -7,7 +7,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "utf8-range_0x100000_0x10ffff.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-range_0x100000_0x10ffff.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -180,7 +180,7 @@ yy6:
        ++YYCURSOR;
 #line 2 "utf8-range_0x100000_0x10ffff.8.re"
        { return 0; }
-#line 178 "<stdout>"
+#line 178 "utf8-range_0x100000_0x10ffff.8.c"
 }
 #line 3 "utf8-range_0x100000_0x10ffff.8.re"
 
index 65cf8d873c876707a6357997719768643c42be4c..b3230984994746daa504ac3b0c91116ba4a90dbf 100644 (file)
@@ -7,7 +7,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "utf8-range_0x10000_0x3ffff.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-range_0x10000_0x3ffff.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -212,7 +212,7 @@ yy6:
        ++YYCURSOR;
 #line 2 "utf8-range_0x10000_0x3ffff.8.re"
        { return 0; }
-#line 210 "<stdout>"
+#line 210 "utf8-range_0x10000_0x3ffff.8.c"
 }
 #line 3 "utf8-range_0x10000_0x3ffff.8.re"
 
index bea482d49b0129db6ce811709ba3503c48944b5e..fbf4c20cdf3388db81deff7ed26d2c9e10e29289 100644 (file)
@@ -6,7 +6,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "utf8-range_0x1000_0xffff.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-range_0x1000_0xffff.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -172,7 +172,7 @@ yy5:
        ++YYCURSOR;
 #line 2 "utf8-range_0x1000_0xffff.8.re"
        { return 0; }
-#line 171 "<stdout>"
+#line 171 "utf8-range_0x1000_0xffff.8.c"
 }
 #line 3 "utf8-range_0x1000_0xffff.8.re"
 
index a134353b0fa0f9d2678d3ac04c9f912d7c1dab10..303bab2439122b68ce894073149a52b71acfabbb 100644 (file)
@@ -7,7 +7,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "utf8-range_0x40000_0xfffff.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-range_0x40000_0xfffff.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 4) YYFILL(4);
@@ -230,7 +230,7 @@ yy6:
        ++YYCURSOR;
 #line 2 "utf8-range_0x40000_0xfffff.8.re"
        { return 0; }
-#line 228 "<stdout>"
+#line 228 "utf8-range_0x40000_0xfffff.8.c"
 }
 #line 3 "utf8-range_0x40000_0xfffff.8.re"
 
index 94172e3e564818dbf960e9309fd6127a952b602b..cbd475ebd28ed207bd79bd32c0cc3d0b7d449363 100644 (file)
@@ -6,7 +6,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "utf8-range_0x800_0xfff.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-range_0x800_0xfff.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
@@ -126,7 +126,7 @@ yy5:
        ++YYCURSOR;
 #line 2 "utf8-range_0x800_0xfff.8.re"
        { return 0; }
-#line 125 "<stdout>"
+#line 125 "utf8-range_0x800_0xfff.8.c"
 }
 #line 3 "utf8-range_0x800_0xfff.8.re"
 
index 4ec8f43b327d1098d12ee722388c7c7964d45dd5..f1cd8806d035a21f7b8dd4dfed373ad9a9cfe40f 100644 (file)
@@ -5,7 +5,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "utf8-range_0x80_0x7ff.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-range_0x80_0x7ff.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -117,7 +117,7 @@ yy4:
        ++YYCURSOR;
 #line 2 "utf8-range_0x80_0x7ff.8.re"
        { return 0; }
-#line 117 "<stdout>"
+#line 117 "utf8-range_0x80_0x7ff.8.c"
 }
 #line 3 "utf8-range_0x80_0x7ff.8.re"
 
index 18ba9a9641e97e2c8ccf027b404712ab7c1b18b8..496c2723d6b385ccbce68172329422866eefc84e 100644 (file)
@@ -5,7 +5,7 @@ re2c: warning: line 3: control flow is undefined for strings that match
 /* Generated by re2c */
 #line 1 "utf8-range_single_symbol.8.re"
 
-#line 5 "<stdout>"
+#line 5 "utf8-range_single_symbol.8.c"
 {
        YYCTYPE yych;
        if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
@@ -25,7 +25,7 @@ yy4:
        ++YYCURSOR;
 #line 2 "utf8-range_single_symbol.8.re"
        { return 0; }
-#line 25 "<stdout>"
+#line 25 "utf8-range_single_symbol.8.c"
 }
 #line 3 "utf8-range_single_symbol.8.re"