mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
Removed left-over debugging code
This commit is contained in:
parent
dc4ddb335e
commit
1cfda2d332
1 changed files with 0 additions and 1 deletions
|
@ -365,7 +365,6 @@ static int
|
||||||
closureless (SCM code, const void *a, const void *b)
|
closureless (SCM code, const void *a, const void *b)
|
||||||
{
|
{
|
||||||
SCM env, next;
|
SCM env, next;
|
||||||
SCM_ASSERT (*(SCM *)b != 0, SCM_BOOL_F, "Bug!", "closureless");
|
|
||||||
env = SCM_EXTEND_ENV (SCM_CAR (SCM_CODE (code)),
|
env = SCM_EXTEND_ENV (SCM_CAR (SCM_CODE (code)),
|
||||||
scm_cons (*(SCM *) a,
|
scm_cons (*(SCM *) a,
|
||||||
scm_cons (*(SCM *) b, SCM_EOL)),
|
scm_cons (*(SCM *) b, SCM_EOL)),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue