Ignore:
Timestamp:
May 19, 2015, 4:58:14 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
843054c2
Parents:
01aeade
Message:

licencing: sixth groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/InitTweak/Mutate.h

    r01aeade ra08ba92  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // XXX.cc --
     7// Mutate.h --
    88//
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By :
    12 // Last Modified On :
    13 // Update Count     : 0
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Tue May 19 16:38:52 2015
     13// Update Count     : 2
    1414//
     15
    1516#ifndef INIT_MUTATE_H
    1617#define INIT_MUTATE_H
     
    2122
    2223namespace InitTweak {
    23 
    24   void mutate( std::list< Declaration* > translationUnit );
    25 
     24        void mutate( std::list< Declaration* > translationUnit );
    2625} // namespace InitTweak
    2726
    28 #endif // #ifndef INIT_MUTATE_H
     27#endif // INIT_MUTATE_H
    2928
    30 /*
    31   Local Variables:
    32   mode: c++
    33   End:
    34 */
    3529// Local Variables: //
    3630// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.