diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-05-18 08:47:52 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-05-18 08:47:52 +0000 |
commit | af45e3b06accc40d2c92918d5901afb793e8b247 (patch) | |
tree | 36558f693d2e1bdbcd89d8ff533c8852abf47435 /libguile/stacks.h | |
parent | c8a54c4b87d561a6a4cc6464846af51f8215ef1e (diff) |
* Unified some rest argument checking and handling.
Diffstat (limited to 'libguile/stacks.h')
-rw-r--r-- | libguile/stacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/stacks.h b/libguile/stacks.h index 2a5ea828d..cbe27bbe4 100644 --- a/libguile/stacks.h +++ b/libguile/stacks.h @@ -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); |