Skip to content

Commit

Permalink
Fix DOMAIN conflict on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Sep 18, 2023
1 parent 19f8399 commit e3b59fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/grammar/nonreservedwords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void non_reserved_word():
| <DESCRIPTOR: "DESCRIPTOR">
| <DIAGNOSTICS: "DIAGNOSTICS">
| <DISPATCH: "DISPATCH">
| <DOMAIN: "DOMAIN">
| <_DOMAIN: "DOMAIN">
| <DYNAMIC_FUNCTION: "DYNAMIC_FUNCTION">
| <DYNAMIC_FUNCTION_CODE: "DYNAMIC_FUNCTION_CODE">
| <ENFORCED: "ENFORCED">
Expand Down

0 comments on commit e3b59fc

Please sign in to comment.