summaryrefslogtreecommitdiff
path: root/util/sconfig/sconfig.tab.h_shipped
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-04-08 12:59:41 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-04-08 12:59:41 +0000
commit05245ec05b69d2431b8ed78c05b99b1aac95a44b (patch)
treeb6fcd09c00c1b43f7f56414f1268d4395c5bb47d /util/sconfig/sconfig.tab.h_shipped
parent35784b62cde8b126cdb1fbb2a7a6d170760bd28d (diff)
downloadcoreboot-05245ec05b69d2431b8ed78c05b99b1aac95a44b.tar.xz
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
Diffstat (limited to 'util/sconfig/sconfig.tab.h_shipped')
-rw-r--r--util/sconfig/sconfig.tab.h_shipped4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/sconfig/sconfig.tab.h_shipped b/util/sconfig/sconfig.tab.h_shipped
index 906d1200cc..8c6b5f6144 100644
--- a/util/sconfig/sconfig.tab.h_shipped
+++ b/util/sconfig/sconfig.tab.h_shipped
@@ -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 */