summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-02 13:17:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-02 13:17:25 +0000
commit5ee53f021060cdd1c7498e8d89e25af293015b6e (patch)
treecf1b431af892f9497970c3670b4a40e023823269 /perlapi.h
parent1ce814815bde0566427417840f76f7f4c52ee977 (diff)
parent931366208db0af9fa4f551c49093e1b8d014a9e1 (diff)
downloadperl-5ee53f021060cdd1c7498e8d89e25af293015b6e.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4968
Diffstat (limited to 'perlapi.h')
-rwxr-xr-xperlapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlapi.h b/perlapi.h
index 22117ed6a1..60c47c78b4 100755
--- a/perlapi.h
+++ b/perlapi.h
@@ -58,7 +58,7 @@ EXT void *PL_force_link_funcs[] = {
#undef PERLVARA
#undef PERLVARI
#undef PERLVARIC
-#define PERLVAR(v,t) Perl_##v##_ptr,
+#define PERLVAR(v,t) (void*)Perl_##v##_ptr,
#define PERLVARA(v,n,t) PERLVAR(v,t)
#define PERLVARI(v,t,i) PERLVAR(v,t)
#define PERLVARIC(v,t,i) PERLVAR(v,t)