diff options
author | Doug MacEachern <dougm@covalent.net> | 2001-02-07 11:18:52 -0800 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-08 19:15:58 +0000 |
commit | a0739874a58147af36c59eb6d5d23113ccab3a9e (patch) | |
tree | 17b80f13dfbdc83c0fbca6ec852a2443ad2c1c0c /sv.h | |
parent | 2eec1a1ed8f4ac423d53f3e0bb68e0581ea99aab (diff) | |
download | perl-a0739874a58147af36c59eb6d5d23113ccab3a9e.tar.gz |
Re: [patch] Re: PL_ptr_table
Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
p4raw-id: //depot/perl@8713
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1107,3 +1107,7 @@ Returns a pointer to the character buffer. #define Sv_Grow sv_grow #define SV_IMMEDIATE_UNREF 1 + +#define CLONEf_COPY_STACKS 1 +#define CLONEf_KEEP_PTR_TABLE 2 + |