scilab: move scilab preprocessor directive before includes
This commit is contained in:
parent
c4f0003465
commit
ec2d851f4f
1 changed files with 3 additions and 4 deletions
|
|
@ -18,16 +18,15 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#if !SWIG_SCILAB_VERSION_MIN(5, 4, 0)
|
||||
#define __USE_DEPRECATED_STACK_FUNCTIONS__
|
||||
#endif
|
||||
#include "MALLOC.h"
|
||||
#include "sciprint.h"
|
||||
#include "Scierror.h"
|
||||
#include "api_scilab.h"
|
||||
#include "localization.h"
|
||||
#include "freeArrayOfString.h"
|
||||
#if !SWIG_SCILAB_VERSION_MIN(5, 4, 0)
|
||||
#define __USE_DEPRECATED_STACK_FUNCTIONS__
|
||||
#include "stack-c.h"
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue