Ignore:
Timestamp:
May 19, 2015, 7:57:09 AM (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:
a08ba92
Parents:
51587aa
Message:

licencing: fifth groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/GenPoly/Specialize.h

    r51587aa r01aeade  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // XXX.cc --
     7// Specialize.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 07:53:58 2015
     13// Update Count     : 1
    1414//
    15 /*
    16  * This file is part of the Cforall project
    17  *
    18  * $Id: Specialize.h,v 1.2 2005/08/29 20:14:13 rcbilson Exp $
    19  *
    20  */
    2115
    22 #ifndef GENPOLY_SPECIALIZE_H
    23 #define GENPOLY_SPECIALIZE_H
     16#ifndef _SPECIALIZE_H
     17#define _SPECIALIZE_H
    2418
    2519#include <list>
     
    2822
    2923namespace GenPoly {
    30 
    31 void convertSpecializations( std::list< Declaration* >& translationUnit );
    32 
     24        void convertSpecializations( std::list< Declaration* >& translationUnit );
    3325} // namespace GenPoly
    3426
    35 #endif /* #ifndef GENPOLY_SPECIALIZE_H */
     27#endif // _SPECIALIZE_H
     28
    3629// Local Variables: //
    3730// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.