mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Compare commits
2 commits
1a9e4ec403
...
47ba27efc7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47ba27efc7 | ||
|
|
9f9c9a8037 |
2 changed files with 3 additions and 3 deletions
|
|
@ -199,7 +199,7 @@
|
|||
(wt-nl "ecl_bds_unwind_n(cl_env_copy," bds-bind ");"))
|
||||
(case ihs-p
|
||||
(IHS (wt-nl "ecl_ihs_pop(cl_env_copy);"))
|
||||
(IHS-ENV (wt-nl "ihs.lex_env = _ecl_debug_env;"))))
|
||||
(IHS-ENV (wt-nl "ihs.lcl_env = _ecl_debug_env;"))))
|
||||
|
||||
(defun %unwind (into from)
|
||||
(declare (si::c-local))
|
||||
|
|
|
|||
|
|
@ -75,11 +75,11 @@
|
|||
(+ 2 (length filtered-locations))
|
||||
",,);")
|
||||
(unless first
|
||||
(wt-nl "ihs.lex_env = _ecl_debug_env;")))
|
||||
(wt-nl "ihs.lcl_env = _ecl_debug_env;")))
|
||||
filtered-codes))
|
||||
|
||||
(defun pop-debug-lexical-env ()
|
||||
(wt-nl "ihs.lex_env = _ecl_debug_env;"))
|
||||
(wt-nl "ihs.lcl_env = _ecl_debug_env;"))
|
||||
|
||||
(defun c2let* (c1form vars forms body
|
||||
&aux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue