mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-05 17:20:18 +02:00
Dynstack uses inline functions instead of macros
* libguile/control.c: * libguile/dynstack.c: * libguile/dynstack.h: * libguile/vm.c: Move SCM_DYNSTACK_TAG etc to be inline functions. Adapt all callers.
This commit is contained in:
parent
985c1d16f2
commit
2b3b843f82
4 changed files with 158 additions and 93 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
|
||||
#define PROMPT_ESCAPE_P(p) \
|
||||
(SCM_DYNSTACK_TAG_FLAGS (SCM_DYNSTACK_TAG (p)) \
|
||||
(scm_dynstack_tag_flags (scm_dynstack_tag (p)) \
|
||||
& SCM_F_DYNSTACK_PROMPT_ESCAPE_ONLY)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue