Ignore:
Timestamp:
Mar 2, 2006, 2:35:24 AM (19 years ago)
Author:
mjs
Message:
  • now fix mac build again
  • kjs/identifier.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/identifier.cpp

    r13091 r13093  
    2121
    2222#include "config.h"
    23 #include "identifier.h"
    24 
    2523// For JavaScriptCore we need to avoid having static constructors.
    2624// Our strategy is to declare the global objects with a different type (initialized to 0)
     
    3836#define KJS_IDENTIFIER_HIDE_GLOBALS 1
    3937#endif
     38
     39#include "identifier.h"
    4040
    4141#include <kxmlcore/FastMalloc.h>
Note: See TracChangeset for help on using the changeset viewer.