When building ON with gcc I found that lex likes to upset gcc
(and probably studio in c99 mode).
It's mostly the form thing that it includes that has problems with
implicit ints, and then if one fixes that it needs to generate a function
prototype in header as well. I'm a bit worried because the generated code
has a few ifdefs so whoever fixes this should worry about that too :)
The suggested fix builds cleanly with both cc and gcc and seems to work
but I haven't done a lot of testing really (and I suppose there could be
more issues in what it generates that we don't see in ON. At least on x86).
xxxxx@xxxxx.com 2005-05-09 20:28:49 GMT