File tree 6 files changed +1
-6
lines changed
6 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 31
31
#include "reb-dialect.h"
32
32
#include "reb-ext.h"
33
33
#include "reb-evtypes.h"
34
- #include "sys-state.h"
35
34
36
35
// Linkage back to HOST functions. Needed when we compile as a DLL
37
36
// in order to use the OS_* macro functions.
Original file line number Diff line number Diff line change 28
28
***********************************************************************/
29
29
30
30
#include "sys-core.h"
31
- #include "sys-state.h"
32
31
33
32
#define EVAL_DOSE 10000
34
33
Original file line number Diff line number Diff line change 33
33
34
34
#include "sys-core.h"
35
35
#include <stdio.h>
36
- #include "sys-state.h"
37
36
38
37
REBNATIVE (do ); // Forward declaration for detection and special cases
39
38
#define IS_DO (v ) (IS_NATIVE(v) && (VAL_FUNC_CODE(v) == &N_do))
Original file line number Diff line number Diff line change 96
96
97
97
#include "sys-core.h"
98
98
99
- #include "sys-state.h"
100
-
101
99
// Globals or Threaded???
102
100
static REBOL_STATE Top_State ; // Boot var: holds error state during boot
103
101
Original file line number Diff line number Diff line change 28
28
***********************************************************************/
29
29
30
30
#include "sys-core.h"
31
- #include "sys-state.h"
32
31
33
32
// Parser flags:
34
33
enum Parse_Flags {
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ typedef struct rebol_mold {
117
117
#include "tmp-errnums.h"
118
118
#include "host-lib.h"
119
119
#include "sys-stack.h"
120
+ #include "sys-state.h"
120
121
121
122
/***********************************************************************
122
123
**
You can’t perform that action at this time.
0 commit comments