> appro> I can imagine / :/:/, but where do /\. /./ and /@ /@/ some from? Can you
> appro> pinpoint the lines? I mean just give the offending lines' number...
> 
> Actually, I have no problem seeing that spaces might be added at least
> around '.' by $(CPP).  Some modern C preprocessors do separate tokens
> with spaces,

Even if they are not engaged in any preprocessing activity around the
affected code? I mean I can perfectly understand that

#define a b
a.c;b.c

gets preprocessed as "b .c;b.c," but not as "b . c ; b . c." Can you
really confirm that you've observed the latter behaviour (or similar)?

> and '.' is considered a separate token.

Not in floating point constants:-)

But in either case I was actually thinking about something like this:

... sed -e 's/ +\([\.,:@]\) +/\1/g' -e 's/#.*//' ...

for the unified rule. I.e. *more* aggressive than anything
proposed/implemented so far.

A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to