Bug fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@958 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-12-18 02:56:05 +00:00
commit c15d662964
12 changed files with 217 additions and 55 deletions

View file

@ -12,9 +12,11 @@
#include "swig.h"
extern void testmodule();
extern void pythonmodule();
static void (*modules[])(void) = {
testmodule,
pythonmodule,
0
};