Ignore:
Timestamp:
Apr 1, 2002, 12:01:18 PM (23 years ago)
Author:
darin
Message:

JavaScriptCore:

Got rid of KWQDef.h because it's dangerous to have two files with
the same name and different contents.

  • JavaScriptCore.pbproj/project.pbxproj:
  • kjs/KWQDef.h: Removed.
  • kjs/ustring.h: Defines unsigned int types inline now.

WebCore:

  • src/kwq/KWQDef.h: Use KWQ_UNSIGNED_TYPES_DEFINED for compatibility with code in JavaScriptCore that has to do the same thing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

    r910 r918  
    206206                                F692A8CD02555BA201FF60F7,
    207207                                F68EBB8E0255D4C601FF60F7,
    208                                 F68EBB8F0255D4C601FF60F7,
    209208                        );
    210209                        isa = PBXHeadersBuildPhase;
     
    361360                                F692A8880255597D01FF60F7,
    362361                                F68EBB8C0255D4C601FF60F7,
    363                                 F68EBB8D0255D4C601FF60F7,
    364362                        );
    365363                        isa = PBXGroup;
     
    422420                        refType = 4;
    423421                };
    424                 F68EBB8D0255D4C601FF60F7 = {
    425                         isa = PBXFileReference;
    426                         name = KWQDef.h;
    427                         path = kjs/KWQDef.h;
    428                         refType = 4;
    429                 };
    430422                F68EBB8E0255D4C601FF60F7 = {
    431423                        fileRef = F68EBB8C0255D4C601FF60F7;
    432                         isa = PBXBuildFile;
    433                         settings = {
    434                                 ATTRIBUTES = (
    435                                         Public,
    436                                 );
    437                         };
    438                 };
    439                 F68EBB8F0255D4C601FF60F7 = {
    440                         fileRef = F68EBB8D0255D4C601FF60F7;
    441424                        isa = PBXBuildFile;
    442425                        settings = {
Note: See TracChangeset for help on using the changeset viewer.