Commit 82e73ba
committed
Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y
These were added to kwlist.h as unreserved keywords in separate patches,
but authors forgot to add them to the corresponding list in gram.y.
Because of that, even though they were supposed to be unreserved keywords,
they could not be used as identifiers. src/tools/check_keywords.pl is your
friend.1 parent 331bf67 commit 82e73ba
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12302 | 12302 | | |
12303 | 12303 | | |
12304 | 12304 | | |
| 12305 | + | |
12305 | 12306 | | |
12306 | 12307 | | |
12307 | 12308 | | |
| |||
12325 | 12326 | | |
12326 | 12327 | | |
12327 | 12328 | | |
| 12329 | + | |
12328 | 12330 | | |
12329 | 12331 | | |
12330 | 12332 | | |
| |||
0 commit comments