commit | 2eca440c8dff47f1de8efb166f1db9c76b54eadd | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Aug 29 04:40:24 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Aug 29 04:40:24 2006 +0000 |
tree | d2d20637f3b508f10924916bb6058b38afda1a59 | |
parent | 3bd844e695c8295c23d64d816bd763543cc9728f [diff] [blame] |
Get rid of some more cases of backquotes. parsermodule.c doesn't compile but looks like that was a problem before this change.
diff --git a/Include/token.h b/Include/token.h index 4250000..5aedb69 100644 --- a/Include/token.h +++ b/Include/token.h
@@ -32,7 +32,7 @@ #define EQUAL 22 #define DOT 23 #define PERCENT 24 -#define BACKQUOTE 25 +/* #define BACKQUOTE 25 */ #define LBRACE 26 #define RBRACE 27 #define EQEQUAL 28