summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-02-13 13:18:38 -0700
committerKarl Williamson <khw@cpan.org>2017-02-13 21:24:09 -0700
commitc77da5ff879f4bc56ececd521148ca08ab8ce837 (patch)
treef0295147fc884caeb60511da6c47c190827104b5 /embed.fnc
parentf88c646639aaa9f3f90a801fa3aa5d1ce27fd3c0 (diff)
downloadperl-c77da5ff879f4bc56ececd521148ca08ab8ce837.tar.gz
Extract code into a function
This creates a function in toke.c to output the compilation aborted message, changing perl.c to call that function. This is in preparation for this to be called from a 2nd place
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 2ce7274f2a..c1fa1f5111 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1877,6 +1877,7 @@ inR |bool |should_warn_nl|NN const char *pv
p |void |write_to_stderr|NN SV* msv
: Used in op.c
p |int |yyerror |NN const char *const s
+p |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 |NN const char *const s|STRLEN len|U32 flags
: Used in perly.y, and by Data::Alias