1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 13:10:22 +02:00

Do not export private definitions and types.

* include/lightning/jit_aarch64.h, include/lightning/jit_arm.h,
	include/lightning/jit_hppa.h, include/lightning/jit_ia64.h,
	include/lightning/jit_mips.h, include/lightning/jit_ppc.h,
	include/lightning/jit_private.h, include/lightning/jit_s390x.h,
	include/lightning/jit_sparc.h, include/lightning/jit_x86.h:
	Do not add jit_regset_t, JIT_RA0, and JIT_FA0 to the installed
	header file. These types and definitions are supposed to be
	only used internally.
This commit is contained in:
pcpa 2014-04-09 14:46:30 -03:00
parent 0fac1b11ea
commit abf1b6e678
11 changed files with 37 additions and 38 deletions

View file

@ -65,6 +65,4 @@ typedef enum {
_NOREG,
} jit_reg_t;
typedef jit_uint64_t jit_regset_t;
#endif /* _jit_sparc_h */