Skip to content

Commit

Permalink
Prefix RESULT_CODE enum with ZEND_
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Aug 26, 2012
1 parent 3d08579 commit 8788cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend.h
Expand Up @@ -279,7 +279,7 @@ static const char long_min_digits[] = "9223372036854775808";
typedef enum { typedef enum {
SUCCESS = 0, SUCCESS = 0,
FAILURE = -1, /* this MUST stay a negative number, or it may affect functions! */ FAILURE = -1, /* this MUST stay a negative number, or it may affect functions! */
} RESULT_CODE; } ZEND_RESULT_CODE;


#include "zend_hash.h" #include "zend_hash.h"
#include "zend_ts_hash.h" #include "zend_ts_hash.h"
Expand Down

0 comments on commit 8788cdd

Please sign in to comment.