1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
--- hlaparse.bsn.orig 2017-01-09 13:30:03 UTC
+++ hlaparse.bsn
@@ -1,4 +1,4 @@
-%pure_parser
+%define api.pure
/*****************************/
@@ -2749,7 +2749,7 @@ doTextBlock:
_here;
doTextBlock7( $<idStr>3, YYS &$<v>6 );
- YYACCEPT
+ YYACCEPT;
}
@@ -2763,7 +2763,7 @@ doTextBlock:
_here;
doTextBlock7a( $<s>3, YYS &$<v>6 );
- YYACCEPT
+ YYACCEPT;
}
;
@@ -2811,7 +2811,7 @@ doStringBlock:
_here;
doStringBlock( $<idStr>3, YYS &$<v>6 );
- YYACCEPT
+ YYACCEPT;
}
@@ -2825,7 +2825,7 @@ doStringBlock:
_here;
doStringBlocka( $<s>3, YYS &$<v>6 );
- YYACCEPT
+ YYACCEPT;
}
;
@@ -2865,7 +2865,7 @@ doMatchBlock:
_here;
doMatchBlock( $<s>3, YYS &$<v>6 );
- YYACCEPT
+ YYACCEPT;
}
;
@@ -2900,7 +2900,7 @@ doPrint:
fputs( "\n", PrintOut );
_endif
- YYACCEPT
+ YYACCEPT;
}
;
@@ -2961,7 +2961,7 @@ doParseObjID:
_here;
memcpy( &d1dnReturnVal, &$<dotName>2, sizeof( union YYSTYPE ));
_here;
- YYACCEPT
+ YYACCEPT;
}
;
@@ -2972,7 +2972,7 @@ doParseClassID:
_here;
memcpy( &d1dnReturnVal, &$<dotName>2, sizeof( union YYSTYPE ));
_here;
- YYACCEPT
+ YYACCEPT;
}
;
@@ -10577,7 +10577,7 @@ OptionalInherit:
Empty
{
- $<s>$ = NULL
+ $<s>$ = NULL;
}
@@ -10657,7 +10657,7 @@ OptInherits:
Empty
{
- $<ru.base>-1 = NULL
+ $<ru.base>-1 = NULL;
}
/*
@@ -28209,7 +28209,7 @@ OneOrMoreParms:
varTkn /* $4 */
{
ProcGlobal = $<s>3;
- fastLookup = 1
+ fastLookup = 1;
}
';' /* $6 */
{ /* $7 */
|