summaryrefslogtreecommitdiff
path: root/treesource.c
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2008-01-03 17:43:29 -0600
committerJon Loeliger <jdl@freescale.com>2008-01-04 08:04:15 -0600
commitf77fe6a20e75a2289faf86f9b6b529044a07b072 (patch)
tree3db42b3e19442e0af74954f860858e530b5d8653 /treesource.c
parent3bb78bfd9758ff726ca80df2cb554a2f2df798a3 (diff)
downloaddtc-f77fe6a20e75a2289faf86f9b6b529044a07b072.tar.gz
Add yyerrorf() for formatted error messages.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'treesource.c')
-rw-r--r--treesource.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/treesource.c b/treesource.c
index a6a7767..e7d580f 100644
--- a/treesource.c
+++ b/treesource.c
@@ -23,7 +23,6 @@
extern FILE *yyin;
extern int yyparse(void);
-extern void yyerror(char const *);
struct boot_info *the_boot_info;