1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

* box-dynamic/README: Corrected sample session.

* box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c
	* box/box.c: scm_bits_t -> scm_t_bits.
This commit is contained in:
Martin Grabmüller 2001-07-09 19:14:01 +00:00
parent d9fc89cb3f
commit 5785e11401
6 changed files with 12 additions and 5 deletions

View file

@ -25,7 +25,7 @@
/* The type code for the newly created smob type will be stored into
this variable. It has the prefix `scm_tc16_' to make it usable
with the SCM_VALIDATE_SMOB macro below. */
static scm_bits_t scm_tc16_box;
static scm_t_bits scm_tc16_box;
/* This function is responsible for marking all SCM objects included