Re: [perl #49458] [PATCH] Fix compiler error & warning in nanoparrot example

2008-01-17 Thread chromatic
On Sunday 06 January 2008 22:40:50 Geoffrey Broadwell wrote: > examples/c/nanoparrot.c can be compiled with any of three different > runloops. The default computed goto runloop compiles cleanly, but the > switched and function runloops do not. The attached patch gets rid of a > compiler error wh

[perl #49458] [PATCH] Fix compiler error & warning in nanoparrot example

2008-01-07 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #49458] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49458 > examples/c/nanoparrot.c can be compiled with any of three different runloops. The