aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-02-10 04:48:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-02-10 04:48:39 +0000
commit6b365f926f1f0430c34498392e1dddbff126bc48 (patch)
treebdbc548cea2b0968863d9695bbdfc1732b16c3c5 /src/interp/debug.lisp
parent06e82157a75ebb6f14dae6a76a9e3a2b883b2c7a (diff)
downloadopen-axiom-6b365f926f1f0430c34498392e1dddbff126bc48.tar.gz
Add support for batch processing.
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 3e3d28fb..dbf35df7 100644
--- a/src/interp/debug.lisp
+++ b/src/interp/debug.lisp
@@ -191,7 +191,7 @@
(LIST " editing file" '|%b| (|namestring| EDINFILE) '|%d|))
(OBEY
(STRCONC
- (make-absolute-filename "/lib/SPADEDFN ")
+ (|makeAbsoluteFilename| "/lib/SPADEDFN ")
(|namestring| EDINFILE)
" "
(STRINGIMAGE $LINENUMBER)))