summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorLars Strojny <lstrojny@php.net>2012-08-26 20:06:47 +0200
committerLars Strojny <lstrojny@php.net>2012-08-26 20:06:47 +0200
commit8788cddfb36480cd4f0cb5c3aeec69134764ecfc (patch)
treec1db9d3bf3d5b3aaace4ba38f79423cd015ec892 /Zend/zend.h
parent3d0857938d86b279e932de0558c3f4877e49bcec (diff)
downloadphp-git-8788cddfb36480cd4f0cb5c3aeec69134764ecfc.tar.gz
Prefix RESULT_CODE enum with ZEND_
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 2c86f05cfa..d2a4ef6957 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -279,7 +279,7 @@ static const char long_min_digits[] = "9223372036854775808";
typedef enum {
SUCCESS = 0,
FAILURE = -1, /* this MUST stay a negative number, or it may affect functions! */
-} RESULT_CODE;
+} ZEND_RESULT_CODE;
#include "zend_hash.h"
#include "zend_ts_hash.h"