Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    r2d019af ra6e5091  
    1010// Created On       : Sat May 16 13:28:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Mar 12 15:19:04 2021
    13 // Update Count     : 897
     12// Last Modified On : Sun Jan  3 18:23:01 2021
     13// Update Count     : 896
    1414//
    1515
     
    249249        static DeclarationNode * newTypeof( ExpressionNode * expr, bool basetypeof = false );
    250250        static DeclarationNode * newAttribute( const std::string *, ExpressionNode * expr = nullptr ); // gcc attributes
    251         static DeclarationNode * newDirectiveStmt( StatementNode * stmt ); // gcc external directive statement
    252251        static DeclarationNode * newAsmStmt( StatementNode * stmt ); // gcc external asm statement
    253252        static DeclarationNode * newStaticAssert( ExpressionNode * condition, Expression * message );
     
    346345        std::string error;
    347346        StatementNode * asmStmt = nullptr;
    348         StatementNode * directiveStmt = nullptr;
    349347
    350348        static UniqueName anonymous;
Note: See TracChangeset for help on using the changeset viewer.