Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/DeclarationNode.h

    rd9bad51 re048ece  
    3030        static DeclarationNode * newEnumConstant( const std::string * name, ExpressionNode * constant );
    3131        static DeclarationNode * newEnumValueGeneric( const std::string * name, InitializerNode * init );
    32         static DeclarationNode * newEnumInLine( const std::string * name );
     32        static DeclarationNode * newEnumInLine( const std::string name );
    3333        static DeclarationNode * newName( const std::string * );
    3434        static DeclarationNode * newTypeParam( ast::TypeDecl::Kind, const std::string * );
     
    9999
    100100        struct Variable_t {
     101//              const std::string * name;
    101102                ast::TypeDecl::Kind tyClass;
    102103                DeclarationNode * assertions;
Note: See TracChangeset for help on using the changeset viewer.