bug-guile
[Top][All Lists]
Advanced

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

gsubr.c too many args error


From: Bill Schottstaedt
Subject: gsubr.c too many args error
Date: Fri, 8 Feb 2002 03:51:54 -0800

Can I suggest a change in libguile/gsubr.c line 105 from:

    fputs ("ERROR in scm_c_make_gsubr: too many args\n", stderr);

to

    fprintf (stderr, "ERROR in scm_c_make_gsubr: too many args (%d) to %s\n", 
req + opt + rst, name);

Also is it really necessary to call "exit" after this error?

(The context, in case it matters, was a script generating bindings
by the thousand (literally) for several libraries, so it was not
at all obvious initially where the problem was).



reply via email to

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