diff options
Diffstat (limited to 'src/interp/wi1.boot')
-rw-r--r-- | src/interp/wi1.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/wi1.boot b/src/interp/wi1.boot index 6e0ed234..b644eb2a 100644 --- a/src/interp/wi1.boot +++ b/src/interp/wi1.boot @@ -214,7 +214,7 @@ markWhereTran ["where",["DEF",form,sig,clist,body],:tail] == ntarget := ttype or target ndef := ['DEF,nform,[ntarget,:nargtypes],clist,body] result := - REVERSE macros is [:m,e] => + reverse macros is [:m,e] => mpart := m => ['SEQ,:m,['exit,1,e]] e |