]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Version bump for last commit. :-)
[rmac] / direct.h
index c89156d59fe7778c71727e1f5f14a91a328fe26a..1c86c39c57b29a7f6278446385867a0b8c0ae4b6 100644 (file)
--- a/direct.h
+++ b/direct.h
@@ -1,7 +1,7 @@
 //
-// RMAC - Reboot's Macro Assembler for all Atari computers
+// RMAC - Renamed Macro Assembler for all Atari computers
 // DIRECT.H - Directive Handling
-// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
 #include "rmac.h"
 #include "token.h"
 
+// Imported variables
+
+extern char * label_defined;
+
 // Exported variables
 extern TOKEN exprbuf[];
 extern SYM * symbolPtr[];