From dbe1b719f8037dda23279b8bc7d8200578415e15 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 4 Mar 2011 11:26:33 +0000 Subject: Implement eval sort warning functions (see gnu make manual for description) Solved errors in if and foreach implementations Removed message and reparse function (use info and eval instead) $n can be used to add new line define can be used to specify multi-line macros Solved error in argument expansion in call function --- tools/mhmake/src/bisondata/lalr1.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/mhmake/src/bisondata') diff --git a/tools/mhmake/src/bisondata/lalr1.cc b/tools/mhmake/src/bisondata/lalr1.cc index 25dd01938..fdc033a1d 100644 --- a/tools/mhmake/src/bisondata/lalr1.cc +++ b/tools/mhmake/src/bisondata/lalr1.cc @@ -153,6 +153,11 @@ b4_user_stype void set_debug_level (debug_level_type l); #endif + position *GetCurPos(void) + { + return &yylocation_stack_[1].begin; + } + private: /// Report a syntax error. /// \param loc where the syntax error is found. -- cgit v1.2.3