diff options
Diffstat (limited to 'scripts/dtc/dtc-parser.tab.h_shipped')
| -rw-r--r-- | scripts/dtc/dtc-parser.tab.h_shipped | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/scripts/dtc/dtc-parser.tab.h_shipped b/scripts/dtc/dtc-parser.tab.h_shipped index 25d3b88c6132..b2e7a86cd85e 100644 --- a/scripts/dtc/dtc-parser.tab.h_shipped +++ b/scripts/dtc/dtc-parser.tab.h_shipped | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* A Bison parser, made by GNU Bison 2.5. */ | 1 | /* A Bison parser, made by GNU Bison 2.7.12-4996. */ |
| 2 | 2 | ||
| 3 | /* Bison interface for Yacc-like parsers in C | 3 | /* Bison interface for Yacc-like parsers in C |
| 4 | 4 | ||
| 5 | Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. | 5 | Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | 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 |
| 8 | 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 |
| @@ -30,6 +30,15 @@ | |||
| 30 | This special exception was added by the Free Software Foundation in | 30 | This special exception was added by the Free Software Foundation in |
| 31 | version 2.2 of Bison. */ | 31 | version 2.2 of Bison. */ |
| 32 | 32 | ||
| 33 | #ifndef YY_YY_DTC_PARSER_TAB_H_INCLUDED | ||
| 34 | # define YY_YY_DTC_PARSER_TAB_H_INCLUDED | ||
| 35 | /* Enabling traces. */ | ||
| 36 | #ifndef YYDEBUG | ||
| 37 | # define YYDEBUG 0 | ||
| 38 | #endif | ||
| 39 | #if YYDEBUG | ||
| 40 | extern int yydebug; | ||
| 41 | #endif | ||
| 33 | 42 | ||
| 34 | /* Tokens. */ | 43 | /* Tokens. */ |
| 35 | #ifndef YYTOKENTYPE | 44 | #ifndef YYTOKENTYPE |
| @@ -63,12 +72,10 @@ | |||
| 63 | #endif | 72 | #endif |
| 64 | 73 | ||
| 65 | 74 | ||
| 66 | |||
| 67 | #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED | 75 | #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED |
| 68 | typedef union YYSTYPE | 76 | typedef union YYSTYPE |
| 69 | { | 77 | { |
| 70 | 78 | /* Line 2053 of yacc.c */ | |
| 71 | /* Line 2068 of yacc.c */ | ||
| 72 | #line 40 "dtc-parser.y" | 79 | #line 40 "dtc-parser.y" |
| 73 | 80 | ||
| 74 | char *propnodename; | 81 | char *propnodename; |
| @@ -91,9 +98,8 @@ typedef union YYSTYPE | |||
| 91 | uint64_t integer; | 98 | uint64_t integer; |
| 92 | 99 | ||
| 93 | 100 | ||
| 94 | 101 | /* Line 2053 of yacc.c */ | |
| 95 | /* Line 2068 of yacc.c */ | 102 | #line 103 "dtc-parser.tab.h" |
| 96 | #line 97 "dtc-parser.tab.h" | ||
| 97 | } YYSTYPE; | 103 | } YYSTYPE; |
| 98 | # define YYSTYPE_IS_TRIVIAL 1 | 104 | # define YYSTYPE_IS_TRIVIAL 1 |
| 99 | # define yystype YYSTYPE /* obsolescent; will be withdrawn */ | 105 | # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |
| @@ -102,4 +108,18 @@ typedef union YYSTYPE | |||
| 102 | 108 | ||
| 103 | extern YYSTYPE yylval; | 109 | extern YYSTYPE yylval; |
| 104 | 110 | ||
| 111 | #ifdef YYPARSE_PARAM | ||
| 112 | #if defined __STDC__ || defined __cplusplus | ||
| 113 | int yyparse (void *YYPARSE_PARAM); | ||
| 114 | #else | ||
| 115 | int yyparse (); | ||
| 116 | #endif | ||
| 117 | #else /* ! YYPARSE_PARAM */ | ||
| 118 | #if defined __STDC__ || defined __cplusplus | ||
| 119 | int yyparse (void); | ||
| 120 | #else | ||
| 121 | int yyparse (); | ||
| 122 | #endif | ||
| 123 | #endif /* ! YYPARSE_PARAM */ | ||
| 105 | 124 | ||
| 125 | #endif /* !YY_YY_DTC_PARSER_TAB_H_INCLUDED */ | ||
