summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index f7e4f055d7..6fcf852fdd 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3335,7 +3335,7 @@ PP(pp_goto)
? 2
: 1;
if (enterops[i])
- deprecate("\"goto\" to jump into a construct");
+ deprecate(WARN_DEPRECATED__GOTO_CONSTRUCT, "\"goto\" to jump into a construct");
}
/* pop unwanted frames */