/* * This file is part of the Cforall project * * $Id: parseutility.h,v 1.1 2002/09/02 20:30:42 rcbilson Exp $ * */ #ifndef PARSER_PARSEUTILITY_H #define PARSER_PARSEUTILITY_H #include "SynTree/SynTree.h" Expression *notZeroExpr( Expression *orig ); #endif /* #ifndef PARSER_PARSEUTILITY_H */