X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/3e833eea9cb9822f04c639e143212c4b6f7940d4..6bec711e14babb0d6388754f41834036f22a3ef1:/src/parse.h diff --git a/src/parse.h b/src/parse.h index 5bbb8d5..b2fcf56 100644 --- a/src/parse.h +++ b/src/parse.h @@ -1,24 +1,22 @@ -/* A Bison parser, made by GNU Bison 2.3. */ +/* 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. - - This program is free software; you can redistribute it and/or modify + + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. - + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work @@ -29,10 +27,11 @@ special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. - + This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ + /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE @@ -61,35 +60,36 @@ ARRAY_DIM = 277, SINGLE_CHAR = 278, CCODE = 279, - ADCODE = 280, - HTCODE = 281, - PHCODE = 282, - HCODE = 283, - ACODE = 284, - ATCODE = 285, - STRING = 286, - PUBLIC = 287, - PRIVATE = 288, - PROTECTED = 289, - CLASSWIDE = 290, - PROPERTY = 291, - ARGUMENT = 292, - VIRTUAL = 293, - SIGNAL = 294, - OVERRIDE = 295, - NICK = 296, - BLURB = 297, - MAXIMUM = 298, - MINIMUM = 299, - DEFAULT_VALUE = 300, - ERROR = 301, - FLAGS = 302, - TYPE = 303, - FLAGS_TYPE = 304, - ENUM_TYPE = 305, - PARAM_TYPE = 306, - BOXED_TYPE = 307, - OBJECT_TYPE = 308 + CTCODE = 280, + ADCODE = 281, + HTCODE = 282, + PHCODE = 283, + HCODE = 284, + ACODE = 285, + ATCODE = 286, + STRING = 287, + PUBLIC = 288, + PRIVATE = 289, + PROTECTED = 290, + CLASSWIDE = 291, + PROPERTY = 292, + ARGUMENT = 293, + VIRTUAL = 294, + SIGNAL = 295, + OVERRIDE = 296, + NICK = 297, + BLURB = 298, + MAXIMUM = 299, + MINIMUM = 300, + DEFAULT_VALUE = 301, + ERROR = 302, + FLAGS = 303, + TYPE = 304, + FLAGS_TYPE = 305, + ENUM_TYPE = 306, + PARAM_TYPE = 307, + BOXED_TYPE = 308, + OBJECT_TYPE = 309 }; #endif /* Tokens. */ @@ -115,56 +115,63 @@ #define ARRAY_DIM 277 #define SINGLE_CHAR 278 #define CCODE 279 -#define ADCODE 280 -#define HTCODE 281 -#define PHCODE 282 -#define HCODE 283 -#define ACODE 284 -#define ATCODE 285 -#define STRING 286 -#define PUBLIC 287 -#define PRIVATE 288 -#define PROTECTED 289 -#define CLASSWIDE 290 -#define PROPERTY 291 -#define ARGUMENT 292 -#define VIRTUAL 293 -#define SIGNAL 294 -#define OVERRIDE 295 -#define NICK 296 -#define BLURB 297 -#define MAXIMUM 298 -#define MINIMUM 299 -#define DEFAULT_VALUE 300 -#define ERROR 301 -#define FLAGS 302 -#define TYPE 303 -#define FLAGS_TYPE 304 -#define ENUM_TYPE 305 -#define PARAM_TYPE 306 -#define BOXED_TYPE 307 -#define OBJECT_TYPE 308 +#define CTCODE 280 +#define ADCODE 281 +#define HTCODE 282 +#define PHCODE 283 +#define HCODE 284 +#define ACODE 285 +#define ATCODE 286 +#define STRING 287 +#define PUBLIC 288 +#define PRIVATE 289 +#define PROTECTED 290 +#define CLASSWIDE 291 +#define PROPERTY 292 +#define ARGUMENT 293 +#define VIRTUAL 294 +#define SIGNAL 295 +#define OVERRIDE 296 +#define NICK 297 +#define BLURB 298 +#define MAXIMUM 299 +#define MINIMUM 300 +#define DEFAULT_VALUE 301 +#define ERROR 302 +#define FLAGS 303 +#define TYPE 304 +#define FLAGS_TYPE 305 +#define ENUM_TYPE 306 +#define PARAM_TYPE 307 +#define BOXED_TYPE 308 +#define OBJECT_TYPE 309 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -#line 678 "parse.y" { + +/* Line 1685 of yacc.c */ +#line 683 "parse.y" + char *id; GString *cbuf; GList *list; int line; int sigtype; -} -/* Line 1489 of yacc.c. */ -#line 163 "parse.h" - YYSTYPE; + + + +/* Line 1685 of yacc.c */ +#line 169 "parse.h" +} YYSTYPE; +# define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 -# define YYSTYPE_IS_TRIVIAL 1 #endif extern YYSTYPE yylval; +