Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
03b9ad7b
Commit
03b9ad7b
authored
Apr 09, 2014
by
Paul Sokolovsky
Browse files
gc.c: Remove superfluous typedef (bute defined in misc.h).
parent
22934713
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/gc.c
View file @
03b9ad7b
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment