RESOLVED FIXED 6416
lexer.cpp, grammar.y protect include of config.h with "HAVE_CONFIG_H"
https://bugs.webkit.org/show_bug.cgi?id=6416
Summary lexer.cpp, grammar.y protect include of config.h with "HAVE_CONFIG_H"
Justin Haygood
Reported 2006-01-07 12:57:09 PST
Other files in KJS do not now. Attatched patch removes usage of this protection, since we always have it in JavaScriptCore
Attachments
Always includes config.h into grammar.y, lexer.cpp (916 bytes, patch)
2006-01-07 12:57 PST, Justin Haygood
mjs: review+
Justin Haygood
Comment 1 2006-01-07 12:57:39 PST
Created attachment 5530 [details] Always includes config.h into grammar.y, lexer.cpp
Maciej Stachowiak
Comment 2 2006-01-07 21:46:36 PST
Comment on attachment 5530 [details] Always includes config.h into grammar.y, lexer.cpp r=me
Note You need to log in before you can comment on or make changes to this bug.