shlomif / perl-XML-LibXML

The XML-LibXML CPAN Distribution for Processing XML using the libxml2 library
https://metacpan.org/release/XML-LibXML
Other
17 stars 35 forks source link

move variable declarations #21

Closed mpw96 closed 6 years ago

mpw96 commented 6 years ago

Need that at the beginning of the blocks to make it real C code that is understood by MSVC. This is on top of #18 by @rurban.

shlomif commented 6 years ago

On Tue, 17 Jul 2018 05:17:00 -0700 Marc-Philip notifications@github.com wrote:

Need that at the beginning of the blocks to make it real C code that is understood by MSVC. This is on top of #18 by @rurban. You can view, comment on, or merge this pull request online at:

https://github.com/shlomif/perl-XML-LibXML/pull/21

Thanks! I'll take a look. I hate supporting MSVC because it is so stupid, especially when it comes to C, but I guess I'll do it.

-- Commit Summary --

  • move variable declarations

-- File Changes --

M perl-libxml-mm.c (2)
M perl-libxml-sax.c (30)

-- Patch Links --

https://github.com/shlomif/perl-XML-LibXML/pull/21.patch https://github.com/shlomif/perl-XML-LibXML/pull/21.diff

--

Shlomi Fish http://www.shlomifish.org/ Emma Watson Factoids - http://shlom.in/emwatson-facts

Dax: yep, space. Nothing but nothing all around. — http://www.shlomifish.org/humour/Star-Trek/We-the-Living-Dead/

Please reply to list if it's a mailing list post - http://shlom.in/reply .

shlomif commented 6 years ago

Merged , thanks!