Kevin Ryde <[EMAIL PROTECTED]> writes:

> I wrote a few words for scm_set_program_arguments, which is mentioned
> under scm_boot_guile but not otherwise described.

Looks good, just one comment:

>             scm_set_program_arguments (-1, argv+i, progname);

Is argv normally NULL-terminated?  I would have thought that "argc-i"
would be more reliable than "-1" here.

Regards,
     Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to