Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r3bd9508 r31df72b  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Mar  3 20:47:00 2025
    13 // Update Count     : 7254
     12// Last Modified On : Sun Mar  2 18:46:32 2025
     13// Update Count     : 7253
    1414//
    1515
     
    16241624                { SemanticError( yylloc, "illegal syntax, missing low/high value for ascending/descending range so index is uninitialized." ); $$ = nullptr; }
    16251625
    1626         | comma_expression ';' type_type_specifier                      // CFA, enum type
     1626        | comma_expression ';' type_type_specifier                                              // CFA, enum type
    16271627                {
    16281628                        $$ = enumRangeCtrl( $1, OperKinds::LEThan, new ExpressionNode( new ast::TypeExpr( yylloc, $3->clone()->buildType() ) ), $3 );
     
    22442244        basic_type_specifier
    22452245        | sue_type_specifier
    2246         | type_type_specifier
     2246        | type_type_specifier attribute_list_opt
    22472247        ;
    22482248
Note: See TracChangeset for help on using the changeset viewer.