ext/xml/ruby_xml_attr.h in libxml-ruby-0.3.8 vs ext/xml/ruby_xml_attr.h in libxml-ruby-0.3.8.2
- old
+ new
@@ -1,6 +1,6 @@
-/* $Id: ruby_xml_attr.h,v 1.1 2006/02/21 20:40:16 roscopeco Exp $ */
+/* $Id: ruby_xml_attr.h,v 1.2 2006/11/20 01:22:07 roscopeco Exp $ */
/* Please see the LICENSE file for copyright and distribution information */
#ifndef __RUBY_XML_ATTR__
#define __RUBY_XML_ATTR__
@@ -8,10 +8,10 @@
extern VALUE cXMLAttr;
typedef struct ruby_xml_attr {
xmlAttrPtr attr;
VALUE xd;
- int is_ptr;
+ //int is_ptr;
} ruby_xml_attr;
void ruby_xml_attr_free(ruby_xml_attr *rxn);
void ruby_init_xml_attr(void);
VALUE ruby_xml_attr_new(VALUE class, VALUE xd, xmlAttrPtr attr);