From f939f4bacb23cfe0c4fb96c5d71f30412fa828d7 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sat, 24 Sep 2016 00:04:39 -0600 Subject: binary op precedence --- include/chillAST/chillAST_node.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/chillAST/chillAST_node.hh') diff --git a/include/chillAST/chillAST_node.hh b/include/chillAST/chillAST_node.hh index ed155b2..808a62c 100644 --- a/include/chillAST/chillAST_node.hh +++ b/include/chillAST/chillAST_node.hh @@ -38,7 +38,7 @@ public: //! the type of this current node virtual CHILLAST_NODE_TYPE getType() {return CHILLAST_NODE_UNKNOWN;}; //! the precedence of the current node, 0 being the highest - virtual int getPrec() {return INT16_MAX;} + virtual int getPrec() {return INT8_MAX;} bool isSourceFile() { return (getType() == CHILLAST_NODE_SOURCEFILE); }; -- cgit v1.2.3-70-g09d2