Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Statement.h

    r6b0b624 r046e04a  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul 22 09:54:32 2017
    13 // Update Count     : 68
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Mon Jun 12 13:35:00 2017
     13// Update Count     : 67
    1414//
    1515
    16 #pragma once
     16#ifndef STATEMENT_H
     17#define STATEMENT_H
    1718
    1819#include "BaseSyntaxNode.h"
     
    427428std::ostream & operator<<( std::ostream & out, const Statement * statement );
    428429
     430#endif // STATEMENT_H
     431
    429432// Local Variables: //
    430433// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.