Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
EL6
:
5.3.28
>
php-5.3.28
> php-5.3.28_bison24.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-5.3.28_bison24.patch of Package php-5.3.28
--- php-5.3.27/php-5.3.27/Zend/zend_language_parser.h 2013-07-10 19:47:19.000000000 +0200 +++ php-5.3.28/php-5.3.28/Zend/zend_language_parser.h 2013-12-10 21:13:14.000000000 +0100 @@ -1,10 +1,8 @@ +/* A Bison parser, made by GNU Bison 2.7. */ -/* A Bison parser, made by GNU Bison 2.4.1. */ - -/* Skeleton interface for Bison's Yacc-like parsers in C +/* Bison interface for Yacc-like parsers in C - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + 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 @@ -32,6 +30,15 @@ This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ +#ifndef YY_ZEND_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED +# define YY_ZEND_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif +#if YYDEBUG +extern int zenddebug; +#endif /* Tokens. */ #ifndef YYTOKENTYPE @@ -291,7 +298,6 @@ - #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef int YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 @@ -300,5 +306,18 @@ #endif +#ifdef YYPARSE_PARAM +#if defined __STDC__ || defined __cplusplus +int zendparse (void *YYPARSE_PARAM); +#else +int zendparse (); +#endif +#else /* ! YYPARSE_PARAM */ +#if defined __STDC__ || defined __cplusplus +int zendparse (void); +#else +int zendparse (); +#endif +#endif /* ! YYPARSE_PARAM */ - +#endif /* !YY_ZEND_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED */