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