* unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,
authorGreg J. Badros <gjb@cs.washington.edu>
Wed, 5 Jan 2000 16:16:57 +0000 (16:16 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Wed, 5 Jan 2000 16:16:57 +0000 (16:16 +0000)
commit368cf54d897a35436b65bbc7e451df1493b12697
treed8d0539aad856c0c681b8a1f876f17e6aa153816
parent339999c72ef6e401528e7f8ded4b3e1b63f385e9
* unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,
posix.c:  Eliminated a bunch of SCM_NIMP(..)s that are now
redundant with the safer macros.  Patch from Dirk Hermann applied
by hand. Thanks Dirk!

* scm_validate.h: Added SCM_VALIDATE_VECTOR_OR_DVECTOR for some
uses in random.c.

* ramap.c: whitespace change.
libguile/posix.c
libguile/print.c
libguile/ramap.c
libguile/random.c
libguile/scm_validate.h
libguile/stacks.c
libguile/strings.c
libguile/symbols.c
libguile/unif.c