Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/FixFunction.h

    r6b0b624 r30f9072  
    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 : Sat Jul 22 09:45:55 2017
    13 // Update Count     : 4
     12// Last Modified On : Wed Mar  2 17:34:06 2016
     13// Update Count     : 3
    1414//
    1515
    16 #pragma once
     16#ifndef FIXFUNCTION_H
     17#define FIXFUNCTION_H
    1718
    18 #include "SynTree/Mutator.h"
     19#include "SynTree/Mutator.h"  // for Mutator
     20#include "SynTree/SynTree.h"  // for Types
    1921
    2022namespace SymTab {
     
    4345                virtual Type* mutate(ZeroType *zeroType);
    4446                virtual Type* mutate(OneType *oneType);
    45  
     47
    4648                bool isVoid;
    4749        };
    4850} // namespace SymTab
     51
     52#endif // FIXFUNCTION_H
    4953
    5054// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.