diff options
Diffstat (limited to 'scripts/dtc/dtc-parser.tab.h_shipped')
-rw-r--r-- | scripts/dtc/dtc-parser.tab.h_shipped | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/scripts/dtc/dtc-parser.tab.h_shipped b/scripts/dtc/dtc-parser.tab.h_shipped index 9d2dce41211f..25d3b88c6132 100644 --- a/scripts/dtc/dtc-parser.tab.h_shipped +++ b/scripts/dtc/dtc-parser.tab.h_shipped | |||
@@ -1,10 +1,8 @@ | |||
1 | /* A Bison parser, made by GNU Bison 2.5. */ | ||
1 | 2 | ||
2 | /* A Bison parser, made by GNU Bison 2.4.1. */ | 3 | /* Bison interface for Yacc-like parsers in C |
3 | |||
4 | /* Skeleton interface for Bison's Yacc-like parsers in C | ||
5 | 4 | ||
6 | Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 | 5 | Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. |
7 | Free Software Foundation, Inc. | ||
8 | 6 | ||
9 | This program is free software: you can redistribute it and/or modify | 7 | This program is free software: you can redistribute it and/or modify |
10 | it under the terms of the GNU General Public License as published by | 8 | it under the terms of the GNU General Public License as published by |
@@ -70,7 +68,7 @@ | |||
70 | typedef union YYSTYPE | 68 | typedef union YYSTYPE |
71 | { | 69 | { |
72 | 70 | ||
73 | /* Line 1676 of yacc.c */ | 71 | /* Line 2068 of yacc.c */ |
74 | #line 40 "dtc-parser.y" | 72 | #line 40 "dtc-parser.y" |
75 | 73 | ||
76 | char *propnodename; | 74 | char *propnodename; |
@@ -94,8 +92,8 @@ typedef union YYSTYPE | |||
94 | 92 | ||
95 | 93 | ||
96 | 94 | ||
97 | /* Line 1676 of yacc.c */ | 95 | /* Line 2068 of yacc.c */ |
98 | #line 99 "dtc-parser.tab.h" | 96 | #line 97 "dtc-parser.tab.h" |
99 | } YYSTYPE; | 97 | } YYSTYPE; |
100 | # define YYSTYPE_IS_TRIVIAL 1 | 98 | # define YYSTYPE_IS_TRIVIAL 1 |
101 | # define yystype YYSTYPE /* obsolescent; will be withdrawn */ | 99 | # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |