* vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro to help in
authorGreg J. Badros <gjb@cs.washington.edu>
Thu, 9 Mar 2000 21:48:25 +0000 (21:48 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Thu, 9 Mar 2000 21:48:25 +0000 (21:48 +0000)
commit41b0806d3ed1c6e11fcae8e09b161f320137a73b
tree0f3438113efe9db300637708cfb679657c3ce836
parent7ac030d6de0e8fad668851f5c42f9869cc2b1b3f
* vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro to help in
eliminating some warnings.

* unif.c, strports.c, print.c, options.c: Fix some warnings on
mis-use of SCM/long

* gc.c, gc.h: Added scm_return_first_int(), and added comment re:
what the scm_return_first* functions do.
libguile/gc.c
libguile/gc.h
libguile/options.c
libguile/print.c
libguile/strports.c
libguile/unif.c
libguile/vectors.h