* Unified some rest argument checking and handling.
This commit is contained in:
parent
c8a54c4b87
commit
af45e3b06a
22 changed files with 164 additions and 140 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue