Skip to content

Commit

Permalink
Fix to make IO_ATTR set as extern in 2 of 3 files
Browse files Browse the repository at this point in the history
  • Loading branch information
tadman committed Mar 7, 2009
1 parent 8dcd1da commit bf484fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/libxml/ruby_xml_html_parser_context.c
Expand Up @@ -13,7 +13,7 @@
*/

VALUE cXMLHtmlParserContext;
ID IO_ATTR;
extern ID IO_ATTR;

static void rxml_html_parser_context_free(xmlParserCtxtPtr ctxt)
{
Expand Down
2 changes: 1 addition & 1 deletion ext/libxml/ruby_xml_parser_context.c
Expand Up @@ -6,7 +6,7 @@
#include "ruby_xml_parser_context.h"

VALUE cXMLParserContext;
ID IO_ATTR;
extern ID IO_ATTR;

/*
* Document-class: LibXML::XML::Parser::Context
Expand Down

0 comments on commit bf484fe

Please sign in to comment.