summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2017-02-21 23:22:07 -0600
committerTony Cook <tony@develop-help.com>2017-02-23 14:40:22 +1100
commitcc8b45bd305949a5d1b6071215c6c8e429dd68bb (patch)
tree721bd8c61a605659f58cdae2926d8b917edefc90 /embed.fnc
parenta26fecbbe7f9ad305d4e7e45430c95829d6f5aac (diff)
downloadperl-cc8b45bd305949a5d1b6071215c6c8e429dd68bb.tar.gz
Make Perl_abort_execution flagged as not returning
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 89986b4acb..25bf824f26 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1881,7 +1881,7 @@ p |void |write_to_stderr|NN SV* msv
: Used in op.c
p |int |yyerror |NN const char *const s
p |void |yyquit
-p |void |abort_execution|NN const char * const msg|NN const char * const name
+pr |void |abort_execution|NN const char * const msg|NN const char * const name
p |int |yyerror_pv |NN const char *const s|U32 flags
p |int |yyerror_pvn |NULLOK const char *const s|STRLEN len|U32 flags
: Used in perly.y, and by Data::Alias