To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <
19990121035829.A25822@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@2664
pre-fixpak22 configuration (calling getpriority() on
non-existing process triggers a system-wide bug).
+
+ PrfDB was using a bug in processing XSUBs returning U32.
+
Variable $OS2::emx_rev implemented (string and numberic values
are the same as C variables _emx_rev and _emx_vprt).
Variable $OS2::emx_env implemented (same as C variable _emx_env).
return sv;
}
-U32
+I32
Prf_GetLength(HINI hini, PSZ app, PSZ key) {
U32 len;
PSZ s;
ULONG l;
-U32
+I32
Prf_GetLength(hini, app, key)
HINI hini;
PSZ app;