summaryrefslogtreecommitdiff
path: root/compiler/globtype.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/globtype.pas')
-rw-r--r--compiler/globtype.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/globtype.pas b/compiler/globtype.pas
index 90368a0333..bea2f4e437 100644
--- a/compiler/globtype.pas
+++ b/compiler/globtype.pas
@@ -203,7 +203,8 @@ interface
m_duplicate_names, { allow locals/paras to have duplicate names of globals }
m_property, { allow properties }
m_default_inline, { allow inline proc directive }
- m_except { allow exception-related keywords }
+ m_except, { allow exception-related keywords }
+ m_aspect { allow aspects }
);
tmodeswitches = set of tmodeswitch;