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 | d20626d86bf3d55ba658adbc2678de4c519cbc6c (patch) | |
tree | 54572cc02ed9c32ffaa4bb2161ba13d8466dbc77 /xsutils.c | |
parent | cc49e20bd7575d1d37e92731860d63daa4d52ecc (diff) | |
download | perl-d20626d86bf3d55ba658adbc2678de4c519cbc6c.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 |