Get rid of some more cases of backquotes. parsermodule.c doesn't compile

but looks like that was a problem before this change.
This commit is contained in:
Neal Norwitz 2006-08-29 04:40:24 +00:00
parent 3bd844e695
commit 2eca440c8d
6 changed files with 3 additions and 17 deletions

View file

@ -35,7 +35,6 @@ GREATER = 21
EQUAL = 22
DOT = 23
PERCENT = 24
BACKQUOTE = 25
LBRACE = 26
RBRACE = 27
EQEQUAL = 28