On Fri, 14 Mar 2003, Stas Bekman wrote:

> Randy Kobes wrote:
> 
> >>>Index: src/modules/perl/Apache.xs
> >>>+        SvGROW(buffer, (STRLEN) bufsiz+1);
> >>
> >>should we instead change the declaration of bufsiz to
> >>
> >>STRLEN bufsize;
> > 
> > 
> > That worked out - I had to also add 
> >     STRLEN T_IV
> > to Apache/typemap.
> 
> But I think it should be: T_UV
> At least it's T_UV in the core 5.8.0's typemap (it wasn't there before)

I had used the one under perl-5.8.0/ext/B/typemap, but it is
defined as T_UV in, eg, lib/ExtUtils/typemap. For me, on Win32,
with perl-5.6.1, either one has all tests passing.

-- 
best regards,
randy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to