zeev            Sun May 30 13:34:11 2004 EDT

  Modified files:              
    /php-src/ext/dom    node.c 
  Log:
  No meaning for unsigned
  
  
http://cvs.php.net/diff.php/php-src/ext/dom/node.c?r1=1.26&r2=1.27&ty=u
Index: php-src/ext/dom/node.c
diff -u php-src/ext/dom/node.c:1.26 php-src/ext/dom/node.c:1.27
--- php-src/ext/dom/node.c:1.26 Wed Feb 18 15:37:30 2004
+++ php-src/ext/dom/node.c      Sun May 30 13:34:11 2004
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: node.c,v 1.26 2004/02/18 20:37:30 rrichards Exp $ */
+/* $Id: node.c,v 1.27 2004/05/30 17:34:11 zeev Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1412,7 +1412,7 @@
 /* }}} end dom_node_has_attributes */
 
 
-/* {{{ proto unsigned short dom_node_compare_document_position(node other);
+/* {{{ proto short dom_node_compare_document_position(node other);
 URL: 
http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-compareDocumentPosition
 Since: DOM Level 3
 */

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

Reply via email to