Subject: | Make fails on Irix |
Make failed on an SGI Origin 3000 due to a C99 type declaration occuring after an executable statement:
cc-1241 cc: ERROR File = perl-libxml-mm.c, Line = 968
A declaration cannot appear after an executable statement in a block.
xmlChar * decoded = PmmFastDecodeString( PmmNodeEncoding(real_doc) ,
^
1 error detected in the compilation of "perl-libxml-mm.c".
The attached file corrects this error.
Message body is not shown because it is too large.