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,8 +12,8 @@
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
#include "swigmod.h"
|
||||
#include <limits.h> // for INT_MAX
|
||||
#include "cparse.h"
|
||||
#include <limits.h> // for INT_MAX
|
||||
#include <ctype.h>
|
||||
|
||||
/* Hash type used for upcalls from C/C++ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue