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


hi,
In order to fix the 'inconsistent dll linkage' errors on windows (and also
the warnings during compiling the parser/lexer of imcc), 2 defines must be
added.

These are:

#define YYMALLOC
#define YYFREE

These must occur /before/ #including imclexer.h in imcc.y

This is an easy, low-hanging-fruit kind of job (but no time now to do it
myself).

kjs

Reply via email to