Header file tidyup
Fix Visual C++ warning in scilab.cxx: warning C4996: 'strtok': This function or variable may be unsafe.
This commit is contained in:
parent
69dba70319
commit
6939d91e4c
9 changed files with 6 additions and 11 deletions
|
|
@ -12,13 +12,12 @@
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
#include "swigmod.h"
|
||||
#include <limits.h>
|
||||
#include "cparse.h"
|
||||
#include <limits.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include "pydoc.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include "pydoc.h"
|
||||
|
||||
#define PYSHADOW_MEMBER 0x2
|
||||
#define WARN_PYTHON_MULTIPLE_INH 405
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue