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
4static 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
static void ball_fatal_error(yyconst char *msg)