Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c8133 commit a1e051aCopy full SHA for a1e051a
1 file changed
Parser/pegen.h
@@ -42,7 +42,7 @@ typedef struct {
42
} Token;
43
44
typedef struct {
45
- char *str;
+ const char *str;
46
int type;
47
} KeywordToken;
48
0 commit comments