diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/types.boot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interp/types.boot b/src/interp/types.boot index 00b55d64..66f3ce61 100644 --- a/src/interp/types.boot +++ b/src/interp/types.boot @@ -128,12 +128,8 @@ namespace BOOT %Env <=> %List -- compiling env %Mode <=> %Symbol or %String or %List -- type of forms %Code <=> %Form -- generated code -)if %hasFeature KEYWORD::ECL -%Triple <=> %List -- ??? ECL has trouble with the spec below -)else %Triple <=> -- form + type + env cons(%Code,cons(%Mode,cons(%Env,null))) -)endif %Signature -- signature <=> %Symbol or cons |