mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unneeded zend_language_parser.h patch (#12178)
This was cleaned in4cbffd89d9
and patching the Zend/zend_language_parser.h file to include zend.h is not needed anymore. Autotools build system part has been similarly cleaned via32cdd330f3
This commit is contained in:
parent
05c46b71d4
commit
8df8550321
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ Zend\zend_language_parser.c Zend\zend_language_parser.h: Zend\zend_language_pars
|
||||||
$(BISON) --output=Zend/zend_language_parser.c -v -d Zend/zend_language_parser.y
|
$(BISON) --output=Zend/zend_language_parser.c -v -d Zend/zend_language_parser.y
|
||||||
@if "$(SED)" neq "" $(SED) -i "s,^int zendparse\(.*\),ZEND_API int zendparse\1,g" Zend/zend_language_parser.c
|
@if "$(SED)" neq "" $(SED) -i "s,^int zendparse\(.*\),ZEND_API int zendparse\1,g" Zend/zend_language_parser.c
|
||||||
@if "$(SED)" neq "" $(SED) -i "s,^int zendparse\(.*\),ZEND_API int zendparse\1,g" Zend/zend_language_parser.h
|
@if "$(SED)" neq "" $(SED) -i "s,^int zendparse\(.*\),ZEND_API int zendparse\1,g" Zend/zend_language_parser.h
|
||||||
@if "$(SED)" neq "" $(SED) -i "s,^#ifndef YYTOKENTYPE,#include \"zend.h\"\n#ifndef YYTOKENTYPE,g" Zend/zend_language_parser.h
|
|
||||||
|
|
||||||
sapi\phpdbg\phpdbg_parser.c sapi\phpdbg\phpdbg_parser.h: sapi\phpdbg\phpdbg_parser.y
|
sapi\phpdbg\phpdbg_parser.c sapi\phpdbg\phpdbg_parser.h: sapi\phpdbg\phpdbg_parser.y
|
||||||
$(BISON) --output=sapi/phpdbg/phpdbg_parser.c -v -d sapi/phpdbg/phpdbg_parser.y
|
$(BISON) --output=sapi/phpdbg/phpdbg_parser.c -v -d sapi/phpdbg/phpdbg_parser.y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue