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:
parent
7f58059a29
commit
0ca9037e90
7 changed files with 11 additions and 6 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <ctype.h>
|
||||
|
||||
#include "swig11.h"
|
||||
#include "mod11.h"
|
||||
#include "java.h"
|
||||
|
||||
char bigbuf[1024];
|
||||
|
|
|
|||
5
SWIG/Source/Modules1.1/mod11.h
Normal file
5
SWIG/Source/Modules1.1/mod11.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
/* Include the proper SWIG core header */
|
||||
/* Feel free to change this when compiling against experiment cores */
|
||||
|
||||
#include "swig11.h"
|
||||
|
|
@ -85,7 +85,7 @@ static char cvsroot[] = "$Header$";
|
|||
* loading into Perl.
|
||||
***********************************************************************/
|
||||
|
||||
#include "swig11.h"
|
||||
#include "mod11.h"
|
||||
#include "perl5.h"
|
||||
|
||||
static String pragma_include;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ static char cvsroot[] = "$Header$";
|
|||
**************************************************************************/
|
||||
|
||||
|
||||
#include "swig11.h"
|
||||
#include "mod11.h"
|
||||
#include "python.h"
|
||||
|
||||
static String *setattr;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue