mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
Fix build; line continuation character should be the very last character
on a line, otherwise things b0rk.
This commit is contained in:
@@ -175,7 +175,7 @@ STDOUT.WriteLine("PHP Core: " + get_define('PHPDLL') + " and " + get_define('PH
|
||||
|
||||
ADD_SOURCES("Zend", "zend_language_parser.c zend_language_scanner.c \
|
||||
zend_ini_parser.c zend_ini_scanner.c zend_alloc.c zend_compile.c \
|
||||
zend_constants.c zend_dynamic_array.c zend_exceptions.c \
|
||||
zend_constants.c zend_dynamic_array.c zend_exceptions.c \
|
||||
zend_execute_API.c zend_highlight.c \
|
||||
zend_llist.c zend_opcode.c zend_operators.c zend_ptr_stack.c \
|
||||
zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
|
||||
|
||||
Reference in New Issue
Block a user