BALL
1.4.2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
BALL
COMMON
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
Generated by
1.8.3.1