File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,12 @@ extern "C" {
81
81
#define CDECL __cdecl
82
82
#endif
83
83
#ifndef FASTCALL
84
- #define FASTCALL __fastcall
85
84
#endif
86
85
#else
87
86
#define CDECL __attribute__((cdecl))
88
- #define FASTCALL __attribute__((fastcall))
89
87
#endif
90
88
#else
91
89
#define CDECL
92
- #define FASTCALL
93
90
#endif
94
91
95
92
#define CHECKED (call ) \
@@ -104,22 +101,4 @@ extern "C" {
104
101
} \
105
102
}
106
103
107
- #define MUST_CHECK __attribute__((warn_unused_result))
108
-
109
- #define PTR "0x%" PRIxPTR
110
-
111
- // This accounts for logging buffers.
112
- static size_t const BUF_BYTES = 2048 ;
113
-
114
- #define INIT_TASK_ID 1
115
-
116
- // The error status to use when the process fails
117
- #define PROC_FAIL_CODE 101
118
-
119
- // A cond(ition) is something we can block on. This can be a channel
120
- // (writing), a port (reading) or a task (waiting).
121
- struct rust_cond { };
122
-
123
- extern void * global_crate_map ;
124
-
125
104
#endif /* RUST_GLOBALS_H */
You can’t perform that action at this time.
0 commit comments