aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-23 14:31:06 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-23 14:31:06 +0000
commitdd7e3debcd9bd8360dbd90b8a057544ec54eb67c (patch)
tree61b1020f1d36779ec07a2022046dfc93a72ecfbc /src/interp/debug.lisp
parent3a808df770c8702a9e330effa0b6e462eaaaee01 (diff)
downloadopen-axiom-dd7e3debcd9bd8360dbd90b8a057544ec54eb67c.tar.gz
* interp/vmlisp.lisp (MAKE-CVEC): Remove.
(GETSTR): Likewise. * interp/sys-macros.lisp (INTERNL): Likewise. * interp/macros.lisp: Move content to vmlisp.lisp. Remove. * interp/Makefile.in: Adjust. * interp/debug.lisp: Now import sys-macros * interp/fname.lisp: Likewise. * interp/format.boot: Likewise. * interp/g-timer.boot: Likewise. * interp/g-util.boot: Likewise. * interp/ht-util.boot: Likewise. * interp/htcheck.boot: Likewise. * interp/htsetvar.boot: Likewise. * interp/monitor.lisp: Likewise. * interp/newaux.lisp: Likewise. * interp/newfort.boot: Likewise. * interp/nlib.lisp: Likewise. * interp/postpar.boot: Likewise. * interp/profile.boot: Likewise. * interp/server.boot: Likewise. * interp/setvars.boot: Likewise. * interp/setvart.boot: Likewise. * interp/sfsfun.boot: Likewise. * interp/simpbool.boot: Likewise. * interp/spad.lisp: Likewise. * interp/termrw.boot: Likewise. * interp/topics.boot: Likewise.
Diffstat (limited to 'src/interp/debug.lisp')
-rw-r--r--src/interp/debug.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/debug.lisp b/src/interp/debug.lisp
index c1db2f22..917c91ff 100644
--- a/src/interp/debug.lisp
+++ b/src/interp/debug.lisp
@@ -43,7 +43,7 @@
; NAME: Debugging Package
; PURPOSE: Debugging hooks for Boot code
-(import-module "macros")
+(import-module "sys-macros")
(import-module "lexing")
(in-package "BOOT")
@@ -602,7 +602,7 @@ EXAMINE (SETQ RECNO (NOTE |$InputStream|))
(if (NOT (OR A V C NL))
(if Caller (return "119") (return "019")))
(SETQ NL (APPEND NL '(\0)))
- (SETQ BUF (GETSTR 12))
+ (SETQ BUF (|makeString| 12))
(SUFFIX (if (or C Caller) #\1 #\0) BUF)
(SUFFIX (if V #\1 #\0) BUF)
(if A (suffix #\9 BUF)