1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 06:50:21 +02:00

Resync with new patch to make functions receive a const argument

This commit is contained in:
pcpa 2014-11-01 22:32:23 -02:00
parent e98640e1ac
commit 85ab988cd1
6 changed files with 17 additions and 17 deletions

View file

@ -47,7 +47,7 @@ jit_finish_note(void)
}
jit_node_t *
_jit_name(jit_state_t *_jit, char *name)
_jit_name(jit_state_t *_jit, const char *name)
{
jit_node_t *node;