diff options
Diffstat (limited to 'src/interp/sys-constants.boot')
-rw-r--r-- | src/interp/sys-constants.boot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot index 02d6d4b2..2c88a75e 100644 --- a/src/interp/sys-constants.boot +++ b/src/interp/sys-constants.boot @@ -489,6 +489,10 @@ $NoValueMode == $ExitMode == "$ExitMode" +++ A domain form for the OpenAxiom system-level pointer datatype. +$SystemPointer == + '(SystemPointer) + --% ++ Category constructor form @@ -577,6 +581,7 @@ $SystemInlinableConstructorNames == PositiveInteger _ NonNegativeInteger _ SingleInteger _ + SystemPointer _ String _ Boolean _ Identifier _ |