summaryrefslogtreecommitdiff
path: root/id.h
diff options
context:
space:
mode:
Diffstat (limited to 'id.h')
-rw-r--r--id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/id.h b/id.h
index b01ac08df0..393f79d53a 100644
--- a/id.h
+++ b/id.h
@@ -32,7 +32,7 @@
#define symCFUNC ID2SYM(idCFUNC)
enum ruby_method_ids {
-#ifndef tLAST_TOKEN
+#if !defined tLAST_TOKEN && !defined YYTOKENTYPE
tUPLUS = 321,
tUMINUS = 322,
tPOW = 323,