Deal with Microsofts attempt at deprecating C standard runtime functions for proprietary ones in Visual Studio 2005
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8847 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f4428ffab0
commit
6b6147f03b
11 changed files with 25 additions and 30 deletions
|
|
@ -11,9 +11,9 @@
|
|||
|
||||
char cvsroot_allegrocl_cxx[] = "$Header$";
|
||||
|
||||
#include <ctype.h>
|
||||
#include "swigmod.h"
|
||||
#include "cparse.h"
|
||||
#include <ctype.h>
|
||||
|
||||
// #define ALLEGROCL_DEBUG
|
||||
// #define ALLEGROCL_WRAP_DEBUG
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
char cvsroot_cffi_cxx[] = "$Header$";
|
||||
|
||||
#include <ctype.h>
|
||||
#include "swigmod.h"
|
||||
#include "cparse.h"
|
||||
#include <ctype.h>
|
||||
|
||||
//#define CFFI_DEBUG
|
||||
class CFFI : public Language {
|
||||
|
|
|
|||
|
|
@ -45,9 +45,6 @@
|
|||
char cvsroot_lua_cxx[] = "$Header$";
|
||||
|
||||
#include "swigmod.h"
|
||||
#ifndef MACSWIG
|
||||
#include "swigconfig.h"
|
||||
#endif
|
||||
|
||||
/* NEW LANGUAGE NOTE:***********************************************
|
||||
most of the default options are handled by SWIG
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
char cvsroot_main_cxx[] = "$Header$";
|
||||
|
||||
#include "swigconfig.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
|
|
|||
|
|
@ -124,12 +124,9 @@ char cvsroot_modula3_cxx[] =
|
|||
- no exception can be raised in the body (empty RAISES) list
|
||||
*/
|
||||
|
||||
#include <limits.h> // for INT_MAX
|
||||
#include "swigmod.h"
|
||||
#ifndef MACSWIG
|
||||
#include "swigconfig.h"
|
||||
#endif
|
||||
// toupper, tolower, isalpha
|
||||
|
||||
#include <limits.h> // for INT_MAX
|
||||
#include <ctype.h>
|
||||
|
||||
const char usageArgDir[] =
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
char cvsroot_swigmain_cxx[] = "$Header$";
|
||||
|
||||
#include <ctype.h>
|
||||
#include "swigmod.h"
|
||||
#include <ctype.h>
|
||||
|
||||
/* Module factories. These functions are used to instantiate
|
||||
the built-in language modules. If adding a new language
|
||||
|
|
|
|||
|
|
@ -17,10 +17,6 @@
|
|||
#ifndef SWIGMOD_H_
|
||||
#define SWIGMOD_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "swig.h"
|
||||
#include "preprocessor.h"
|
||||
#include "swigwarn.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue