Re: [perl #23022] [PATCH] timer_t collides with system header

2003-07-17 Thread Leopold Toetsch
JüRgen" "BöMmels <[EMAIL PROTECTED]> wrote: > The new timer.pmc introduces a struct timer_t. This collides with the > timer_t in /usr/include/time.h Where get this file pulled in? Anyway ... > Renaming timer_t to parrot_timer_t makes parrot compile again. Thanks, appplied. leo

[perl #23022] [PATCH] timer_t collides with system header

2003-07-17 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23022] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23022 > The new timer.pmc introduces a struct timer_t. This collides with the timer_t in /usr/