summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1999-10-02 11:11:44 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1999-10-02 11:11:44 +0000
commit33d8f7c1afe01d04914301ea81b4771b23fc2612 (patch)
tree72cb8a4a39d47dedec2343de539792defccac948 /sv.h
parent5bc28da93666e223bb56098f72517273bc8bcbf9 (diff)
parent9741dab02becad0550bba7d5ca9e59f8ac608b2d (diff)
downloadperl-33d8f7c1afe01d04914301ea81b4771b23fc2612.tar.gz
Incremental merge of mainline
p4raw-id: //depot/utfperl@4286
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index f6e3c39b4a..dd286c9c8c 100644
--- a/sv.h
+++ b/sv.h
@@ -156,6 +156,8 @@ struct io {
/* Some private flags. */
+#define SVpad_OUR 0x80000000 /* pad name is "our" instead of "my" */
+
#define SVf_IVisUV 0x80000000 /* use XPVUV instead of XPVIV */
#define SVpfm_COMPILED 0x80000000 /* FORMLINE is compiled */