00001 #ifndef BALL_COMMON_PARSERDEFINITIONS_H 00002 #define BALL_COMMON_PARSERDEFINITIONS_H 00003 00004 static void ball_fatal_error(yyconst char* msg) 00005 { 00006 throw BALL::Exception::ParseError(__FILE__, __LINE__, "", msg); 00007 } 00008 00009 #undef YY_FATAL_ERROR 00010 #define YY_FATAL_ERROR(msg) ball_fatal_error( msg ) 00011 00012 #endif //BALL_COMMON_PARSERDEFINITIONS_H