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:
William S Fulton 2022-05-07 09:36:26 +01:00
commit 6939d91e4c
9 changed files with 6 additions and 11 deletions

View file

@ -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++ */