diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 18:54:13 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 18:54:13 +0000 |
commit | e3cf49e2e2df78528afdd14c4a3219cf5059e6eb (patch) | |
tree | 7b2e596d469563427ab0b39305d402c3d7e020af /embed.fnc | |
parent | 11cd919dc47cef55287cce0322d44e19aecf3127 (diff) | |
download | perl-e3cf49e2e2df78528afdd14c4a3219cf5059e6eb.tar.gz |
vdie() isn't used anywhere aside from util.c, so it can be static.
p4raw-id: //depot/perl@34923
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ pM |void |delete_eval_scope p |void |deprecate |NN const char *const s p |void |deprecate_old |NN const char *const s Afp |OP* |die |NULLOK const char* pat|... -p |OP* |vdie |NULLOK const char* pat|NULLOK va_list* args +s |OP* |vdie |NULLOK const char* pat|NULLOK va_list* args p |OP* |die_where |NULLOK const char* message|STRLEN msglen Ap |void |dounwind |I32 cxix pmb |bool |do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp |