Modified language modules to include mod11.h instead of swig11.h

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@272 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-26 20:19:34 +00:00
commit 0ca9037e90
7 changed files with 11 additions and 6 deletions

View file

@ -23,7 +23,7 @@
#include <ctype.h>
#include "swig11.h"
#include "mod11.h"
#include "java.h"
char bigbuf[1024];

View file

@ -0,0 +1,5 @@
/* Include the proper SWIG core header */
/* Feel free to change this when compiling against experiment cores */
#include "swig11.h"

View file

@ -85,7 +85,7 @@ static char cvsroot[] = "$Header$";
* loading into Perl.
***********************************************************************/
#include "swig11.h"
#include "mod11.h"
#include "perl5.h"
static String pragma_include;

View file

@ -25,7 +25,7 @@ static char cvsroot[] = "$Header$";
**************************************************************************/
#include "swig11.h"
#include "mod11.h"
#include "python.h"
static String *setattr;

View file

@ -24,7 +24,7 @@ static char cvsroot[] = "$Header$";
**************************************************************************/
#include "swig11.h"
#include "mod11.h"
#include "python.h"
struct Method { // Methods list. Needed to build methods

View file

@ -25,7 +25,7 @@ static char cvsroot[] = "$Header$";
***********************************************************************/
#include "swigconfig.h"
#include "swig11.h"
#include "mod11.h"
#include "tcl8.h"
#include "perl5.h"
#include "java.h"

View file

@ -23,7 +23,7 @@ static char cvsroot[] = "$Header$";
* Module for creating Tcl 8.0 native wrapper functions.
***********************************************************************/
#include "swig11.h"
#include "mod11.h"
#include "tcl8.h"
#include <ctype.h>