diff options
Diffstat (limited to 'source/slang/token-defs.h')
| -rw-r--r-- | source/slang/token-defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/slang/token-defs.h b/source/slang/token-defs.h index a08084d85..873a252b4 100644 --- a/source/slang/token-defs.h +++ b/source/slang/token-defs.h @@ -88,6 +88,8 @@ PUNCTUATION(Dollar, "$") PUNCTUATION(Pound, "#") PUNCTUATION(PoundPound, "##") +PUNCTUATION(Scope, "::") + #undef PUNCTUATION // Un-define the `TOKEN` macro so that client doesn't have to |
