summaryrefslogtreecommitdiff
path: root/phpdbg_parser.h
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-04-19 21:09:10 +0100
committerkrakjoe <joe.watkins@live.co.uk>2014-04-19 21:09:10 +0100
commit89868dd4d9f9271e0d042549adf0d920d29d3067 (patch)
treeb51bf6013f0847652d46e31e4791c4cad02d0ff0 /phpdbg_parser.h
parent11c707d83657f2fd8347496d0959b27bdd454836 (diff)
parenta0ee96289b7e9a06e9dbb66f40258fc09b55cde2 (diff)
downloadphp-git-89868dd4d9f9271e0d042549adf0d920d29d3067.tar.gz
Merge branch 'master' of https://github.com/krakjoe/phpdbg
Diffstat (limited to 'phpdbg_parser.h')
-rw-r--r--phpdbg_parser.h105
1 files changed, 0 insertions, 105 deletions
diff --git a/phpdbg_parser.h b/phpdbg_parser.h
deleted file mode 100644
index 3a57a5e54f..0000000000
--- a/phpdbg_parser.h
+++ /dev/null
@@ -1,105 +0,0 @@
-/* A Bison parser, made by GNU Bison 2.7. */
-
-/* Bison interface for Yacc-like parsers in C
-
- Copyright (C) 1984, 1989-1990, 2000-2012 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 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, see <http://www.gnu.org/licenses/>. */
-
-/* As a special exception, you may create a larger work that contains
- part or all of the Bison parser skeleton and distribute that work
- under terms of your choice, so long as that work isn't itself a
- parser generator using the skeleton or a modified version thereof
- as a parser skeleton. Alternatively, if you modify or redistribute
- the parser skeleton itself, you may (at your option) remove this
- 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. */
-
-#ifndef YY_YY_SAPI_PHPDBG_PHPDBG_PARSER_H_INCLUDED
-# define YY_YY_SAPI_PHPDBG_PHPDBG_PARSER_H_INCLUDED
-/* Enabling traces. */
-#ifndef YYDEBUG
-# define YYDEBUG 0
-#endif
-#if YYDEBUG
-extern int yydebug;
-#endif
-/* "%code requires" blocks. */
-/* Line 2058 of yacc.c */
-#line 40 "sapi/phpdbg/dev/phpdbg_parser.y"
-
-#include "phpdbg.h"
-#ifndef YY_TYPEDEF_YY_SCANNER_T
-#define YY_TYPEDEF_YY_SCANNER_T
-typedef void* yyscan_t;
-#endif
-
-
-/* Line 2058 of yacc.c */
-#line 55 "sapi/phpdbg/phpdbg_parser.h"
-
-/* Tokens. */
-#ifndef YYTOKENTYPE
-# define YYTOKENTYPE
- /* Put the tokens into the symbol table, so that GDB and other debuggers
- know about them. */
- enum yytokentype {
- T_EVAL = 258,
- T_SHELL = 259,
- T_IF = 260,
- T_TRUTHY = 261,
- T_FALSY = 262,
- T_STRING = 263,
- T_COLON = 264,
- T_DCOLON = 265,
- T_POUND = 266,
- T_PROTO = 267,
- T_DIGITS = 268,
- T_LITERAL = 269,
- T_ADDR = 270,
- T_OPCODE = 271,
- T_ID = 272,
- T_INPUT = 273,
- T_UNEXPECTED = 274
- };
-#endif
-
-
-#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-typedef int YYSTYPE;
-# define YYSTYPE_IS_TRIVIAL 1
-# define yystype YYSTYPE /* obsolescent; will be withdrawn */
-# define YYSTYPE_IS_DECLARED 1
-#endif
-
-
-#ifdef YYPARSE_PARAM
-#if defined __STDC__ || defined __cplusplus
-int yyparse (void *YYPARSE_PARAM);
-#else
-int yyparse ();
-#endif
-#else /* ! YYPARSE_PARAM */
-#if defined __STDC__ || defined __cplusplus
-int yyparse (phpdbg_param_t *stack, yyscan_t scanner);
-#else
-int yyparse ();
-#endif
-#endif /* ! YYPARSE_PARAM */
-
-#endif /* !YY_YY_SAPI_PHPDBG_PHPDBG_PARSER_H_INCLUDED */