We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fb5b4 commit 801f7dcCopy full SHA for 801f7dc
py/nativeglue.h
@@ -135,7 +135,7 @@ typedef struct _mp_fun_table_t {
135
mp_int_t (*small_int_floor_divide)(mp_int_t num, mp_int_t denom);
136
mp_int_t (*small_int_modulo)(mp_int_t dividend, mp_int_t divisor);
137
bool (*yield_from)(mp_obj_t gen, mp_obj_t send_value, mp_obj_t *ret_value);
138
- void *setjmp;
+ void *setjmp_;
139
// Additional entries for dynamic runtime, starts at index 50
140
void *(*memset_)(void *s, int c, size_t n);
141
void *(*memmove_)(void *dest, const void *src, size_t n);
0 commit comments