From: Martin Q. <mqu...@us...> - 2005-02-10 11:14:00
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv930 Modified Files: flexml.pl Log Message: Do not include the header if it wasn't generated (Closes: #62172) Index: flexml.pl =================================================================== RCS file: /cvsroot/flexml/flexml/flexml.pl,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** flexml.pl 10 Feb 2005 10:47:25 -0000 1.37 --- flexml.pl 10 Feb 2005 11:13:51 -0000 1.38 *************** *** 1116,1121 **** else { print "/* XML processor api. */\n"; ! print "#include \"$HEADER\"\n"; ! print "\n"; api_data(''); } --- 1116,1121 ---- else { print "/* XML processor api. */\n"; ! print "#include \"$HEADER\"\n\n" ! if ($opt{H}); api_data(''); } |