Bug 6416

Summary: lexer.cpp, grammar.y protect include of config.h with "HAVE_CONFIG_H"
Product: WebKit Reporter: Justin Haygood <jhaygood>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial    
Priority: P2    
Version: 420+   
Hardware: PC   
OS: Windows XP   
Bug Depends on:    
Bug Blocks: 6403    
Attachments:
Description Flags
Always includes config.h into grammar.y, lexer.cpp mjs: review+

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.