Ignore:
Timestamp:
Jan 6, 2006, 2:43:44 PM (19 years ago)
Author:
hyatt
Message:

Land all the changes to make JSCore build again on windows.

File:
1 edited

Legend:

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

    r11566 r11918  
    4343#elif WIN32
    4444
     45#undef ERROR
    4546#include <windows.h>
    4647
     
    159160allocateNewBlock:
    160161    // didn't find one, need to allocate a new block
    161 
    162162    size_t numBlocks = heap.numBlocks;
    163163    if (usedBlocks == numBlocks) {
     
    591591}
    592592
    593 #if APPLE_CHANGES
     593#if __APPLE__
    594594
    595595static const char *className(JSCell *val)
Note: See TracChangeset for help on using the changeset viewer.