summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-29 04:40:24 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-29 04:40:24 (GMT)
commit2eca440c8dff47f1de8efb166f1db9c76b54eadd (patch)
treed2d20637f3b508f10924916bb6058b38afda1a59 /Include
parent3bd844e695c8295c23d64d816bd763543cc9728f (diff)
downloadcpython-2eca440c8dff47f1de8efb166f1db9c76b54eadd.zip
cpython-2eca440c8dff47f1de8efb166f1db9c76b54eadd.tar.gz
cpython-2eca440c8dff47f1de8efb166f1db9c76b54eadd.tar.bz2
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
but looks like that was a problem before this change.
Diffstat (limited to 'Include')
-rw-r--r--Include/token.h2
1 files changed, 1 insertions, 1 deletions
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 @@ extern "C" {
#define EQUAL 22
#define DOT 23
#define PERCENT 24
-#define BACKQUOTE 25
+/* #define BACKQUOTE 25 */
#define LBRACE 26
#define RBRACE 27
#define EQEQUAL 28