/* * This file is part of the Cforall project * * $Id: Box.h,v 1.2 2005/08/29 20:14:13 rcbilson Exp $ * */ #ifndef GENPOLY_BOX_H #define GENPOLY_BOX_H #include #include "SynTree/SynTree.h" namespace GenPoly { void box( std::list< Declaration* >& translationUnit ); } // namespace GenPoly #endif /* #ifndef GENPOLY_BOX_H */