Ignore:
Timestamp:
Jul 21, 2009, 12:18:48 PM (16 years ago)
Author:
[email protected]
Message:

2009-07-21 Robert Agoston <[email protected]>

Reviewed by David Levin.

Fixed #undef typo.
https://bugs.webkit.org/show_bug.cgi?id=27506

  • bytecode/Opcode.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecode/Opcode.h

    r45609 r46187  
    182182    #define OPCODE_ID_LENGTHS(id, length) const int id##_length = length;
    183183         FOR_EACH_OPCODE_ID(OPCODE_ID_LENGTHS);
    184     #undef OPCODE_ID_SIZES
     184    #undef OPCODE_ID_LENGTHS
    185185   
    186186    #define OPCODE_LENGTH(opcode) opcode##_length
Note: See TracChangeset for help on using the changeset viewer.