diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-31 22:42:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-31 22:42:23 +0000 |
commit | 12a98ad5c89fb8cd6cec9de80136f28ee2c769ff (patch) | |
tree | 0870d4055f72387143cb48c709ab02debd5f4f4a /globals.c | |
parent | cd183fd9a4ee43af22288167daab9fa3d4dd8bae (diff) | |
download | perl-12a98ad5c89fb8cd6cec9de80136f28ee2c769ff.tar.gz |
missing files in previous submit
p4raw-id: //depot/perl@4744
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,12 +45,14 @@ CPerlObj::operator new(size_t nSize, IPerlMem *pvtbl) #endif } +#ifndef __BORLANDC__ void CPerlObj::operator delete(void *pPerl, IPerlMem *pvtbl) { if(pvtbl) pvtbl->pFree(pvtbl, pPerl); } +#endif #ifdef WIN32 /* XXX why are these needed? */ bool |