RESOLVED FIXED 27058
Removed superfluous parenthesis around single expression
https://bugs.webkit.org/show_bug.cgi?id=27058
Summary Removed superfluous parenthesis around single expression
Norbert Leser
Reported 2009-07-07 19:14:28 PDT
Created attachment 32417 [details] Code patch for Platform.h Compilers on Symbian platform fail to parse and compile a statement such as: defined( ENABLE_##WTF_FEATURE ) && ENABLE_##WTF_FEATURE The proposed patch removes the unnecessary parenthesis, which is save on any platform.
Attachments
Code patch for Platform.h (1.79 KB, patch)
2009-07-07 19:14 PDT, Norbert Leser
mjs: review+
Maciej Stachowiak
Comment 1 2009-07-10 15:10:26 PDT
Comment on attachment 32417 [details] Code patch for Platform.h r=me
Simon Hausmann
Comment 2 2009-07-13 01:30:53 PDT
Landed in r45793
Note You need to log in before you can comment on or make changes to this bug.