bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (apply make-vector '(1 2 3))


From: Kevin Ryde
Subject: Re: (apply make-vector '(1 2 3))
Date: Tue, 03 Oct 2006 06:08:51 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

The case of no args was also not caught (passed through to the 2o
func).  I made this change,

        * eval.c (SCM_APPLY): For scm_tc7_subr_2o, throw wrong-num-args on 0
        arguments or 3 or more arguments.  Previously 0 called proc with
        SCM_UNDEFINED, and 3 or more silently used just the first 2.

Attachment: eval.c.apply_2o.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]