diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-10-02 11:11:44 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-10-02 11:11:44 +0000 |
commit | 33d8f7c1afe01d04914301ea81b4771b23fc2612 (patch) | |
tree | 72cb8a4a39d47dedec2343de539792defccac948 /sv.h | |
parent | 5bc28da93666e223bb56098f72517273bc8bcbf9 (diff) | |
parent | 9741dab02becad0550bba7d5ca9e59f8ac608b2d (diff) | |
download | perl-33d8f7c1afe01d04914301ea81b4771b23fc2612.tar.gz |
Incremental merge of mainline
p4raw-id: //depot/utfperl@4286
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |