Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r93bbbc4 r8f6f3729  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jul 14 17:27:54 2021
    13 // Update Count     : 5030
     12// Last Modified On : Tue Jul 20 22:03:04 2021
     13// Update Count     : 5031
    1414//
    1515
     
    19231923
    19241924vtable:
    1925         VTABLE '(' typedef_name ')' default_opt
     1925        VTABLE '(' type_name ')' default_opt
    19261926                { $$ = DeclarationNode::newVtableType( $3 ); }
    19271927                // { SemanticError( yylloc, "vtable is currently unimplemented." ); $$ = nullptr; }
Note: See TracChangeset for help on using the changeset viewer.