From: Phillip Porch <[EMAIL PROTECTED]>

root> I changed all the c.##kname constructs to c.kname and it
root> compiles and tests fine with the native compiler. I then
root> compiled it with the gcc compiler and it again did it without
root> I don't think the c.##kname is necessary

You are perfectly right about that.  ## is only needed when
concatenating to symbols.  '.' not being a symbol, ## is unnecessary.

And it will probably keep all other compilers that do strict
tokenisation from breaking as well.  I think DECompaq C is of that
kind as well...

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to