Eu source commit to svn
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Dec 24, 2006
- 562 views
I've committed some changes to the source code. I added a Makefile for gcc. I'm using gcc 4.1, and there are several changes that had to be made to get it to work. The call-c stuff was different, and the size of a callback grew a little bit, and it had trouble detecting integer addition and subtraction overflow, so I added some unsigned/signed casts. Someone should check the code to make sure I didn't break anything when compiling under 3.x. I haven't found any problems under Open Watcom 1.5. Matt Lewis