summaryrefslogtreecommitdiff
path: root/dtc-parser.y
diff options
context:
space:
mode:
authorMilton Miller <miltonm@bga.com>2007-07-07 01:18:47 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-07 10:07:27 -0500
commit6d7b22243045dc514b5ea6c004fc50af8581ed9b (patch)
treeb9a11f26a40fd8bea984d326e538f9258ccb0fbf /dtc-parser.y
parent81fda8a6f1cabbd9c08e27d3171394f7f90f7d3a (diff)
downloaddtc-6d7b22243045dc514b5ea6c004fc50af8581ed9b.tar.gz
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>
Diffstat (limited to 'dtc-parser.y')
-rw-r--r--dtc-parser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/dtc-parser.y b/dtc-parser.y
index 39d9dac..15caf5a 100644
--- a/dtc-parser.y
+++ b/dtc-parser.y
@@ -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;