aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/fmd_parser.h
diff options
context:
space:
mode:
authorSol Boucher <solb@chromium.org>2015-03-18 10:13:48 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-05-08 20:33:22 +0200
commitb974081c13ad203a78fcdb28021706f55eaa5010 (patch)
tree08a3090babe8568168354146f4f49b05aee13ae3 /util/cbfstool/fmd_parser.h
parente3260a042f438cedb446c5e7b3dc6f55a3b9aa95 (diff)
fmaptool: Conform to cbfstool's error message format
The tool now makes use of the ERROR() macros from common.h. Change-Id: Ie38f40c65f7b6d3bc2adb97e246224cd38d4cb99 Signed-off-by: Sol Boucher <solb@chromium.org> Reviewed-on: http://review.coreboot.org/10048 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/cbfstool/fmd_parser.h')
-rw-r--r--util/cbfstool/fmd_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/cbfstool/fmd_parser.h b/util/cbfstool/fmd_parser.h
index 393a8fff4c..dc6301d926 100644
--- a/util/cbfstool/fmd_parser.h
+++ b/util/cbfstool/fmd_parser.h
@@ -40,7 +40,7 @@
extern int yydebug;
#endif
/* "%code requires" blocks. */
-#line 36 "fmd_parser.y" /* yacc.c:1909 */
+#line 37 "fmd_parser.y" /* yacc.c:1909 */
#include "fmd.h"
#include "option.h"
@@ -87,7 +87,7 @@ void yyerror(const char *s);
typedef union YYSTYPE YYSTYPE;
union YYSTYPE
{
-#line 28 "fmd_parser.y" /* yacc.c:1909 */
+#line 29 "fmd_parser.y" /* yacc.c:1909 */
unsigned intval;
char *strval;