Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/FixFunction.h

    r30f9072 r6b0b624  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // FixFunction.h --
     7// FixFunction.h -- 
    88//
    99// Author           : Richard C. Bilson
    1010// Created On       : Sun May 17 17:02:08 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Mar  2 17:34:06 2016
    13 // Update Count     : 3
     12// Last Modified On : Sat Jul 22 09:45:55 2017
     13// Update Count     : 4
    1414//
    1515
    16 #ifndef FIXFUNCTION_H
    17 #define FIXFUNCTION_H
     16#pragma once
    1817
    19 #include "SynTree/Mutator.h"  // for Mutator
    20 #include "SynTree/SynTree.h"  // for Types
     18#include "SynTree/Mutator.h"
    2119
    2220namespace SymTab {
     
    4543                virtual Type* mutate(ZeroType *zeroType);
    4644                virtual Type* mutate(OneType *oneType);
    47 
     45 
    4846                bool isVoid;
    4947        };
    5048} // namespace SymTab
    51 
    52 #endif // FIXFUNCTION_H
    5349
    5450// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.