Skip to content
Snippets Groups Projects
Commit 03b9ad7b authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

gc.c: Remove superfluous typedef (bute defined in misc.h).

parent 22934713
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,6 @@
#define DEBUG_printf(...) (void)0
#endif
typedef unsigned char byte;
#define WORDS_PER_BLOCK (4)
#define BYTES_PER_BLOCK (WORDS_PER_BLOCK * BYTES_PER_WORD)
#define STACK_SIZE (64) // tunable; minimum is 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment