diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/i-intern.boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/i-intern.boot b/src/interp/i-intern.boot index 64951a32..90cbc66c 100644 --- a/src/interp/i-intern.boot +++ b/src/interp/i-intern.boot @@ -210,7 +210,6 @@ mkAtree3(x,op,argl) == -- new macros look like macro f == or macro f(x) === -- so transform into that format mkAtree1 ["DEF",["macro",sym],junk1,junk2,val] - x is ["~=",a,b] => mkAtree1 ["not",["=",a,b]] x is ["+->",funargs,funbody] => if funbody is [":",body,type] then types := [type] |