diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 04:52:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 04:52:25 +0000 |
commit | c06b86730d867c2d7d96152e2934a17cd3a9f114 (patch) | |
tree | 68b2bc96b7efb90a3106ef7374dea304f10f6a30 /win32/win32.h | |
parent | 3bb366e1bd40ee9d61a6f9a7de6ba34a07c92caa (diff) | |
download | perl-c06b86730d867c2d7d96152e2934a17cd3a9f114.tar.gz |
C<union any> needs no PERL_OBJECT-treatment
p4raw-id: //depot/perl@3706
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/win32.h b/win32/win32.h index 0ed53d6f47..79926acb9d 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -232,15 +232,6 @@ struct mgvtbl { \ U8 op_flags; \ U8 op_private; -#define UNION_ANY_DEFINITION union any { \ - void* any_ptr; \ - I32 any_i32; \ - IV any_iv; \ - long any_long; \ - void (CPERLscope(*any_dptr)) (pTHX_ void*); \ - char handle_VC_problem[16]; \ -} - #endif /* PERL_OBJECT */ #endif /* _MSC_VER */ |