* Unified some rest argument checking and handling.

This commit is contained in:
Dirk Herrmann 2000-05-18 08:47:52 +00:00
commit af45e3b06a
22 changed files with 164 additions and 140 deletions

View file

@ -116,7 +116,7 @@ extern SCM scm_stack_type;
SCM scm_stack_p (SCM obj);
SCM scm_make_stack (SCM args);
SCM scm_make_stack (SCM obj, SCM args);
SCM scm_stack_id (SCM stack);
SCM scm_stack_ref (SCM stack, SCM i);
SCM scm_stack_length (SCM stack);