2 parents a5c18f3 + 03b9ad7 commit fc18c8eCopy full SHA for fc18c8e
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