diff --git a/Parser/pegen.h b/Parser/pegen.h index d8ac7e8cb91..ad5c97f5f7e 100644 --- a/Parser/pegen.h +++ b/Parser/pegen.h @@ -42,7 +42,7 @@ typedef struct { } Token; typedef struct { - char *str; + const char *str; int type; } KeywordToken;