1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t):

Renamed from SCMWORD.
This commit is contained in:
Mikael Djurfeldt 2000-03-12 17:52:18 +00:00
parent 0bc908e7c4
commit 4d45e7b69a
5 changed files with 9 additions and 9 deletions

View file

@ -57,7 +57,7 @@
typedef struct scm_info_frame {
//SCM flags;
SCMWORD flags;
scm_bits_t flags;
SCM source;
SCM proc;
SCM args;