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:
Zoltan Somogyi
2000-11-23 06:33:25 +00:00
parent 4be69fa961
commit ed858e8748

View File

@@ -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"