[perl #52332] [PATCH] Fix for using --gc=libc

2008-03-31 Thread Senaka Fernando
# New Ticket Created by Senaka Fernando # Please include the string: [perl #52332] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52332 There is a build failure when using the configure option --gc=libc. The attached

Re: [perl #52332] [PATCH] Fix for using --gc=libc

2008-03-31 Thread chromatic
On Monday 31 March 2008 14:10:13 Senaka Fernando wrote: There is a build failure when using the configure option --gc=libc. The attached patch solves this issue. Thanks, applied with a corresponding header tweak as r26678. Ultimately we're better off unifying the API so that the function

[perl #52332] [PATCH] Fix for using --gc=libc

2008-03-31 Thread Senaka Fernando
Yes, I think so. However, I rather ran into a complicated situation. In that particular place, in one mode, arg was used and in another arg wasn't. According to the present situation, we have two options. 1. The patch I proposed (which is logically correct) 2. Changing arg to ARGIN, and just