Changeset 44359 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Jun 2, 2009, 9:57:56 AM (16 years ago)
Author:
[email protected]
Message:

2009-06-02 Xan Lopez <[email protected]>

Reviewed by Sam Weinig.

Use C-style comments in Platform.h so it can be included from C
files.

  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r44341 r44359  
    544544#define ENABLE_ASSEMBLER 1
    545545#endif
    546 // Setting this flag prevents the assembler from using RWX memory; this may improve
    547 // security but currectly comes at a significant performance cost.
     546/* Setting this flag prevents the assembler from using RWX memory; this may improve
     547   security but currectly comes at a significant performance cost. */
    548548#define ENABLE_ASSEMBLER_WX_EXCLUSIVE 0
    549549
Note: See TracChangeset for help on using the changeset viewer.