Ignore:
Timestamp:
Sep 23, 2023, 10:50:18 PM (11 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
c7616dd
Parents:
deda7e6
Message:

Revert "Fix designator value in enumerated array and implemented enumerated array with inlined enume declaration"

This reverts commit c1e66d966aadf6846330871033458d4a398bd576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    rdeda7e6 r62c6cfa  
    38553855        | '[' push array_type_list pop ']'                                      // CFA
    38563856                { $$ = DeclarationNode::newArray( $3, nullptr, false ); }
    3857         | '[' push INLINE enum_type_nobody pop']'
    3858                 {       
    3859                         $$ = DeclarationNode::newInlineEnumeratedArray( $4, nullptr );
    3860                 }
    38613857        | multi_array_dimension
    38623858        ;
Note: See TracChangeset for help on using the changeset viewer.