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


Ignore:
Timestamp:
Jun 25, 2010, 12:17:24 PM (15 years ago)
Author:
[email protected]
Message:

2010-06-25 Oliver Hunt <[email protected]>

Reviewed by Geoffrey Garen.

Remove old js parser
https://bugs.webkit.org/show_bug.cgi?id=41222

Remove the old yacc parser, this also solves the tiger problem. Which
was a conflict between yacc generated token values and those in the
custom parser

  • Android.mk:
  • CMakeLists.txt:
  • DerivedSources.make:
  • DerivedSources.pro:
  • GNUmakefile.am:
  • JavaScriptCore.pro:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • parser/Grammar.y: Removed.
  • parser/JSParser.cpp:
  • parser/JSParser.h:
  • parser/Lexer.cpp:
  • parser/NodeConstructors.h: (JSC::Node::Node):
  • parser/Parser.cpp: (JSC::Parser::parse):
  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r61817 r61878  
    10901090#define ENABLE_JSC_ZOMBIES 0
    10911091
    1092 #if !defined(BUILDING_ON_TIGER)
    1093 #define ENABLE_RECURSIVE_PARSE 1
    1094 #endif
    1095 
    10961092/* FIXME: Eventually we should enable this for all platforms and get rid of the define. */
    10971093#if PLATFORM(MAC)
Note: See TracChangeset for help on using the changeset viewer.