summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-31 22:42:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-31 22:42:23 +0000
commit12a98ad5c89fb8cd6cec9de80136f28ee2c769ff (patch)
tree0870d4055f72387143cb48c709ab02debd5f4f4a /proto.h
parentcd183fd9a4ee43af22288167daab9fa3d4dd8bae (diff)
downloadperl-12a98ad5c89fb8cd6cec9de80136f28ee2c769ff.tar.gz
missing files in previous submit
p4raw-id: //depot/perl@4744
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 06c834cdc1..2118be4b72 100644
--- a/proto.h
+++ b/proto.h
@@ -43,7 +43,9 @@ public:
CPerlObj(IPerlMem*, IPerlMem*, IPerlMem*, IPerlEnv*, IPerlStdIO*,
IPerlLIO*, IPerlDir*, IPerlSock*, IPerlProc*);
void* operator new(size_t nSize, IPerlMem *pvtbl);
+#ifndef __BORLANDC__
static void operator delete(void* pPerl, IPerlMem *pvtbl);
+#endif
int do_aspawn (void *vreally, void **vmark, void **vsp);
#endif
#if defined(PERL_OBJECT)