summaryrefslogtreecommitdiff
path: root/malloc_ctl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-06 16:21:33 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-06 16:21:33 +0000
commita7433df8ff37a7cd2fbb0f3ac8f0c0cc2aa71114 (patch)
tree16f295eff198d776359fccb5ebf8124cfb983af5 /malloc_ctl.h
parent216db7eec92546173ac6bab178225bf585542186 (diff)
downloadperl-a7433df8ff37a7cd2fbb0f3ac8f0c0cc2aa71114.tar.gz
Forgotten from change #20031.
p4raw-link: @20031 on //depot/perl: 216db7eec92546173ac6bab178225bf585542186 p4raw-id: //depot/perl@20032
Diffstat (limited to 'malloc_ctl.h')
-rw-r--r--malloc_ctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc_ctl.h b/malloc_ctl.h
index e0bee00ea3..2bce0c113c 100644
--- a/malloc_ctl.h
+++ b/malloc_ctl.h
@@ -47,7 +47,9 @@ enum {
MallocCfg_last
};
+START_EXTERN_C
extern IV *MallocCfg_ptr;
+END_EXTERN_C
#endif