diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-15 08:19:08 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-15 08:19:08 +0000 |
commit | f1f8f8925a02a6ca4f9ef21b150b369edc63630d (patch) | |
tree | 6e3a25860d4c3ec95cf6b0fb42b32548e001155b /perlapi.h | |
parent | a594c7b4495766324bc28504b0f4af2b5424ed02 (diff) | |
parent | 92e830a9086d75f086574c378b1c63ff2e00edcf (diff) | |
download | perl-f1f8f8925a02a6ca4f9ef21b150b369edc63630d.tar.gz |
Integrate rest of mainline
p4raw-id: //depot/perlio@14270
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -103,12 +103,6 @@ END_EXTERN_C #define PL_MemParse (*Perl_IMemParse_ptr(aTHX)) #undef PL_MemShared #define PL_MemShared (*Perl_IMemShared_ptr(aTHX)) -#undef PL_OpPtr -#define PL_OpPtr (*Perl_IOpPtr_ptr(aTHX)) -#undef PL_OpSlab -#define PL_OpSlab (*Perl_IOpSlab_ptr(aTHX)) -#undef PL_OpSpace -#define PL_OpSpace (*Perl_IOpSpace_ptr(aTHX)) #undef PL_Proc #define PL_Proc (*Perl_IProc_ptr(aTHX)) #undef PL_Sock |