Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/SynTree.h

    re4d829b r6b0b624  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Feb  9 14:23:49 2017
    13 // Update Count     : 8
     12// Last Modified On : Sat Jul 22 09:51:46 2017
     13// Update Count     : 10
    1414//
    1515
    16 #ifndef SYNTREE_H
    17 #define SYNTREE_H
     16#pragma once
    1817
    1918#include <string>
     
    5150class BranchStmt;
    5251class ReturnStmt;
     52class ThrowStmt;
    5353class TryStmt;
    5454class CatchStmt;
     
    8989class TupleExpr;
    9090class TupleIndexExpr;
    91 class MemberTupleExpr;
    9291class TupleAssignExpr;
    9392class StmtExpr;
     
    135134class Attribute;
    136135
    137 #endif // SYNTREE_H
    138 
    139136// Local Variables: //
    140137// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.