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:
parent
0bc908e7c4
commit
4d45e7b69a
5 changed files with 9 additions and 9 deletions
|
@ -57,7 +57,7 @@
|
|||
|
||||
typedef struct scm_info_frame {
|
||||
//SCM flags;
|
||||
SCMWORD flags;
|
||||
scm_bits_t flags;
|
||||
SCM source;
|
||||
SCM proc;
|
||||
SCM args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue