/* * This file is part of the Cforall project * * $Id: ResolveTypeof.h,v 1.2 2005/08/29 20:14:16 rcbilson Exp $ * */ #ifndef RESOLVEXPR_RESOLVETYPEOF_H #define RESOLVEXPR_RESOLVETYPEOF_H #include "SynTree/SynTree.h" #include "SymTab/Indexer.h" namespace ResolvExpr { Type *resolveTypeof( Type*, const SymTab::Indexer &indexer ); } // namespace ResolvExpr #endif /* #ifndef RESOLVEXPR_RESOLVETYPEOF_H */