Eric Sunshine patch - Mods to work on NextStep

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5674 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-01-22 22:42:18 +00:00
commit 11561b2499
20 changed files with 70 additions and 88 deletions

View file

@ -30,9 +30,6 @@ char cvsroot_guile_cxx[] = "$Header$";
#include "swigmod.h"
#ifndef MACSWIG
#include "swigconfig.h"
#endif
#include <ctype.h>
// Note string broken in half for compilers that can't handle long strings
@ -1766,7 +1763,9 @@ public:
* swig_guile() - Instantiate module
* ----------------------------------------------------------------------------- */
extern "C" Language *
swig_guile(void) {
static Language * new_swig_guile() {
return new GUILE();
}
extern "C" Language * swig_guile(void) {
return new_swig_guile();
}