1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-07 04:30:18 +02:00
guile/include/lightning
Holger Hans Peter Freyther 2229200c44 misc: Make jit_note and related functions take a const argument
Make jit_memcpy, jit_memmove, jit_data take const pointers to
allow jit_note to be used with a const string (e.g. a string
literal, __FILE__ or __func__). This is needed for GNU Smalltalk
to silence compiler warnings.

Sadly "const jit_pointer_t" is not the same as "typedef const void *"
so I introduced a new typedef for a const jit pointer. The other
option would be to replace jit_pointer_t with void*.
2014-11-01 18:52:27 -02:00
..
jit_aarch64.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_alpha.h ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00
jit_arm.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_hppa.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_ia64.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_mips.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_ppc.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_private.h misc: Make jit_note and related functions take a const argument 2014-11-01 18:52:27 -02:00
jit_s390x.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_sparc.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_x86.h x86: Build and pass all tests under cygwin64 (Windows x64) 2014-09-24 11:03:20 -03:00
Makefile.am ALPHA: Implement lightning Alpha port. 2014-08-10 11:48:35 -03:00