"x") };
comp.check_type =
gcc_jit_context_new_function (comp.ctxt, NULL,
- GCC_JIT_FUNCTION_ALWAYS_INLINE,
+ GCC_JIT_FUNCTION_INTERNAL,
comp.void_type,
"CHECK_TYPE",
3,
comp.pseudovectorp =
gcc_jit_context_new_function (comp.ctxt, NULL,
- GCC_JIT_FUNCTION_ALWAYS_INLINE,
+ GCC_JIT_FUNCTION_INTERNAL,
comp.bool_type,
"PSEUDOVECTORP",
2,
"ptr") };
comp.check_impure =
gcc_jit_context_new_function (comp.ctxt, NULL,
- GCC_JIT_FUNCTION_ALWAYS_INLINE,
+ GCC_JIT_FUNCTION_INTERNAL,
comp.void_type,
"CHECK_IMPURE",
2,
"x");
comp.bool_to_lisp_obj =
gcc_jit_context_new_function (comp.ctxt, NULL,
- GCC_JIT_FUNCTION_ALWAYS_INLINE,
+ GCC_JIT_FUNCTION_INTERNAL,
comp.lisp_obj_type,
"bool_to_lisp_obj",
1,