mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unneeded zend_language_parser.h patch (#12178)
This was cleaned in4cbffd89d9and 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:
@@ -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
|
||||
@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,^#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
|
||||
$(BISON) --output=sapi/phpdbg/phpdbg_parser.c -v -d sapi/phpdbg/phpdbg_parser.y
|
||||
|
||||
Reference in New Issue
Block a user