Changeset 38140 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 5, 2008, 4:00:05 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38139 r38140 1 2008-11-05 Cameron Zwarich <[email protected]> 2 3 Not reviewed. 4 5 Fix the build for case-sensitive build systems and wxWindows. 6 7 * JavaScriptCoreSources.bkl: 8 * kjs/create_hash_table: 9 1 10 2008-11-05 Cameron Zwarich <[email protected]> 2 11 -
trunk/JavaScriptCore/JavaScriptCoreSources.bkl
r38139 r38140 53 53 kjs/nodes2string.cpp 54 54 kjs/Parser.cpp 55 kjs/ustring.cpp56 55 </set> 57 56 <set append="1" var="JSCORE_SOURCES_PCRE"> … … 140 139 runtime/StructureID.cpp 141 140 runtime/StructureIDChain.cpp 141 runtime/UString.cpp 142 142 </set> 143 143 <set append="1" var="JSCORE_VM_SOURCES"> -
trunk/JavaScriptCore/kjs/create_hash_table
r38137 r38140 208 208 $nameEntries =~ s/:/_/g; 209 209 210 print "\n#include \" lookup.h\"\n" if ($includelookup);210 print "\n#include \"Lookup.h\"\n" if ($includelookup); 211 211 if ($useNameSpace) { 212 212 print "\nnamespace ${useNameSpace} {\n";
Note:
See TracChangeset
for help on using the changeset viewer.