diff options
Diffstat (limited to 'src/interp/i-output.boot')
-rw-r--r-- | src/interp/i-output.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot index e7875ffe..881d0b22 100644 --- a/src/interp/i-output.boot +++ b/src/interp/i-output.boot @@ -310,7 +310,7 @@ for x in '((+ WIDTH sumWidth) (ZAG SUPERSPAN zagSuper) (ZAG WIDTH zagWidth)) repeat - MAKEPROP(first x, second x, third x) + property(first x, second x) := third x for x in '((+ APP plusApp) @@ -380,7 +380,7 @@ for x in '((+ APP plusApp) (BRACE APP braceApp) (BRACE WIDTH qTWidth)) repeat - MAKEPROP(first x, second x, third x) + property(first x, second x) := third x --% |