mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
Resync with new patch to make functions receive a const argument
This commit is contained in:
parent
e98640e1ac
commit
85ab988cd1
6 changed files with 17 additions and 17 deletions
|
@ -57,7 +57,7 @@ static jit_state_t *disasm_jit;
|
|||
* Implementation
|
||||
*/
|
||||
void
|
||||
jit_init_debug(char *progname)
|
||||
jit_init_debug(const char *progname)
|
||||
{
|
||||
#if DISASSEMBLER
|
||||
bfd_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue