aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-prof.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-30 14:27:31 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-30 14:27:31 +0000
commitbd5f5b0df93361d31592738fb18d77a275f04bc9 (patch)
treee2b46b5d5ded0265990ef24f4bf2ddb9640e7fc4 /src/interp/br-prof.boot
parent6661a9aa8e79dc934bde807293857f2dfc0eca6f (diff)
downloadopen-axiom-bd5f5b0df93361d31592738fb18d77a275f04bc9.tar.gz
more cleanup
Diffstat (limited to 'src/interp/br-prof.boot')
-rw-r--r--src/interp/br-prof.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/br-prof.boot b/src/interp/br-prof.boot
index f0117bd6..8cb80ce6 100644
--- a/src/interp/br-prof.boot
+++ b/src/interp/br-prof.boot
@@ -256,9 +256,9 @@ getInfoAlist conname ==
abb := getConstructorAbbreviationFromDB conname or return '"not a constructor"
fs := strconc(symbolName abb,'".NRLIB/info")
inStream :=
- PROBE_-FILE fs => OPEN fs
+ PROBE_-FILE fs => inputTextFile fs
filename := strconc('"/spad/int/algebra/",symbolName abb,'".NRLIB/info")
- PROBE_-FILE filename => OPEN filename
+ PROBE_-FILE filename => inputTextFile filename
return nil
alist := mySort READ inStream
if cat? then