Ignore:
Timestamp:
Sep 4, 2005, 2:38:32 PM (20 years ago)
Author:
darin
Message:
  • kjs/identifier.cpp: Fix comment, add missing include. (Follow-on to changes from yesterday.)
File:
1 edited

Legend:

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

    r10457 r10465  
    2626// runs at init time.
    2727
    28 #if !WIN32 // Visual C++ can't handle placement new, it seems.
     28#if !WIN32 // can't get this to compile on Visual C++ yet
    2929#define AVOID_STATIC_CONSTRUCTORS 1
    3030#endif
     
    3838#include "fast_malloc.h"
    3939#include <string.h> // for strlen
     40#include <new> // for placement new
    4041
    4142#define DUMP_STATISTICS 0
Note: See TracChangeset for help on using the changeset viewer.