summaryrefslogtreecommitdiff
path: root/util/cbfstool/fmd_parser.h
diff options
context:
space:
mode:
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;