Changeset 01aeade for translator/GenPoly/Box.h
- Timestamp:
- May 19, 2015, 7:57:09 AM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
translator/GenPoly/Box.h
r51587aa r01aeade 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // XXX.cc--7 // Box.h -- 8 8 // 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 011 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue May 19 07:32:33 2015 13 // Update Count : 2 14 14 // 15 /*16 * This file is part of the Cforall project17 *18 * $Id: Box.h,v 1.2 2005/08/29 20:14:13 rcbilson Exp $19 *20 */21 15 22 #ifndef GENPOLY_BOX_H23 #define GENPOLY_BOX_H16 #ifndef _BOX_H 17 #define _BOX_H 24 18 25 19 #include <list> 26 27 20 #include "SynTree/SynTree.h" 28 21 29 22 namespace GenPoly { 30 31 void box( std::list< Declaration* >& translationUnit ); 32 23 void box( std::list< Declaration* >& translationUnit ); 33 24 } // namespace GenPoly 34 25 35 #endif /* #ifndef GENPOLY_BOX_H */ 26 #endif // _BOX_H 27 36 28 // Local Variables: // 37 29 // tab-width: 4 //
Note: See TracChangeset
for help on using the changeset viewer.