diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-04 02:53:37 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-04 02:53:37 +0000 |
commit | 655cbc1a6d89a576ac4597b0e09e75b69fe193e2 (patch) | |
tree | 54572cc02ed9c32ffaa4bb2161ba13d8466dbc77 /xsutils.c | |
parent | 99b40ef33e5e9c12a9a4d5ddf8dda76306594146 (diff) | |
download | perl-655cbc1a6d89a576ac4597b0e09e75b69fe193e2.tar.gz |
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
p4raw-id: //depot/perl@4511
Diffstat (limited to 'xsutils.c')
-rw-r--r-- | xsutils.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -35,10 +35,6 @@ Perl_boot_core_xsutils(pTHX) newXS("attributes::bootstrap", XS_attributes_bootstrap, file); } -#ifdef PERL_OBJECT -#define NO_XSLOCKS -#endif /* PERL_OBJECT */ - #include "XSUB.h" static int |