summaryrefslogtreecommitdiff
path: root/source/slang/token-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/token-defs.h')
-rw-r--r--source/slang/token-defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/token-defs.h b/source/slang/token-defs.h
index f7800de55..0fe833e36 100644
--- a/source/slang/token-defs.h
+++ b/source/slang/token-defs.h
@@ -30,7 +30,7 @@ TOKEN(NewLine, "newline")
TOKEN(LineComment, "line comment")
TOKEN(BlockComment, "block comment")
-TOKEN(AutoImport, "automatic import directive")
+TOKEN(PoundImport, "'#import'")
#define PUNCTUATION(id, text) \
TOKEN(id, "'" text "'")