On Fri, 21 Mar 2008 08:21:44 -0700
"Andrew Whitworth" (via RT) <[EMAIL PROTECTED]> wrote:

> # New Ticket Created by  "Andrew Whitworth" 
> # Please include the string:  [perl #51976]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51976 >
> 
> 
> I'm fixing a compile error that's generated (at least) on Win32 using
> cl.exe. In dynext.c, the function Parrot_init_lib(), the variable
> lib_pmc is, possibly, left undefined before it is used in a
> conditional statement. I assume, from looking at the context of the
> code, that the variable should be initialized to NULL
> 
> included is a simple patch that corrects this issue, and should
> suppress one compile-time warning.

Thanks, applied in r26510.

Mark

Reply via email to