On Thu, 3 Mar 2005, Mike Hearn wrote:
[...]
4) No space between # and directive
Actually it's 'No space before # for preprocessor directives'.
Spaces between the '#' and the directive are ok.
--
Francois Gouget [EMAIL PROTECTED]http://fgouget.free.fr/
In theory, theory and practice
On Thu, 03 Mar 2005 15:49:20 +, Oliver Stieber wrote:
> Does anyone have or know of something that can check
> my code before I send it to wine patches?
>
> I've egreped out all the #directives's already.
Heya,
It's basically old-style C conformance + a few random bits for non-GNU
compiler
Hi,
I've noticed that Alexander has fixed a few
compatibility problems in the patches I've been
sending in, like moving #directives to the beginning
on the line, removing the odd C++ style comment and
moving declarations to the top of a function/ code
block.
Does anyone have or know of somethi