diff options
author | Radu Greab <radu@netsoft.ro> | 2003-08-05 23:57:15 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-10-21 21:21:56 +0000 |
commit | bf9cdc68d248e456c55258025f0d0724ca63226d (patch) | |
tree | df180b40a00a02d3bc0a3ff6eb6e68872cdf6676 /pod/perlintern.pod | |
parent | 69fc43e8cc1ab20ea33528914d94e54ac04360ed (diff) | |
download | perl-bf9cdc68d248e456c55258025f0d0724ca63226d.tar.gz |
embedding perl
Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
p4raw-id: //depot/perl@21514
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r-- | pod/perlintern.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 41ddbbad37..9c977a506f 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -221,6 +221,15 @@ the previous current pad. =for hackers Found in file pad.h +=item PAD_SET_CUR_NOSAVE + +like PAD_SET_CUR, but without the save + + void PAD_SET_CUR_NOSAVE (PADLIST padlist, I32 n) + +=for hackers +Found in file pad.h + =item PAD_SV Get the value at offset C<po> in the current pad |