aboutsummaryrefslogtreecommitdiff
path: root/src/interp/scan.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/scan.boot')
-rw-r--r--src/interp/scan.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/scan.boot b/src/interp/scan.boot
index df6f4d8f..51a84342 100644
--- a/src/interp/scan.boot
+++ b/src/interp/scan.boot
@@ -216,7 +216,7 @@ scanPunCons()==
scanPun:=scanPunCons()
--for i in ["COLON","MINUS"] repeat
--- MAKEPROP(i,'PREGENERIC,'TRUE)
+-- property(i,'PREGENERIC) := true
for i in [ _
["EQUAL" ,"="], _
@@ -248,7 +248,7 @@ for i in [ _
["LARROW" ,"<-"], _
["BAR" ,"|"], _
["SEG" ,".."] _
- ] repeat MAKEPROP(first i,'INFGENERIC,second i)
+ ] repeat property(first i,'INFGENERIC) := second i
-- Scanner