Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    r574894d rfc9153d  
    151151        FunctionType *type;
    152152        CompoundStmt *statements;
    153         std::list< Expression * > withExprs;
    154153
    155154        FunctionDecl( const std::string &name, Type::StorageClasses scs, LinkageSpec::Spec linkage, FunctionType *type, CompoundStmt *statements,
Note: See TracChangeset for help on using the changeset viewer.