aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-30 08:50:00 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-30 08:50:00 +0000
commite46eacc852aacf74de6d98ed5aad9249f41eabb0 (patch)
tree7d8c05190be1e45ee6d47cd2415fbb6ee3f048ce /src/interp/debug.lisp
parent865e926e0c7b9f8ad6201315a41a89b2258d77a7 (diff)
downloadopen-axiom-e46eacc852aacf74de6d98ed5aad9249f41eabb0.tar.gz
* interp/vmlisp.lisp (QSTRING): Remove.
(QSTRINGLENGTH): Likewise. (STRINGLENGTH): Likewise. * interp/g-opt.boot ($VMsideEffectFreeOperators): Include %i2s. * interp/g-util.boot: Expand it. * interp/debug.lisp (/LOCATE): Replace STRINGLENGTH with LENGTH. * algebra/fortran.spad.pamphlet: Don't use STRINGIMAGE from Lisp. * algebra/generic.spad.pamphlet: Likewise. * algebra/naalg.spad.pamphlet: Likewise. * algebra/naalgc.spad.pamphlet: Likewise. * algebra/outform.spad.pamphlet: Likewise. * algebra/string.spad.pamphlet: Likewise.
Diffstat (limited to 'src/interp/debug.lisp')
-rw-r--r--src/interp/debug.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/debug.lisp b/src/interp/debug.lisp
index 3ed6ea3d..2c951e31 100644
--- a/src/interp/debug.lisp
+++ b/src/interp/debug.lisp
@@ -310,7 +310,7 @@
(NOT (make-input-filename INFILE)))
(RETURN NIL))
(SETQ FT (UPCASE (|object2Identifier| (|pathnameType| INFILE))))
- (SETQ KEYLENGTH (STRINGLENGTH KEY))
+ (SETQ KEYLENGTH (LENGTH KEY))
(WHEN (> INITRECNO 1) ;; we think we know where it is
(POINT INITRECNO |$InputStream|)
(SETQ LN (READ-LINE |$InputStream| NIL NIL))