From c95f1b3efced12df21e9e99369cdb1a0a7d8ec2d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 8 Jan 2012 14:55:53 +0000 Subject: * boot/ast.boot (bfEnum): New. * boot/translator.boot (translateToplevel): Use it to translate enumeration definitions. * interp/types.boot (%ConstructorKind): Use new syntax. --- src/interp/types.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp') diff --git a/src/interp/types.boot b/src/interp/types.boot index 915279ee..592c70e5 100644 --- a/src/interp/types.boot +++ b/src/interp/types.boot @@ -43,5 +43,5 @@ namespace BOOT %Modemap <=> %List(%Form) -- modemap -%ConstructorKind <=> -- kind of ctor instances - MEMBER(category,domain,package) +structure %ConstructorKind == -- kind of ctor instances + Enumeration(category,domain,package) -- cgit v1.2.3