BALL  1.5.0
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
ball_fatal_error
static void ball_fatal_error(yyconst char *msg)
Definition: parserDefinitions.h:4
BALL::Exception::ParseError
Definition: COMMON/exception.h:388