mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 14:51:20 -08:00
There was one occurrence of ihs_push->ecl_ihs_push left
This commit is contained in:
parent
7452875f32
commit
35fa30dc22
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@
|
|||
;; name into the invocation stack
|
||||
(when (>= (fun-debug fun) 2)
|
||||
(push 'IHS *unwind-exit*)
|
||||
(wt-nl "ihs_push(cl_env_copy,&ihs," (add-symbol (fun-name fun)) ",Cnil);"))
|
||||
(wt-nl "ecl_ihs_push(cl_env_copy,&ihs," (add-symbol (fun-name fun)) ",Cnil);"))
|
||||
|
||||
(c2lambda-expr (c1form-arg 0 lambda-expr)
|
||||
(c1form-arg 2 lambda-expr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue