Ignore:
Timestamp:
Mar 11, 2024, 1:00:41 PM (2 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
6c8b76b
Parents:
9398177
Message:

Moved the DeclarationNode? enums over to TypeData? where they are actually used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cc

    r9398177 re048ece  
    319319                                DeclarationNode::newFromTypeData(
    320320                                        addType(
    321                                                 build_basic_type( DeclarationNode::Int128 ),
    322                                                 build_signedness( DeclarationNode::Unsigned ) ) ),
     321                                                build_basic_type( TypeData::Int128 ),
     322                                                build_signedness( TypeData::Unsigned ) ) ),
    323323                                new InitializerNode(
    324324                                        (new InitializerNode( new ExpressionNode( v2 == 0 ? ret2 : ret ) ))->set_last( new InitializerNode( new ExpressionNode( v2 == 0 ? ret : ret2 ) ) ), true )
Note: See TracChangeset for help on using the changeset viewer.