gc.c: Remove superfluous typedef (bute defined in misc.h).
This commit is contained in:
parent
229347139b
commit
03b9ad7b01
2
py/gc.c
2
py/gc.c
|
@ -20,8 +20,6 @@
|
||||||
#define DEBUG_printf(...) (void)0
|
#define DEBUG_printf(...) (void)0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef unsigned char byte;
|
|
||||||
|
|
||||||
#define WORDS_PER_BLOCK (4)
|
#define WORDS_PER_BLOCK (4)
|
||||||
#define BYTES_PER_BLOCK (WORDS_PER_BLOCK * BYTES_PER_WORD)
|
#define BYTES_PER_BLOCK (WORDS_PER_BLOCK * BYTES_PER_WORD)
|
||||||
#define STACK_SIZE (64) // tunable; minimum is 1
|
#define STACK_SIZE (64) // tunable; minimum is 1
|
||||||
|
|
Loading…
Reference in New Issue