summaryrefslogtreecommitdiffstats
path: root/source/slang/syntax.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-06-27 11:13:21 -0700
committerGitHub <noreply@github.com>2017-06-27 11:13:21 -0700
commit97f253189af41f117e2de17093904cbb45202d46 (patch)
tree5d58272d219064234c6e90d7271caef5e118a77d /source/slang/syntax.h
parent1716208fb62a7f0a8bbe55e597b582066cb51731 (diff)
parent31293d61d3ec80198eab2439ec937d7ba37f6722 (diff)
Merge pull request #46 from tfoleyNV/import-exported
Allow for re-export of an `import` declaration
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