summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-23 10:50:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-23 10:50:10 +0000
commit066ef5b548575efffe272b7363a2f5050ebd7e2d (patch)
tree09ca6ef3162bdf047c8476dad3f3bb9067b7c150 /proto.h
parentcb68f92dafee55e318e6fa14f60158f7b7d20a65 (diff)
downloadperl-066ef5b548575efffe272b7363a2f5050ebd7e2d.tar.gz
more MULTIPLICITY tweaks
p4raw-id: //depot/perl@1206
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 cff62d6490..0beb3849be 100644
--- a/proto.h
+++ b/proto.h
@@ -264,7 +264,9 @@ VIRTUAL U32 magic_sizepack _((SV* sv, MAGIC* mg));
VIRTUAL int magic_wipepack _((SV* sv, MAGIC* mg));
VIRTUAL void magicname _((char* sym, char* name, I32 namlen));
int main _((int argc, char** argv, char** env));
+#ifdef MYMALLOC
VIRTUAL MEM_SIZE malloced_size _((void *p));
+#endif
VIRTUAL void markstack_grow _((void));
#ifdef USE_LOCALE_COLLATE
VIRTUAL char* mem_collxfrm _((const char* s, STRLEN len, STRLEN* xlen));