summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2010-06-03 12:08:14 +0200
committerVincent Pit <perl@profvince.com>2010-06-03 14:00:50 +0200
commit03d5bcf83cdbcccf9aefa373ec7b6a3dc11c5142 (patch)
tree7cd0596d1bcd84c13e71e9e1550692002ce43e63 /embed.fnc
parent483ce06a4f6c720f66285117b98747911f62226a (diff)
downloadperl-03d5bcf83cdbcccf9aefa373ec7b6a3dc11c5142.tar.gz
Deprecate find_rundefsvoffset()
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 6400f3e306..01605a96aa 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -855,7 +855,7 @@ p |PADOFFSET|allocmy |NN const char *const name|const STRLEN len\
|const U32 flags
: Used in op.c and toke.c
AMpdR |PADOFFSET|pad_findmy |NN const char* name|STRLEN len|U32 flags
-Ap |PADOFFSET|find_rundefsvoffset |
+ApD |PADOFFSET|find_rundefsvoffset |
: Used in pp.c
Ap |SV* |find_rundefsv |
: Used in perly.y