]> Shamusworld >> Repos - rmac/blobdiff - symbol.c
Code cleanup from last patch, also, version bump for same. :-)
[rmac] / 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;