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
# 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