diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-05 18:18:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-05 18:18:44 +0000 |
commit | 1d58305527a3ac3d82e30967f5b0fae28fee911d (patch) | |
tree | 31f8ad07775d8faa4fdf686d3222bc101503a41c /ObjXSub.h | |
parent | 51aa15f38ed061e162eb5fdd50db6c15d839cf32 (diff) | |
download | perl-1d58305527a3ac3d82e30967f5b0fae28fee911d.tar.gz |
[win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
with the xsubpp-generated symbol)
p4raw-id: //depot/win32/perl@1075
Diffstat (limited to 'ObjXSub.h')
-rw-r--r-- | ObjXSub.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2001,10 +2001,10 @@ #define socketpair PerlSock_socketpair #endif /* NO_XSLOCKS */ -#undef THIS -#define THIS pPerl -#undef THIS_ -#define THIS_ pPerl, +#undef PERL_OBJECT_THIS +#define PERL_OBJECT_THIS pPerl +#undef PERL_OBJECT_THIS_ +#define PERL_OBJECT_THIS_ pPerl, #undef SAVEDESTRUCTOR #define SAVEDESTRUCTOR(f,p) \ |