mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix [-Wundef] warning in CLI SAPI
This commit is contained in:
parent
f87743de9f
commit
56698afb6d
2 changed files with 4 additions and 4 deletions
|
@ -244,7 +244,7 @@ enum flags
|
|||
#define start_state (parser->type == PHP_HTTP_REQUEST ? s_start_req : s_start_res)
|
||||
|
||||
|
||||
#if HTTP_PARSER_STRICT
|
||||
#ifdef HTTP_PARSER_STRICT
|
||||
# define STRICT_CHECK(cond) if (cond) goto error
|
||||
# define NEW_MESSAGE() (http_should_keep_alive(parser) ? start_state : s_dead)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue