# New Ticket Created by  Adam Thomason 
# Please include the string:  [perl #24819]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=24819 >


A pedantic fix courtesy of VisualAge:

src/events.c attempts to call peek_entry(), which is defined in src/tsq.c.  Currently, 
peek_entry is declared and defined as PARROT_INLINE, which expands to __inline under 
xlc.  This in turn implies internal linkage for peek_entry (at least it does here), 
resulting in "events.c: Static function peek_entry is undefined."  IRC consensus was 
that PARROT_INLINE was not required on peek_entry, so attached patch removes it from 
header and implementation (tested on AIX and Linux).

--
Adam Thomason
[EMAIL PROTECTED]

Attachment: pedantic.patch
Description: Binary data

Reply via email to