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