From: Gurusamy Sarathy Date: Tue, 20 Jul 1999 04:52:25 +0000 (+0000) Subject: C needs no PERL_OBJECT-treatment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c06b86730d867c2d7d96152e2934a17cd3a9f114;p=p5sagit%2Fp5-mst-13.2.git C needs no PERL_OBJECT-treatment p4raw-id: //depot/perl@3706 --- diff --git a/win32/win32.h b/win32/win32.h index 0ed53d6..79926ac 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 */