]> Shamusworld >> Repos - rmac/blobdiff - symbol.h
(c) message in header files and doc mini adjustments.
[rmac] / symbol.h
index 9c5c26a82e08e15feef7b35a8ef64985c655e537..b7350e0adf6373702b59a1511070fb67b8764d58 100644 (file)
--- 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