1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

* options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP

removals from Dirk Hermann.

* alist.c: Rename formals to match the parameter names in the
documentation, updates to documentation.  Thanks Dirk Hermann!
This commit is contained in:
Greg J. Badros 2000-01-04 22:23:42 +00:00
parent db62436ece
commit 0b5f3f34c2
5 changed files with 41 additions and 50 deletions

View file

@ -177,8 +177,7 @@ scm_options (SCM arg, scm_option options[], int n, const char *s)
goto cont;
case SCM_OPTION_INTEGER:
new_mode = SCM_CDR (new_mode);
SCM_ASSERT (SCM_NIMP (new_mode)
&& SCM_CONSP (new_mode)
SCM_ASSERT ( SCM_CONSP (new_mode)
&& SCM_INUMP (SCM_CAR (new_mode)),
new_mode,
SCM_ARG1,