mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-27 21:40:34 +02:00
Mirror of the upstream GNU Guile repository on Savannah.
https://www.gnu.org/software/guile/
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*. |
||
---|---|---|
check | ||
doc | ||
include | ||
lib | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
Makefile.am | ||
NEWS | ||
README | ||
size.c | ||
THANKS | ||
TODO |
GNU lightning is a library to aid in making portable programs that compile assembly code at run time. For more information, look at the info documentation.