summaryrefslogtreecommitdiff
path: root/source/slang/val-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/val-defs.h')
-rw-r--r--source/slang/val-defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/slang/val-defs.h b/source/slang/val-defs.h
index 316981842..9ebfc9872 100644
--- a/source/slang/val-defs.h
+++ b/source/slang/val-defs.h
@@ -3,7 +3,8 @@
// Syntax class definitions for compile-time values.
// A compile-time integer (may not have a specific concrete value)
-SIMPLE_SYNTAX_CLASS(IntVal, Val)
+ABSTRACT_SYNTAX_CLASS(IntVal, Val)
+END_SYNTAX_CLASS()
// Trivial case of a value that is just a constant integer
SYNTAX_CLASS(ConstantIntVal, IntVal)