projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Code cleanup from last patch, also, version bump for same. :-)
[rmac]
/
symbol.c
diff --git
a/symbol.c
b/symbol.c
index 8828cbe7e5f6e47c8f854f4c7c6f2a7b3b43def6..cd2e38f889ba5b3380785dd3b818973850fe4c9f 100644
(file)
--- a/
symbol.c
+++ b/
symbol.c
@@
-382,7
+382,6
@@
void ToUppercase(uint8_t * s)
//
int symtable(void)
{
- extern int pagelen;
int i;
int j;
SYM * q = NULL;