diff options
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/PrfDB/typemap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/PrfDB/typemap b/os2/OS2/PrfDB/typemap index 1e01470f87..0b91f3750a 100644 --- a/os2/OS2/PrfDB/typemap +++ b/os2/OS2/PrfDB/typemap @@ -11,4 +11,4 @@ T_PVNULL ############################################################################# OUTPUT T_PVNULL - SvSetMagicPV((SV*)$arg, $var); + sv_setpv((SV*)$arg, $var); |