aboutsummaryrefslogtreecommitdiff
path: root/src/interp/record.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-07 15:16:57 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-07 15:16:57 +0000
commitc9c4d89aa7cc261a19ac29c7d74a43f1369f1773 (patch)
treef4ec2476d730b9c24cb0930a13c087666f16cbe3 /src/interp/record.boot
parent57cc9e7ab4606e72a6a12fd73fc4cc3cf0e10a83 (diff)
downloadopen-axiom-c9c4d89aa7cc261a19ac29c7d74a43f1369f1773.tar.gz
* interp/as.boot: Miscellaneous cleanup.
* interp/ax.boot: Likewise. * interp/br-con.boot: Likewise. * interp/br-prof.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/br-search.boot: Likewise. * interp/br-util.boot: Likewise. * interp/c-doc.boot: Likewise. * interp/clammed.boot: Likewise. * interp/compiler.boot: Likewise. * interp/database.boot: Likewise. * interp/cstream.boot: Likewise. * interp/define.boot: Likewise. * interp/diagnostics.boot: Likewise. * interp/format.boot: Likewise. * interp/fortcall.boot: Likewise. * interp/functor.boot: Likewise. * interp/g-boot.boot: Likewise. * interp/g-opt.boot: Likewise. * interp/g-util.boot: Likewise. * interp/ht-util.boot: Likewise. * interp/htsetvar.boot: Likewise. * interp/i-analy.boot: Likewise. * interp/i-coerce.boot: Likewise. * interp/i-funsel.boot: Likewise. * interp/i-intern.boot: Likewise. * interp/i-map.boot: Likewise. * interp/i-output.boot: Likewise. * interp/i-spec1.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/interop.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/mark.boot: Likewise. * interp/msgdb.boot: Likewise. * interp/newfort.boot: Likewise. * interp/nrunfast.boot: Likewise. * interp/nrungo.boot: Likewise. * interp/pathname.boot: Likewise. * interp/pf2atree.boot: Likewise. * interp/pf2sex.boot: Likewise. * interp/pspad1.boot: Likewise. * interp/record.boot: Likewise. * interp/setvars.boot: Likewise. * interp/trace.boot: Likewise. * interp/wi1.boot: Likewise. * interp/wi2.boot: Likewise.
Diffstat (limited to 'src/interp/record.boot')
-rw-r--r--src/interp/record.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/record.boot b/src/interp/record.boot
index d987b802..023f985c 100644
--- a/src/interp/record.boot
+++ b/src/interp/record.boot
@@ -104,7 +104,7 @@ printRecordFile(pathname,:option) ==
$printTypeIfTrue: local := true
stream := DEFIOSTREAM([['FILE,:pathname], '(MODE . INPUT)],80,0)
repeat
- NULL (PEEK_-CHAR ( true, stream , nil, nil )) => return nil
+ null (PEEK_-CHAR ( true, stream , nil, nil )) => return nil
[i,t,:o] := dewritify VMREAD stream
sayNewLine()
for x in i repeat sayBrightly x
@@ -151,7 +151,7 @@ verifyRecordFile(pathname) ==
clearCmdAll()
result := 'ok
for j in 1.. repeat
- NULL (PEEK_-CHAR ( true, stream ,nil,nil ))=>return nil
+ null (PEEK_-CHAR ( true, stream ,nil,nil ))=>return nil
[i,t,:o] := dewritify VMREAD stream
null i => return nil
t = 'ForSystemCommands =>