Commit:    8788cddfb36480cd4f0cb5c3aeec69134764ecfc
Author:    Lars Strojny <lstro...@php.net>         Sun, 26 Aug 2012 20:06:47 
+0200
Parents:   3d0857938d86b279e932de0558c3f4877e49bcec
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=8788cddfb36480cd4f0cb5c3aeec69134764ecfc

Log:
Prefix RESULT_CODE enum with ZEND_

Changed paths:
  M  Zend/zend.h


Diff:
diff --git a/Zend/zend.h b/Zend/zend.h
index 2c86f05..d2a4ef6 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"


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to