From fe4b74b0a56bc60835a7f4e7f6344f7ceea0b0b6 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 9 May 2010 16:34:01 +0000 Subject: * 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. --- src/interp/intfile.boot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/interp/intfile.boot') 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" -- cgit v1.2.3