diff options
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r-- | src/interp/postpar.boot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot index 59b13294..07619132 100644 --- a/src/interp/postpar.boot +++ b/src/interp/postpar.boot @@ -234,8 +234,7 @@ postDef t == [(x is [":",.,t] => t; nil) for x in rest form] typeList:= [targetType,:argTypeList] if form isnt [.,:.] then form := [form] - specialCaseForm := [nil for x in form] - ["DEF",newLhs,typeList,specialCaseForm,postTran rhs] + ["DEF",newLhs,typeList,postTran rhs] postDefArgs: %List %ParseTree -> %List %ParseForm postDefArgs argl == |