1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-12 00:30:20 +02:00

Move multiply defined macro to a single header file.

This commit is contained in:
pcpa 2015-05-25 15:53:17 -03:00
parent 0b6cc01eea
commit 1ce1d00db8
11 changed files with 3 additions and 21 deletions

View file

@ -47,6 +47,9 @@
# define HIDDEN /**/
#endif
#define rc(value) jit_class_##value
#define rn(reg) (jit_regno(_rvs[jit_regno(reg)].spec))
#if defined(__i386__) || defined(__x86_64__)
# define JIT_SP _RSP
# define JIT_RET _RAX