diff options
author | Michal Marek <mmarek@suse.cz> | 2011-06-23 23:00:16 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-06-23 23:00:16 +0200 |
commit | 5e05981b5b79afb42adb754c558ee050092d2d85 (patch) | |
tree | b9bbdea5a3d95cb759f48fb3c1dd8faa6bfd3f82 /scripts/dtc/dtc-parser.tab.h_shipped | |
parent | 2e483528cebad089d0bb3f9aebb0ada22d968ffa (diff) | |
parent | edfc86aadad371b76d95b11d0bc8eb36c2376d1e (diff) | |
download | lwn-5e05981b5b79afb42adb754c558ee050092d2d85.tar.gz lwn-5e05981b5b79afb42adb754c558ee050092d2d85.zip |
Merge branch 'kbuild-implicit-parser-rule' of git://github.com/lacombar/linux-2.6 into kbuild/kbuild
Diffstat (limited to 'scripts/dtc/dtc-parser.tab.h_shipped')
-rw-r--r-- | scripts/dtc/dtc-parser.tab.h_shipped | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/scripts/dtc/dtc-parser.tab.h_shipped b/scripts/dtc/dtc-parser.tab.h_shipped index 95c9547adea5..4ee682bb7d33 100644 --- a/scripts/dtc/dtc-parser.tab.h_shipped +++ b/scripts/dtc/dtc-parser.tab.h_shipped @@ -1,10 +1,9 @@ - -/* A Bison parser, made by GNU Bison 2.4.1. */ +/* A Bison parser, made by GNU Bison 2.4.3. */ /* Skeleton interface for Bison's Yacc-like parsers in C - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -58,8 +57,6 @@ typedef union YYSTYPE { -/* Line 1676 of yacc.c */ -#line 39 "dtc-parser.y" char *propnodename; char *literal; @@ -78,8 +75,6 @@ typedef union YYSTYPE -/* Line 1676 of yacc.c */ -#line 83 "dtc-parser.tab.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |