/* * This file is part of the Cforall project * * $Id: parseutility.h,v 1.2 2005/08/29 20:14:15 rcbilson Exp $ * */ #ifndef PARSER_PARSEUTILITY_H #define PARSER_PARSEUTILITY_H #include "SynTree/SynTree.h" Expression *notZeroExpr( Expression *orig ); #endif /* #ifndef PARSER_PARSEUTILITY_H */