Re: Problem with rev 1217
- Posted by ne1uno Oct 25, 2008
- 984 views
mattlewis said...
RStowasser said...
there is a problem with Euphoria 4.0 rev 1217 which did not exist with rev 1216.
When resolving forward references, it wasn't considering a call to a type routine to be the same as a function.
svn1218 introduced a new crasher, tracked down to an include file that depended on being included from another file that includes a file that defines a global constant.
this worked before forward references and worked ok in r1213 and below. adding the missing include fixes the problem and is probably easier to maintain anyway.