cosmetic mods

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9098 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-05-13 23:17:45 +00:00
commit a256f0b454
4 changed files with 41 additions and 37 deletions

View file

@ -9,6 +9,8 @@
char cvsroot_xml_cxx[] = "$Header$";
#include "swigmod.h"
static const char *usage = "\
XML Options (available with -xml)\n\
-xmllang <lang> - Typedef language\n\
@ -16,9 +18,6 @@ XML Options (available with -xml)\n\
------\n\
deprecated (use -o): -xml <output.xml> - Use <output.xml> as output file (extension .xml mandatory)\n";
#include "swigmod.h"
static File *out = 0;
static int xmllite = 0;