Ignore:
Timestamp:
Sep 23, 2023, 10:50:18 PM (10 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/TypeData.cc

    rdeda7e6 r62c6cfa  
    10211021                );
    10221022        } // if
    1023         if ( td->declType) {
    1024                 at->declaredType = buildEnum( td->declType, std::vector<ast::ptr<ast::Attribute>>(), ast::Linkage::Cforall );
    1025         }
    10261023        return at;
    10271024} // buildArray
Note: See TracChangeset for help on using the changeset viewer.