glsl: regerated files
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
/* A Bison parser, made by GNU Bison 2.4.3. */
|
||||
|
||||
/* A Bison parser, made by GNU Bison 2.4.1. */
|
||||
|
||||
/* Skeleton implementation for Bison's Yacc-like parsers in C
|
||||
|
||||
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
2009, 2010 Free Software Foundation, Inc.
|
||||
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
|
||||
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
|
||||
@@ -45,7 +46,7 @@
|
||||
#define YYBISON 1
|
||||
|
||||
/* Bison version. */
|
||||
#define YYBISON_VERSION "2.4.3"
|
||||
#define YYBISON_VERSION "2.4.1"
|
||||
|
||||
/* Skeleton name. */
|
||||
#define YYSKELETON_NAME "yacc.c"
|
||||
@@ -212,7 +213,7 @@ add_builtin_define(glcpp_parser_t *parser, const char *name, int value);
|
||||
|
||||
|
||||
/* Line 189 of yacc.c */
|
||||
#line 216 "glcpp/glcpp-parse.c"
|
||||
#line 217 "glcpp/glcpp-parse.c"
|
||||
|
||||
/* Enabling traces. */
|
||||
#ifndef YYDEBUG
|
||||
@@ -300,7 +301,7 @@ typedef struct YYLTYPE
|
||||
|
||||
|
||||
/* Line 264 of yacc.c */
|
||||
#line 304 "glcpp/glcpp-parse.c"
|
||||
#line 305 "glcpp/glcpp-parse.c"
|
||||
|
||||
#ifdef short
|
||||
# undef short
|
||||
@@ -350,7 +351,7 @@ typedef short int yytype_int16;
|
||||
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
|
||||
|
||||
#ifndef YY_
|
||||
# if defined YYENABLE_NLS && YYENABLE_NLS
|
||||
# if YYENABLE_NLS
|
||||
# if ENABLE_NLS
|
||||
# include <libintl.h> /* INFRINGES ON USER NAME SPACE */
|
||||
# define YY_(msgid) dgettext ("bison-runtime", msgid)
|
||||
@@ -938,18 +939,9 @@ static const yytype_uint8 yystos[] =
|
||||
|
||||
/* Like YYERROR except do call yyerror. This remains here temporarily
|
||||
to ease the transition to the new meaning of YYERROR, for GCC.
|
||||
Once GCC version 2 has supplanted version 1, this can go. However,
|
||||
YYFAIL appears to be in use. Nevertheless, it is formally deprecated
|
||||
in Bison 2.4.2's NEWS entry, where a plan to phase it out is
|
||||
discussed. */
|
||||
Once GCC version 2 has supplanted version 1, this can go. */
|
||||
|
||||
#define YYFAIL goto yyerrlab
|
||||
#if defined YYFAIL
|
||||
/* This is here to suppress warnings from the GCC cpp's
|
||||
-Wunused-macros. Normally we don't worry about that warning, but
|
||||
some users do, and we want to make it easy for users to remove
|
||||
YYFAIL uses, which will produce warnings from Bison 2.5. */
|
||||
#endif
|
||||
|
||||
#define YYRECOVERING() (!!yyerrstatus)
|
||||
|
||||
@@ -1006,7 +998,7 @@ while (YYID (0))
|
||||
we won't break user code: when these are the locations we know. */
|
||||
|
||||
#ifndef YY_LOCATION_PRINT
|
||||
# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
|
||||
# if YYLTYPE_IS_TRIVIAL
|
||||
# define YY_LOCATION_PRINT(File, Loc) \
|
||||
fprintf (File, "%d.%d-%d.%d", \
|
||||
(Loc).first_line, (Loc).first_column, \
|
||||
@@ -1548,7 +1540,7 @@ YYLTYPE yylloc;
|
||||
YYLTYPE *yylsp;
|
||||
|
||||
/* The locations where the error started and ended. */
|
||||
YYLTYPE yyerror_range[3];
|
||||
YYLTYPE yyerror_range[2];
|
||||
|
||||
YYSIZE_T yystacksize;
|
||||
|
||||
@@ -1595,7 +1587,7 @@ YYLTYPE yylloc;
|
||||
yyvsp = yyvs;
|
||||
yylsp = yyls;
|
||||
|
||||
#if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
|
||||
#if YYLTYPE_IS_TRIVIAL
|
||||
/* Initialize the default location before parsing starts. */
|
||||
yylloc.first_line = yylloc.last_line = 1;
|
||||
yylloc.first_column = yylloc.last_column = 1;
|
||||
@@ -1603,7 +1595,7 @@ YYLTYPE yylloc;
|
||||
|
||||
/* User initialization code. */
|
||||
|
||||
/* Line 1251 of yacc.c */
|
||||
/* Line 1242 of yacc.c */
|
||||
#line 148 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
yylloc.first_line = 1;
|
||||
@@ -1613,8 +1605,8 @@ YYLTYPE yylloc;
|
||||
yylloc.source = 0;
|
||||
}
|
||||
|
||||
/* Line 1251 of yacc.c */
|
||||
#line 1618 "glcpp/glcpp-parse.c"
|
||||
/* Line 1242 of yacc.c */
|
||||
#line 1610 "glcpp/glcpp-parse.c"
|
||||
yylsp[0] = yylloc;
|
||||
|
||||
goto yysetstate;
|
||||
@@ -1801,7 +1793,7 @@ yyreduce:
|
||||
{
|
||||
case 4:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 187 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
ralloc_strcat (&parser->output, "\n");
|
||||
@@ -1810,7 +1802,7 @@ yyreduce:
|
||||
|
||||
case 5:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 190 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
_glcpp_parser_print_expanded_token_list (parser, (yyvsp[(1) - (1)].token_list));
|
||||
@@ -1821,7 +1813,7 @@ yyreduce:
|
||||
|
||||
case 8:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 200 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
_glcpp_parser_skip_stack_push_if (parser, & (yylsp[(1) - (3)]), (yyvsp[(2) - (3)].ival));
|
||||
@@ -1830,7 +1822,7 @@ yyreduce:
|
||||
|
||||
case 9:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 203 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
_glcpp_parser_skip_stack_change_if (parser, & (yylsp[(1) - (3)]), "elif", (yyvsp[(2) - (3)].ival));
|
||||
@@ -1839,7 +1831,7 @@ yyreduce:
|
||||
|
||||
case 10:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 209 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
_define_object_macro (parser, & (yylsp[(2) - (4)]), (yyvsp[(2) - (4)].str), (yyvsp[(3) - (4)].token_list));
|
||||
@@ -1848,7 +1840,7 @@ yyreduce:
|
||||
|
||||
case 11:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 212 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
_define_function_macro (parser, & (yylsp[(2) - (6)]), (yyvsp[(2) - (6)].str), NULL, (yyvsp[(5) - (6)].token_list));
|
||||
@@ -1857,7 +1849,7 @@ yyreduce:
|
||||
|
||||
case 12:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 215 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
_define_function_macro (parser, & (yylsp[(2) - (7)]), (yyvsp[(2) - (7)].str), (yyvsp[(4) - (7)].string_list), (yyvsp[(6) - (7)].token_list));
|
||||
@@ -1866,7 +1858,7 @@ yyreduce:
|
||||
|
||||
case 13:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 218 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (3)].str));
|
||||
@@ -1880,7 +1872,7 @@ yyreduce:
|
||||
|
||||
case 14:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 226 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
/* Be careful to only evaluate the 'if' expression if
|
||||
@@ -1905,7 +1897,7 @@ yyreduce:
|
||||
|
||||
case 15:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 245 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
/* #if without an expression is only an error if we
|
||||
@@ -1921,7 +1913,7 @@ yyreduce:
|
||||
|
||||
case 16:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 255 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (4)].str));
|
||||
@@ -1932,7 +1924,7 @@ yyreduce:
|
||||
|
||||
case 17:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 260 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (4)].str));
|
||||
@@ -1943,7 +1935,7 @@ yyreduce:
|
||||
|
||||
case 18:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 265 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
/* Be careful to only evaluate the 'elif' expression
|
||||
@@ -1968,7 +1960,7 @@ yyreduce:
|
||||
|
||||
case 19:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 284 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
/* #elif without an expression is an error unless we
|
||||
@@ -1989,7 +1981,7 @@ yyreduce:
|
||||
|
||||
case 20:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 299 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
_glcpp_parser_skip_stack_change_if (parser, & (yylsp[(1) - (2)]), "else", 1);
|
||||
@@ -1998,7 +1990,7 @@ yyreduce:
|
||||
|
||||
case 21:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 302 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
_glcpp_parser_skip_stack_pop (parser, & (yylsp[(1) - (2)]));
|
||||
@@ -2007,7 +1999,7 @@ yyreduce:
|
||||
|
||||
case 22:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 305 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
macro_t *macro = hash_table_find (parser->defines, "__VERSION__");
|
||||
@@ -2034,7 +2026,7 @@ yyreduce:
|
||||
|
||||
case 24:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 330 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
if (strlen ((yyvsp[(1) - (1)].str)) >= 3 && strncmp ((yyvsp[(1) - (1)].str), "0x", 2) == 0) {
|
||||
@@ -2049,7 +2041,7 @@ yyreduce:
|
||||
|
||||
case 25:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 339 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (1)].ival);
|
||||
@@ -2058,7 +2050,7 @@ yyreduce:
|
||||
|
||||
case 27:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 345 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) || (yyvsp[(3) - (3)].ival);
|
||||
@@ -2067,7 +2059,7 @@ yyreduce:
|
||||
|
||||
case 28:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 348 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) && (yyvsp[(3) - (3)].ival);
|
||||
@@ -2076,7 +2068,7 @@ yyreduce:
|
||||
|
||||
case 29:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 351 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) | (yyvsp[(3) - (3)].ival);
|
||||
@@ -2085,7 +2077,7 @@ yyreduce:
|
||||
|
||||
case 30:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 354 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) ^ (yyvsp[(3) - (3)].ival);
|
||||
@@ -2094,7 +2086,7 @@ yyreduce:
|
||||
|
||||
case 31:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 357 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) & (yyvsp[(3) - (3)].ival);
|
||||
@@ -2103,7 +2095,7 @@ yyreduce:
|
||||
|
||||
case 32:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 360 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) != (yyvsp[(3) - (3)].ival);
|
||||
@@ -2112,7 +2104,7 @@ yyreduce:
|
||||
|
||||
case 33:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 363 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) == (yyvsp[(3) - (3)].ival);
|
||||
@@ -2121,7 +2113,7 @@ yyreduce:
|
||||
|
||||
case 34:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 366 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) >= (yyvsp[(3) - (3)].ival);
|
||||
@@ -2130,7 +2122,7 @@ yyreduce:
|
||||
|
||||
case 35:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 369 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) <= (yyvsp[(3) - (3)].ival);
|
||||
@@ -2139,7 +2131,7 @@ yyreduce:
|
||||
|
||||
case 36:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 372 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) > (yyvsp[(3) - (3)].ival);
|
||||
@@ -2148,7 +2140,7 @@ yyreduce:
|
||||
|
||||
case 37:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 375 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) < (yyvsp[(3) - (3)].ival);
|
||||
@@ -2157,7 +2149,7 @@ yyreduce:
|
||||
|
||||
case 38:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 378 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) >> (yyvsp[(3) - (3)].ival);
|
||||
@@ -2166,7 +2158,7 @@ yyreduce:
|
||||
|
||||
case 39:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 381 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) << (yyvsp[(3) - (3)].ival);
|
||||
@@ -2175,7 +2167,7 @@ yyreduce:
|
||||
|
||||
case 40:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 384 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) - (yyvsp[(3) - (3)].ival);
|
||||
@@ -2184,7 +2176,7 @@ yyreduce:
|
||||
|
||||
case 41:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 387 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) + (yyvsp[(3) - (3)].ival);
|
||||
@@ -2193,7 +2185,7 @@ yyreduce:
|
||||
|
||||
case 42:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 390 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) % (yyvsp[(3) - (3)].ival);
|
||||
@@ -2202,7 +2194,7 @@ yyreduce:
|
||||
|
||||
case 43:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 393 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
if ((yyvsp[(3) - (3)].ival) == 0) {
|
||||
@@ -2216,7 +2208,7 @@ yyreduce:
|
||||
|
||||
case 44:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 401 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(1) - (3)].ival) * (yyvsp[(3) - (3)].ival);
|
||||
@@ -2225,7 +2217,7 @@ yyreduce:
|
||||
|
||||
case 45:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 404 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = ! (yyvsp[(2) - (2)].ival);
|
||||
@@ -2234,7 +2226,7 @@ yyreduce:
|
||||
|
||||
case 46:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 407 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = ~ (yyvsp[(2) - (2)].ival);
|
||||
@@ -2243,7 +2235,7 @@ yyreduce:
|
||||
|
||||
case 47:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 410 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = - (yyvsp[(2) - (2)].ival);
|
||||
@@ -2252,7 +2244,7 @@ yyreduce:
|
||||
|
||||
case 48:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 413 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = + (yyvsp[(2) - (2)].ival);
|
||||
@@ -2261,7 +2253,7 @@ yyreduce:
|
||||
|
||||
case 49:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 416 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.ival) = (yyvsp[(2) - (3)].ival);
|
||||
@@ -2270,7 +2262,7 @@ yyreduce:
|
||||
|
||||
case 50:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 422 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.string_list) = _string_list_create (parser);
|
||||
@@ -2281,7 +2273,7 @@ yyreduce:
|
||||
|
||||
case 51:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 427 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.string_list) = (yyvsp[(1) - (3)].string_list);
|
||||
@@ -2292,14 +2284,14 @@ yyreduce:
|
||||
|
||||
case 52:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 435 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.token_list) = NULL; ;}
|
||||
break;
|
||||
|
||||
case 54:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 440 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
yyerror (& (yylsp[(1) - (2)]), parser, "Invalid tokens after #");
|
||||
@@ -2308,14 +2300,14 @@ yyreduce:
|
||||
|
||||
case 55:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 446 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.token_list) = NULL; ;}
|
||||
break;
|
||||
|
||||
case 58:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 452 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
glcpp_warning(&(yylsp[(1) - (1)]), parser, "extra tokens at end of directive");
|
||||
@@ -2324,7 +2316,7 @@ yyreduce:
|
||||
|
||||
case 59:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 459 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
int v = hash_table_find (parser->defines, (yyvsp[(2) - (2)].str)) ? 1 : 0;
|
||||
@@ -2334,7 +2326,7 @@ yyreduce:
|
||||
|
||||
case 60:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 463 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
int v = hash_table_find (parser->defines, (yyvsp[(3) - (4)].str)) ? 1 : 0;
|
||||
@@ -2344,7 +2336,7 @@ yyreduce:
|
||||
|
||||
case 62:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 472 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.token_list) = _token_list_create (parser);
|
||||
@@ -2354,7 +2346,7 @@ yyreduce:
|
||||
|
||||
case 63:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 476 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.token_list) = (yyvsp[(1) - (2)].token_list);
|
||||
@@ -2364,7 +2356,7 @@ yyreduce:
|
||||
|
||||
case 64:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 483 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
parser->space_tokens = 1;
|
||||
@@ -2375,7 +2367,7 @@ yyreduce:
|
||||
|
||||
case 65:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 488 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.token_list) = (yyvsp[(1) - (2)].token_list);
|
||||
@@ -2385,7 +2377,7 @@ yyreduce:
|
||||
|
||||
case 66:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 495 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.token) = _token_create_str (parser, IDENTIFIER, (yyvsp[(1) - (1)].str));
|
||||
@@ -2395,7 +2387,7 @@ yyreduce:
|
||||
|
||||
case 67:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 499 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.token) = _token_create_str (parser, INTEGER_STRING, (yyvsp[(1) - (1)].str));
|
||||
@@ -2405,7 +2397,7 @@ yyreduce:
|
||||
|
||||
case 68:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 503 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.token) = _token_create_ival (parser, (yyvsp[(1) - (1)].ival), (yyvsp[(1) - (1)].ival));
|
||||
@@ -2415,7 +2407,7 @@ yyreduce:
|
||||
|
||||
case 69:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 507 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.token) = _token_create_str (parser, OTHER, (yyvsp[(1) - (1)].str));
|
||||
@@ -2425,7 +2417,7 @@ yyreduce:
|
||||
|
||||
case 70:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 511 "glcpp/glcpp-parse.y"
|
||||
{
|
||||
(yyval.token) = _token_create_ival (parser, SPACE, SPACE);
|
||||
@@ -2435,225 +2427,225 @@ yyreduce:
|
||||
|
||||
case 71:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 518 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '['; ;}
|
||||
break;
|
||||
|
||||
case 72:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 519 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = ']'; ;}
|
||||
break;
|
||||
|
||||
case 73:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 520 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '('; ;}
|
||||
break;
|
||||
|
||||
case 74:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 521 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = ')'; ;}
|
||||
break;
|
||||
|
||||
case 75:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 522 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '{'; ;}
|
||||
break;
|
||||
|
||||
case 76:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 523 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '}'; ;}
|
||||
break;
|
||||
|
||||
case 77:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 524 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '.'; ;}
|
||||
break;
|
||||
|
||||
case 78:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 525 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '&'; ;}
|
||||
break;
|
||||
|
||||
case 79:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 526 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '*'; ;}
|
||||
break;
|
||||
|
||||
case 80:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 527 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '+'; ;}
|
||||
break;
|
||||
|
||||
case 81:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 528 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '-'; ;}
|
||||
break;
|
||||
|
||||
case 82:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 529 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '~'; ;}
|
||||
break;
|
||||
|
||||
case 83:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 530 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '!'; ;}
|
||||
break;
|
||||
|
||||
case 84:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 531 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '/'; ;}
|
||||
break;
|
||||
|
||||
case 85:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 532 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '%'; ;}
|
||||
break;
|
||||
|
||||
case 86:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 533 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = LEFT_SHIFT; ;}
|
||||
break;
|
||||
|
||||
case 87:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 534 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = RIGHT_SHIFT; ;}
|
||||
break;
|
||||
|
||||
case 88:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 535 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '<'; ;}
|
||||
break;
|
||||
|
||||
case 89:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 536 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '>'; ;}
|
||||
break;
|
||||
|
||||
case 90:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 537 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = LESS_OR_EQUAL; ;}
|
||||
break;
|
||||
|
||||
case 91:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 538 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = GREATER_OR_EQUAL; ;}
|
||||
break;
|
||||
|
||||
case 92:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 539 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = EQUAL; ;}
|
||||
break;
|
||||
|
||||
case 93:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 540 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = NOT_EQUAL; ;}
|
||||
break;
|
||||
|
||||
case 94:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 541 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '^'; ;}
|
||||
break;
|
||||
|
||||
case 95:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 542 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '|'; ;}
|
||||
break;
|
||||
|
||||
case 96:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 543 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = AND; ;}
|
||||
break;
|
||||
|
||||
case 97:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 544 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = OR; ;}
|
||||
break;
|
||||
|
||||
case 98:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 545 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = ';'; ;}
|
||||
break;
|
||||
|
||||
case 99:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 546 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = ','; ;}
|
||||
break;
|
||||
|
||||
case 100:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 547 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = '='; ;}
|
||||
break;
|
||||
|
||||
case 101:
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 548 "glcpp/glcpp-parse.y"
|
||||
{ (yyval.ival) = PASTE; ;}
|
||||
break;
|
||||
|
||||
|
||||
|
||||
/* Line 1464 of yacc.c */
|
||||
#line 2657 "glcpp/glcpp-parse.c"
|
||||
/* Line 1455 of yacc.c */
|
||||
#line 2649 "glcpp/glcpp-parse.c"
|
||||
default: break;
|
||||
}
|
||||
YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
|
||||
@@ -2725,7 +2717,7 @@ yyerrlab:
|
||||
#endif
|
||||
}
|
||||
|
||||
yyerror_range[1] = yylloc;
|
||||
yyerror_range[0] = yylloc;
|
||||
|
||||
if (yyerrstatus == 3)
|
||||
{
|
||||
@@ -2762,7 +2754,7 @@ yyerrorlab:
|
||||
if (/*CONSTCOND*/ 0)
|
||||
goto yyerrorlab;
|
||||
|
||||
yyerror_range[1] = yylsp[1-yylen];
|
||||
yyerror_range[0] = yylsp[1-yylen];
|
||||
/* Do not reclaim the symbols of the rule which action triggered
|
||||
this YYERROR. */
|
||||
YYPOPSTACK (yylen);
|
||||
@@ -2796,7 +2788,7 @@ yyerrlab1:
|
||||
if (yyssp == yyss)
|
||||
YYABORT;
|
||||
|
||||
yyerror_range[1] = *yylsp;
|
||||
yyerror_range[0] = *yylsp;
|
||||
yydestruct ("Error: popping",
|
||||
yystos[yystate], yyvsp, yylsp, parser);
|
||||
YYPOPSTACK (1);
|
||||
@@ -2806,10 +2798,10 @@ yyerrlab1:
|
||||
|
||||
*++yyvsp = yylval;
|
||||
|
||||
yyerror_range[2] = yylloc;
|
||||
yyerror_range[1] = yylloc;
|
||||
/* Using YYLLOC is tempting, but would change the location of
|
||||
the lookahead. YYLOC is available though. */
|
||||
YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
|
||||
YYLLOC_DEFAULT (yyloc, (yyerror_range - 1), 2);
|
||||
*++yylsp = yyloc;
|
||||
|
||||
/* Shift the error token. */
|
||||
@@ -2871,7 +2863,7 @@ yyreturn:
|
||||
|
||||
|
||||
|
||||
/* Line 1684 of yacc.c */
|
||||
/* Line 1675 of yacc.c */
|
||||
#line 551 "glcpp/glcpp-parse.y"
|
||||
|
||||
|
||||
@@ -3149,7 +3141,7 @@ _token_list_trim_trailing_space (token_list_t *list)
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
_token_list_is_empty_ignoring_space (token_list_t *l)
|
||||
{
|
||||
token_node_t *n;
|
||||
|
@@ -1,9 +1,10 @@
|
||||
/* A Bison parser, made by GNU Bison 2.4.3. */
|
||||
|
||||
/* A Bison parser, made by GNU Bison 2.4.1. */
|
||||
|
||||
/* Skeleton interface for Bison's Yacc-like parsers in C
|
||||
|
||||
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
2009, 2010 Free Software Foundation, Inc.
|
||||
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
|
||||
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
|
||||
|
Reference in New Issue
Block a user