diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-07-28 09:07:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-07-28 09:07:57 +0000 |
commit | eeb8d49e03ea8546042df7d6382f30f100395536 (patch) | |
tree | d21d360712d37b26eb2ecad8b6d267ae83d7a2f3 /pad.h | |
parent | 945fa9b5e7a27e23bc3274ba0b35d4a17fdb9964 (diff) | |
download | perl-eeb8d49e03ea8546042df7d6382f30f100395536.tar.gz |
Sync change 25229 to .h source files
p4raw-id: //depot/perl@25233
Diffstat (limited to 'pad.h')
-rw-r--r-- | pad.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ Save a pad slot (used to restore after an iteration) XXX DAPM it would make more sense to make the arg a PADOFFSET =for apidoc m|void|SAVECLEARSV |SV **svp -Clear the pointed to pad value on scope exit. (ie the runtime action of 'my') +Clear the pointed to pad value on scope exit. (i.e. the runtime action of 'my') =for apidoc m|void|SAVECOMPPAD save PL_comppad and PL_curpad |