mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
cpp hygiene in the vm
* libguile/vm-engine.c: * libguile/vm-i-scheme.c: * libguile/vm-i-system.c: CPP hygiene: the code that #defines, #undefs. Makes things cleaner given the multiple inclusion dance we do.
This commit is contained in:
parent
c850a0ff4d
commit
a0ec1ca116
3 changed files with 47 additions and 6 deletions
|
@ -538,6 +538,9 @@ VM_DEFINE_INSTRUCTION (42, br_if_not_nil, "br-if-not-nil", 3, 0, 0)
|
|||
POP (x);
|
||||
BR (!scm_is_lisp_false (x));
|
||||
}
|
||||
|
||||
#undef BR
|
||||
|
||||
|
||||
/*
|
||||
* Subprogram call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue