mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* 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
|
@ -400,6 +400,7 @@ SCM_DEFINE (scm_noop, "noop", 0, 0, 1,
|
|||
"")
|
||||
#define FUNC_NAME s_scm_noop
|
||||
{
|
||||
SCM_VALIDATE_REST_ARGUMENT (args);
|
||||
return (SCM_NULLP (args) ? SCM_BOOL_F : SCM_CAR (args));
|
||||
}
|
||||
#undef FUNC_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue