Add yyerrorf() for formatted error messages.

Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
Scott Wood 2008-01-03 17:43:29 -06:00 committed by Jon Loeliger
parent 3bb78bfd97
commit f77fe6a20e
3 changed files with 14 additions and 4 deletions

View file

@ -23,7 +23,6 @@
extern FILE *yyin;
extern int yyparse(void);
extern void yyerror(char const *);
struct boot_info *the_boot_info;