summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-08-12 12:02:51 +1000
committerTony Cook <tony@develop-help.com>2013-08-12 13:32:21 +1000
commit8140a7a801e37d147db0e5a8d89551d9d77666e0 (patch)
tree82e1a5fc8e78aed4ea4e5170c06d76361a0df4b0 /embed.fnc
parent81968fbb2f582e72bef18261ac12beb27316016a (diff)
downloadperl-8140a7a801e37d147db0e5a8d89551d9d77666e0.tar.gz
[perl #3330] warn on increment of an non number/non-magically incable value
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 624b2aa1fa..e076893a71 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2157,7 +2157,9 @@ pX |void |sv_del_backref |NN SV *const tsv|NN SV *const sv
#if defined(PERL_IN_SV_C)
nsR |char * |uiv_2buf |NN char *const buf|const IV iv|UV uv|const int is_uv|NN char **const peob
i |void |sv_unglob |NN SV *const sv|U32 flags
+s |const char *|sv_display |NN SV *const sv|NN char *tmpbuf|STRLEN tmpbuf_size
s |void |not_a_number |NN SV *const sv
+s |void |not_incrementable |NN SV *const sv
s |I32 |visit |NN SVFUNC_t f|const U32 flags|const U32 mask
# ifdef DEBUGGING
s |void |del_sv |NN SV *p