Remove #line statements in processed parser source,

to avoid clutter in revision history.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5377 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2010-04-08 12:59:41 +00:00
parent 35784b62cd
commit 05245ec05b
4 changed files with 3 additions and 73 deletions

View File

@@ -68,8 +68,6 @@
typedef union YYSTYPE
{
/* Line 1676 of yacc.c */
#line 125 "/home/Patrick/work/coreboot/util/sconfig/sconfig.y"
struct device *device;
char *string;
@@ -77,8 +75,6 @@ typedef union YYSTYPE
/* Line 1676 of yacc.c */
#line 82 "/home/Patrick/work/coreboot/util/sconfig/sconfig.tab.h_shipped"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */