diff options
author | Gerard Goossen <gerard@tty.nl> | 2009-10-29 11:05:11 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-01 15:48:24 +0100 |
commit | 7d0994e057b3340e9b0be219a07a5992e313f0f0 (patch) | |
tree | f69a6265f5db8e14b602e2478a38de26611eab5c /embed.fnc | |
parent | 6d5ba409c26980e4e27923c54014d9f9cf834221 (diff) | |
download | perl-7d0994e057b3340e9b0be219a07a5992e313f0f0.tar.gz |
Use of SV* instead of message, msglen, utf8 to contain error message
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -218,7 +218,7 @@ Afp |OP* |die |NULLOK const char* pat|... s |OP* |vdie |NULLOK const char* pat|NULLOK va_list* args #endif : Used in util.c -p |OP* |die_where |NULLOK const char* message|STRLEN msglen +p |OP* |die_where |NULLOK SV* msv Ap |void |dounwind |I32 cxix : FIXME pmb |bool |do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp @@ -1189,7 +1189,7 @@ Ap |void |vwarner |U32 err|NN const char* pat|NULLOK va_list* args p |void |watch |NN char** addr Ap |I32 |whichsig |NN const char* sig : Used in pp_ctl.c -p |void |write_to_stderr|NN const char* message|int msglen +p |void |write_to_stderr|NN SV* msv : Used in op.c p |int |yyerror |NN const char *const s : Used in perly.y, and by Data::Alias @@ -1846,10 +1846,8 @@ s |char* |stdize_locale |NN char* locs #if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT) s |const COP*|closest_cop |NN const COP *cop|NULLOK const OP *o s |SV* |mess_alloc -s |const char *|vdie_croak_common|NULLOK const char *pat|NULLOK va_list *args \ - |NULLOK STRLEN *msglen|NULLOK I32* utf8 -s |bool |vdie_common |NULLOK const char *message|STRLEN msglen\ - |I32 utf8|bool warn +s |SV *|vdie_croak_common|NULLOK const char *pat|NULLOK va_list *args +s |bool |vdie_common |NULLOK SV *message|bool warn sr |char * |write_no_mem #if defined(PERL_MEM_LOG) && !defined(PERL_MEM_LOG_NOIMPL) sn |void |mem_log_common |enum mem_log_type mlt|const UV n|const UV typesize \ |