summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
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