aboutsummaryrefslogtreecommitdiff
path: root/src/interp/intfile.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-09 16:34:01 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-09 16:34:01 +0000
commitfe4b74b0a56bc60835a7f4e7f6344f7ceea0b0b6 (patch)
treee04fba9d297f0f414733a2b3089380d715c0e8bf /src/interp/intfile.boot
parentb248654cba0d6c5ae213882837140358f92bab1c (diff)
downloadopen-axiom-fe4b74b0a56bc60835a7f4e7f6344f7ceea0b0b6.tar.gz
* interp/bc-solve.boot: Move cleanup.
* interp/br-con.boot: Likewise. * interp/br-op1.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/br-search.boot: Likewise. * interp/br-util.boot: Likewise. * interp/c-util.boot: Likewise. * interp/cattable.boot: Likewise. * interp/cparse.boot: Likewise. * interp/cstream.boot: Likewise. * interp/fortcall.boot: Likewise. * interp/g-timer.boot: Likewise. * interp/ht-util.boot: Likewise. * interp/htcheck.boot: Likewise. * interp/htsetvar.boot: Likewise. * interp/i-map.boot: Likewise. * interp/i-output.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/i-toplev.boot: Likewise. * interp/i-util.boot: Likewise. * interp/incl.boot: Likewise. * interp/int-top.boot: Likewise. * interp/interop.boot: Likewise. * interp/intfile.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/macex.boot: Likewise. * interp/msgdb.boot: Likewise. * interp/newfort.boot: Likewise. * interp/nrunfast.boot: Likewise. * interp/nrungo.boot: Likewise. * interp/pathname.boot: Likewise. * interp/profile.boot: Likewise. * interp/pspad1.boot: Likewise. * interp/ptrees.boot: Likewise. * interp/scan.boot: Likewise. * interp/sys-os.boot: Likewise. * interp/sys-utility.boot: Likewise. * interp/wi1.boot: Likewise.
Diffstat (limited to 'src/interp/intfile.boot')
-rw-r--r--src/interp/intfile.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/intfile.boot b/src/interp/intfile.boot
index 31af759b..fdd5e519 100644
--- a/src/interp/intfile.boot
+++ b/src/interp/intfile.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2008, Gabriel Dos Reis.
+-- Copyright (C) 2007-2010, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,7 @@ namespace BOOT
shoeInternFile(fn)==
a:=shoeInputFile fn
if null a
- then WRITE_-LINE (CONCAT(fn,'" not found"),$ErrorStream)
+ then WRITE_-LINE (strconc(fn,'" not found"),$ErrorStream)
else shoeIntern incRgen a
shoeIntern (s)==
@@ -58,7 +58,7 @@ shoeStrings (stream)==
then ['"",stream]
else
[h,t]:=shoeStrings(cdr stream)
- [CONCAT(a,h),t]
+ [strconc(a,h),t]
--fetchKeyedMsg(key,b)== GET(key,"MSGS")
--shoeInternFile '"/usr/local/scratchpad/cur/doc/msgs/co-eng.msgs"