Hi all,

I got bitten by some definitions that were like:

#define A B+C

when they should have been more like:

#define A (B+C)

I found there were quite a few of these in the headers, so I went through all the header files trying to fix this. While I was doing this, I also make some changes to improve consistency in the way things are defined, fix spelling mistakes, and various other prettiness issues. I also fixed (I hope) the issues Garst found a few days ago in the headers for the 15x and 16x parts.

I just commited all these changes to CVS. Lets hope none of the cosmetic changes introduced any errors of their own. :-)

Regards,
Steve


Reply via email to