Bug 6416 - lexer.cpp, grammar.y protect include of config.h with "HAVE_CONFIG_H"
Summary: lexer.cpp, grammar.y protect include of config.h with "HAVE_CONFIG_H"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 6403
  Show dependency treegraph
 
Reported: 2006-01-07 12:57 PST by Justin Haygood
Modified: 2006-01-12 07:23 PST (History)
0 users

See Also:


Attachments
Always includes config.h into grammar.y, lexer.cpp (916 bytes, patch)
2006-01-07 12:57 PST, Justin Haygood
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Haygood 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
Comment 1 Justin Haygood 2006-01-07 12:57:39 PST
Created attachment 5530 [details]
Always includes config.h into grammar.y, lexer.cpp
Comment 2 Maciej Stachowiak 2006-01-07 21:46:36 PST
Comment on attachment 5530 [details]
Always includes config.h into grammar.y, lexer.cpp

r=me