replace return with YYABORT

This commit is contained in:
Frank Mori Hess 2003-05-28 18:55:36 +00:00
parent 4ebdc2dbbe
commit aa47373687

View file

@ -247,7 +247,7 @@ extern comedi_calibration_t* _comedi_parse_calibration_file( const char *cal_fil
| error
{
fprintf(stderr, "input error on line %i\n", @1.first_line );
return -1;
YYABORT;
}
;