* src/parse-gram.y: Here.
---
 src/parse-gram.y | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/parse-gram.y b/src/parse-gram.y
index 9fcf8195..06a83729 100644
--- a/src/parse-gram.y
+++ b/src/parse-gram.y
@@ -125,6 +125,7 @@
 %define api.header.include {"parse-gram.h"}
 %define api.prefix {gram_}
 %define api.pure full
+%define api.token.raw
 %define api.value.type union
 %define locations
 %define parse.error verbose
-- 
2.23.0


Reply via email to