aboutsummaryrefslogtreecommitdiff
path: root/src/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prog.c')
-rw-r--r--src/prog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prog.c b/src/prog.c
index f39fb1b7..26621102 100644
--- a/src/prog.c
+++ b/src/prog.c
@@ -1869,7 +1869,7 @@ env_vsprintf(eval_environ_t env, const char *biname,
}
void
-env_throw_0(eval_environ_t env, mf_status status, size_t off)
+env_throw_0(eval_environ_t env, mf_exception status, size_t off)
{
prog_counter_t pc = env->catch[status];
if (pc) {
@@ -1891,7 +1891,7 @@ env_throw_0(eval_environ_t env, mf_status status, size_t off)
}
void
-env_throw(eval_environ_t env, mf_status status, const char *fmt, ...)
+env_throw(eval_environ_t env, mf_exception status, const char *fmt, ...)
{
va_list ap;
size_t off;
@@ -1902,7 +1902,7 @@ env_throw(eval_environ_t env, mf_status status, const char *fmt, ...)
}
void
-env_throw_bi(eval_environ_t env, mf_status status, const char *biname,
+env_throw_bi(eval_environ_t env, mf_exception status, const char *biname,
const char *fmt, ...)
{
va_list ap;

Return to:

Send suggestions and report system problems to the System administrator.