summaryrefslogtreecommitdiff
path: root/source/slang/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/syntax.h')
-rw-r--r--source/slang/syntax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/syntax.h b/source/slang/syntax.h
index 7a1701b88..7289719f4 100644
--- a/source/slang/syntax.h
+++ b/source/slang/syntax.h
@@ -57,6 +57,7 @@ namespace Slang
SIMPLE_MODIFIER(FromStdLib);
SIMPLE_MODIFIER(Prefix);
SIMPLE_MODIFIER(Postfix);
+ SIMPLE_MODIFIER(Exported);
#undef SIMPLE_MODIFIER