Author: dushshantha Date: Mon Dec 3 23:02:31 2007 New Revision: 600809 URL: http://svn.apache.org/viewvc?rev=600809&view=rev Log: fixed windows build break
Modified: webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c Modified: webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c?rev=600809&r1=600808&r2=600809&view=diff ============================================================================== --- webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c (original) +++ webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c Mon Dec 3 23:02:31 2007 @@ -367,6 +367,8 @@ guththila_namespace_t * namesp = NULL; guththila_attr_t * attr = NULL; guththila_element_t* elem = NULL; + guththila_elem_namesp_t * e_namesp = NULL; + if (m->prefix) { guththila_tok_list_release_token(&m->tokens, m->prefix, env); @@ -440,8 +442,7 @@ } } #else /* */ - guththila_elem_namesp_t * e_namesp = NULL; - + size = GUTHTHILA_STACK_SIZE(m->namesp); for (i = 0; i < size; i++) { @@ -495,6 +496,8 @@ guththila_namespace_t * namesp = NULL; guththila_attr_t * attr = NULL; guththila_element_t* elem = NULL; + guththila_elem_namesp_t * e_namesp = NULL; + if (m->prefix) { guththila_tok_list_release_token(&m->tokens, m->prefix, env); @@ -552,7 +555,7 @@ } } #else /* */ - guththila_elem_namesp_t * e_namesp = NULL; + size = GUTHTHILA_STACK_SIZE(m->namesp); for (i = 0; i < size; i++) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]