mirror of https://gitlab.com/qemu-project/dtc.git
dtc: move declaration of yyerror
yyerror() is used by both dtc-parser.y and dtc-lexer.l, so move the declaration to srcpos.h. Signed-off-by: Milton Miller <miltonm@bga.com>
This commit is contained in:
parent
81fda8a6f1
commit
6d7b222430
|
@ -26,7 +26,6 @@
|
|||
#include "srcpos.h"
|
||||
|
||||
int yylex(void);
|
||||
void yyerror(char const *);
|
||||
cell_t cell_from_string(char *s, unsigned int base);
|
||||
|
||||
extern struct boot_info *the_boot_info;
|
||||
|
|
Loading…
Reference in New Issue