]> Shamusworld >> Repos - rmac/blobdiff - symbol.h
Code cleanup, version bump for last commit. :-)
[rmac] / symbol.h
index 9c5c26a82e08e15feef7b35a8ef64985c655e537..c726bdefe7054b24f71e5ca5634fefa5cfb5782d 100644 (file)
--- a/symbol.h
+++ b/symbol.h
@@ -36,9 +36,8 @@ SYM
        uint32_t uid;                                   // Symbol's unique ID
 };
 
-// Globals, externals, etc.
+// Exported variables
 extern int curenv;
-extern uint8_t subttl[];
 extern uint32_t firstglobal;// Index of the fist global symbol in an ELF object.
 
 // Exported functions