X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.h;fp=symbol.h;h=c726bdefe7054b24f71e5ca5634fefa5cfb5782d;hp=9c5c26a82e08e15feef7b35a8ef64985c655e537;hb=ff2052bcaa1428a33a202822a81a6f9b8e567ef4;hpb=052be802baa4836564801c780b1d432cfe17c576 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