Bug 6505 - retire APPLE_CHANGES from JavaScriptCore
Summary: retire APPLE_CHANGES from JavaScriptCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-12 08:22 PST by Darin Adler
Modified: 2006-01-12 08:57 PST (History)
0 users

See Also:


Attachments
patch to remove APPLE_CHANGES from JavaScriptCore (9.47 KB, patch)
2006-01-12 08:22 PST, Darin Adler
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2006-01-12 08:22:00 PST
APPLE_CHANGES is a remnant from the history of the project. We want to get rid of it.

Platform-specific defines are:

    1) __APPLE__ for Mac OS X
    2) WIN32 for Windows

and others for various Unix systems.
Comment 1 Darin Adler 2006-01-12 08:22:34 PST
Created attachment 5618 [details]
patch to remove APPLE_CHANGES from JavaScriptCore
Comment 2 Geoffrey Garen 2006-01-12 08:37:03 PST
Comment on attachment 5618 [details]
patch to remove APPLE_CHANGES from JavaScriptCore

r=me