Fix swig -help since support for -lua was added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7382 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
509a391877
commit
019f10805e
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ struct swig_module {
|
|||
Place an entry for new language modules here, keeping the
|
||||
list sorted alphabetically. */
|
||||
|
||||
swig_module modules[] = {
|
||||
static swig_module modules[] = {
|
||||
{"-allegrocl", swig_allegrocl, "ALLEGROCL"},
|
||||
{"-chicken", swig_chicken, "CHICKEN"},
|
||||
{"-clisp", swig_clisp, "CLISP"},
|
||||
|
|
@ -188,7 +188,7 @@ int main(int margc, char **margv) {
|
|||
Printf(stdout," %-15s - Generate %s wrappers\n", modules[j].name, modules[j].help);
|
||||
}
|
||||
}
|
||||
Swig_mark_arg(i);
|
||||
// Swig_mark_arg not called as the general -help options also need to be displayed later on
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue