X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.h;h=c726bdefe7054b24f71e5ca5634fefa5cfb5782d;hp=9c5c26a82e08e15feef7b35a8ef64985c655e537;hb=6c68569fbfe25f7edf7607615a2db5911584f0ce;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/symbol.h b/symbol.h index 9c5c26a..c726bde 100644 --- 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