|
@@ -607,7 +607,7 @@ static void qi_scope_run_defers(qi_state_t *state, qi_scope_t *scope) {
|
|
|
qi_defer_t defer = (qi_defer_t)(qi_list_data(defers, i));
|
|
|
|
|
|
defer(state);
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
static bool _qi_old_scope(qi_state_t *state, bool ignore_barriers) {
|
|
@@ -1267,7 +1267,7 @@ void qi_fatal(qi_state_t *state, char *format, ...) {
|
|
|
fprintf(stderr, " %s, call to %s\n", debug_data,
|
|
|
func->value.function.name);
|
|
|
else
|
|
|
- fprintf(stderr, " File N/A, line N/A, call to %s\n",
|
|
|
+ fprintf(stderr, " Call to %s\n",
|
|
|
func->value.function.name);
|
|
|
}
|
|
|
}
|