1 /* Generated by re2c */
2 #line 1 "cpoint_class_esc_dash.re"
3 // re2c $INPUT -o $OUTPUT
4 
5 #line 6 "cpoint_class_esc_dash.c"
6 {
7 	YYCTYPE yych;
8 	if (YYLIMIT <= YYCURSOR) YYFILL(1);
9 	yych = *YYCURSOR;
10 	switch (yych) {
11 	case '-':
12 	case 'a':
13 	case 'c':	goto yy3;
14 	default:	goto yy2;
15 	}
16 yy2:
17 yy3:
18 	++YYCURSOR;
19 #line 3 "cpoint_class_esc_dash.re"
20 	{}
21 #line 22 "cpoint_class_esc_dash.c"
22 }
23 #line 4 "cpoint_class_esc_dash.re"
24 
25 cpoint_class_esc_dash.re:2:0: warning: control flow is undefined for strings that match '[\x0-\x2C\x2E-\x60\x62\x64-\xFF]', use default rule '*' [-Wundefined-control-flow]
26