summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@covalent.net>2001-02-07 11:18:52 -0800
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 19:15:58 +0000
commita0739874a58147af36c59eb6d5d23113ccab3a9e (patch)
tree17b80f13dfbdc83c0fbca6ec852a2443ad2c1c0c /sv.h
parent2eec1a1ed8f4ac423d53f3e0bb68e0581ea99aab (diff)
downloadperl-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index 0ab87e91e3..2785f14595 100644
--- a/sv.h
+++ b/sv.h
@@ -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
+