Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Attribute.h

    r6b0b624 r8ca3a72  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul 22 09:54:14 2017
    13 // Update Count     : 39
     12// Last Modified On : Wed Jan 18 16:27:11 2017
     13// Update Count     : 38
    1414//
    1515
    16 #pragma once
     16#ifndef GCC_ATTRIBUTE_H
     17#define GCC_ATTRIBUTE_H
    1718
    1819#include "SynTree.h"
     
    4142const std::list< Attribute * > noAttributes;
    4243
     44#endif
     45
    4346// Local Variables: //
    4447// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.