diff options
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r-- | src/interp/compiler.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot index b98e3349..9ee54315 100644 --- a/src/interp/compiler.boot +++ b/src/interp/compiler.boot @@ -2601,4 +2601,4 @@ for x in [["|", :"compSuchthat"],_ ["%Match",:"compMatch"],_ ["%SignatureImport",:"compSignatureImport"],_ ["[||]", :"compileQuasiquote"]] repeat - MAKEPROP(first x, "SPECIAL", rest x) + property(first x, 'SPECIAL) := rest x |