Lines 1-18
Link Here
|
1 |
--- rlparse.y.orig Sat Jul 3 03:46:42 2004 |
1 |
--- rlparse.y.orig Sat Jun 25 07:56:54 2005 |
2 |
+++ rlparse.y Mon Aug 2 22:24:05 2004 |
2 |
+++ rlparse.y Wed Sep 7 00:48:58 2005 |
3 |
@@ -468,7 +468,7 @@ |
3 |
@@ -470,14 +470,14 @@ |
|
|
4 |
id->sawInterface = true; |
5 |
} |
6 |
id->sectionEndLoc = @2; |
7 |
- } |
8 |
+ }; |
9 |
|
10 |
/* Include statements are processed by both the scanner and the parser. */ |
11 |
Include: |
12 |
IncludeKeyword OptSection OptFileName ';' { |
13 |
if ( id->active ) |
14 |
doInclude( @1, $2, $3 ); |
15 |
- } |
16 |
+ }; |
17 |
|
18 |
IncludeKeyword: |
19 |
KW_Include { |
20 |
@@ -607,7 +607,7 @@ |
4 |
NoNameSep: |
21 |
NoNameSep: |
5 |
/* Nothing */ { |
22 |
/* Nothing */ { |
6 |
nameRef.empty(); |
23 |
id->nameRef.empty(); |
7 |
- } |
24 |
- } |
8 |
+ }; |
25 |
+ }; |
9 |
|
26 |
|
10 |
/* A qualified state reference. */ |
27 |
/* A qualified state reference. */ |
11 |
StateRef: |
28 |
StateRef: |
12 |
@@ -483,7 +483,7 @@ |
29 |
@@ -622,7 +622,7 @@ |
13 |
} | |
30 |
} | |
14 |
/* Nothing. */ { |
31 |
/* Nothing. */ { |
15 |
nameRef.empty(); |
32 |
id->nameRef.empty(); |
16 |
- } |
33 |
- } |
17 |
+ }; |
34 |
+ }; |