diff options
author | Vincent Pit <perl@profvince.com> | 2010-06-03 12:08:14 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2010-06-03 14:00:50 +0200 |
commit | 03d5bcf83cdbcccf9aefa373ec7b6a3dc11c5142 (patch) | |
tree | 7cd0596d1bcd84c13e71e9e1550692002ce43e63 /embed.fnc | |
parent | 483ce06a4f6c720f66285117b98747911f62226a (diff) | |
download | perl-03d5bcf83cdbcccf9aefa373ec7b6a3dc11c5142.tar.gz |
Deprecate find_rundefsvoffset()
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |