Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
'[^'\n]*$ {
yyerror( "Unterminated string" );
YY_FLUSH_BUFFER;
}
/***************************************
void yyerror( char *s )
{
sprintf( g_szError, "%s processing '%s' on line %d", s, yytext, g_nLineNo );
/**********************************************************************