mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-10 11:23:15 +00:00
Refer to do_init_modules with its MR_ prefixed name.
Estimated hours taken: 0.1 util/mkinit.c: Refer to do_init_modules with its MR_ prefixed name.
This commit is contained in:
@@ -201,7 +201,7 @@ static const char mercury_funcs[] =
|
||||
" #endif\n"
|
||||
"#endif\n"
|
||||
"#if defined(USE_GCC_NONLOCAL_GOTOS) && !defined(USE_ASM_LABELS)\n"
|
||||
" do_init_modules();\n"
|
||||
" MR_do_init_modules();\n"
|
||||
"#endif\n"
|
||||
"#ifdef MR_HIGHLEVEL_CODE\n"
|
||||
" MR_program_entry_point = %s;\n"
|
||||
|
||||
Reference in New Issue
Block a user