From: Dmitry Stogov Date: Wed, 19 Aug 2015 16:15:30 +0000 (+0300) Subject: Fixed typo X-Git-Tag: php-7.0.0RC2~2^2~111^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30dcb2d662adc1a55f0c853882bd2230e66132e8;p=php Fixed typo --- diff --git a/Zend/zend.h b/Zend/zend.h index c4f1a23a59..ee8d5b0302 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -77,7 +77,7 @@ ZEND_TSRMLS_CACHE_EXTERN(); #ifdef HAVE_NORETURN -# ifdef ZEND_NORETRUN_ALIAS +# ifdef ZEND_NORETURN_ALIAS ZEND_COLD void zend_error_noreturn(int type, const char *format, ...) ZEND_NORETURN; # else ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...);