diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-02 13:17:25 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-02 13:17:25 +0000 |
commit | 5ee53f021060cdd1c7498e8d89e25af293015b6e (patch) | |
tree | cf1b431af892f9497970c3670b4a40e023823269 /perlapi.h | |
parent | 1ce814815bde0566427417840f76f7f4c52ee977 (diff) | |
parent | 931366208db0af9fa4f551c49093e1b8d014a9e1 (diff) | |
download | perl-5ee53f021060cdd1c7498e8d89e25af293015b6e.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4968
Diffstat (limited to 'perlapi.h')
-rwxr-xr-x | perlapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |