X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.h;h=b7350e0adf6373702b59a1511070fb67b8764d58;hp=9c5c26a82e08e15feef7b35a8ef64985c655e537;hb=03dd34951a331e0b8971195ccef1600fffaea2e6;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/symbol.h b/symbol.h index 9c5c26a..b7350e0 100644 --- a/symbol.h +++ b/symbol.h @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System +// RMAC - Reboot's Macro Assembler for all Atari computers // SYMBOL.H - Symbol Handling -// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -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