From 438fc2b3dca328c5e9a10e75ccb6ec25d8cf782e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 15 Oct 2007 06:25:45 +0000 Subject: * Makefile.pamphlet (<>): Remove. (server.$(FASLEXT)): New rule. * as.boot.pamphlet (asytran): Use VMREAD. * c-util.boot.pamphlet (intersectionContour): Use assoc. * g-error.boot.pamphlet (argumentDataError): Use read_-line. * g-opt.boot.pamphlet: Use assoc. * ht-util.boot.pamphlet: Likewise. * htsertvar.boot.pamphlet: Likewise. * server.boot.pamphlet: User read_-line. --- src/interp/as.boot.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/as.boot.pamphlet') diff --git a/src/interp/as.boot.pamphlet b/src/interp/as.boot.pamphlet index d7a4cdc1..1d4849e2 100644 --- a/src/interp/as.boot.pamphlet +++ b/src/interp/as.boot.pamphlet @@ -449,7 +449,7 @@ asytran fn == -- inStream := OPEN fn sayBrightly ['" Reading ",fn] - u := READ inStream + u := VMREAD inStream $niladics := mkNiladics u for x in $niladics repeat PUT(x,'NILADIC,true) for d in u repeat -- cgit v1.2.3