Commit:    063e10b275159dc9d50228f451f94d6990a41f6d
Author:    Johannes Schlüter <johan...@php.net>         Tue, 23 Jul 2013 
12:41:24 +0200
Parents:   8aebe0f1e7003301091e91730ce50a58dc7285cb
Branches:  PHP-5.5 master

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

Log:
Fix comment

Changed paths:
  M  Zend/zend_hash.h


Diff:
diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h
index bf35771..69732cd 100644
--- a/Zend/zend_hash.h
+++ b/Zend/zend_hash.h
@@ -28,7 +28,7 @@
 #define HASH_KEY_IS_STRING 1
 #define HASH_KEY_IS_LONG 2
 #define HASH_KEY_NON_EXISTENT 3
-#define HASH_KEY_NON_EXISTANT HASH_KEY_NON_EXISTENT // Keeping old define 
(with typo) for backward compatibility
+#define HASH_KEY_NON_EXISTANT HASH_KEY_NON_EXISTENT /* Keeping old define 
(with typo) for backward compatibility */
 
 #define HASH_UPDATE            (1<<0)
 #define HASH_ADD                       (1<<1)


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

Reply via email to