Skip to content

Commit 136bc90

Browse files
committed
Typedef ZEND_RESULT_CODE to zend_result
1 parent 9d2e3ff commit 136bc90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ typedef enum {
5555
FAILURE = -1, /* this MUST stay a negative number, or it may affect functions! */
5656
} ZEND_RESULT_CODE;
5757

58+
typedef ZEND_RESULT_CODE zend_result;
59+
5860
#ifdef ZEND_ENABLE_ZVAL_LONG64
5961
# ifdef ZEND_WIN32
6062
# define ZEND_SIZE_MAX _UI64_MAX

0 commit comments

Comments
 (0)