1 parent 2293471 commit 03b9ad7Copy full SHA for 03b9ad7
1 file changed
py/gc.c
@@ -20,8 +20,6 @@
20
#define DEBUG_printf(...) (void)0
21
#endif
22
23
-typedef unsigned char byte;
24
-
25
#define WORDS_PER_BLOCK (4)
26
#define BYTES_PER_BLOCK (WORDS_PER_BLOCK * BYTES_PER_WORD)
27
#define STACK_SIZE (64) // tunable; minimum is 1
0 commit comments