summaryrefslogtreecommitdiff
path: root/eval_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_error.h')
-rw-r--r--eval_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_error.h b/eval_error.h
index 155986e836..cbbf534d65 100644
--- a/eval_error.h
+++ b/eval_error.h
@@ -74,7 +74,7 @@ error_print(void)
if (NIL_P(GET_THREAD()->errinfo))
return;
- PUSH_TAG(PROT_NONE);
+ PUSH_TAG();
if (EXEC_TAG() == 0) {
errat = get_backtrace(GET_THREAD()->errinfo);
}