BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
parserDefinitions.h
Go to the documentation of this file.
1 #ifndef BALL_COMMON_PARSERDEFINITIONS_H
2 #define BALL_COMMON_PARSERDEFINITIONS_H
3 
4 static void ball_fatal_error(yyconst char* msg)
5 {
6  throw BALL::Exception::ParseError(__FILE__, __LINE__, "", msg);
7 }
8 
9 #undef YY_FATAL_ERROR
10 #define YY_FATAL_ERROR(msg) ball_fatal_error( msg )
11 
12 #endif //BALL_COMMON_PARSERDEFINITIONS_H