mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Add yyerrorf() for formatted error messages.
Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
3bb78bfd97
commit
f77fe6a20e
3 changed files with 14 additions and 4 deletions
|
@ -23,7 +23,6 @@
|
|||
|
||||
extern FILE *yyin;
|
||||
extern int yyparse(void);
|
||||
extern void yyerror(char const *);
|
||||
|
||||
struct boot_info *the_boot_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue