Skip to content

Commit

Permalink
ECC: Fix C parser to accommodate debug macro strings.
Browse files Browse the repository at this point in the history
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1248 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
jlin16 committed Jun 4, 2008
1 parent 8b12290 commit 057fe4b
Show file tree
Hide file tree
Showing 3 changed files with 6,286 additions and 5,986 deletions.
2 changes: 1 addition & 1 deletion Source/Python/Ecc/C.g
Expand Up @@ -387,7 +387,7 @@ constant
| OCTAL_LITERAL
| DECIMAL_LITERAL
| CHARACTER_LITERAL
| STRING_LITERAL+
| (IDENTIFIER* STRING_LITERAL+)+ IDENTIFIER*
| FLOATING_POINT_LITERAL
;

Expand Down
2 changes: 1 addition & 1 deletion Source/Python/Ecc/CLexer.py
@@ -1,4 +1,4 @@
# $ANTLR 3.0.1 C.g 2008-05-21 14:36:29
# $ANTLR 3.0.1 C.g 2008-06-04 15:08:54

from antlr3 import *
from antlr3.compat import set, frozenset
Expand Down

0 comments on commit 057fe4b

Please sign in to comment.