Michael Niedermayer wrote:
>IIRC there must be no spaces before #
>so
>+    #ifdef CONFIG_OS2
>will cause problems
>
    I use spaces before the # regularly with impunity.  Compiles ok 
under bothe gcc and msvc.  However, if you want spaces, I think the 
style of putting them after the # is nicer.
-- Fred