Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/CompilerError.h

    r6b0b624 r8b7ee09  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jul 21 22:18:07 2017
    13 // Update Count     : 4
     12// Last Modified On : Thu Aug 18 23:41:30 2016
     13// Update Count     : 3
    1414//
    1515
    16 #pragma once
     16#ifndef COMPILER_ERROR_H
     17#define COMPILER_ERROR_H
    1718
    1819#include <string>
     
    3031};
    3132
     33#endif // COMPILER_ERROR_H
     34
    3235// Local Variables: //
    3336// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.