]> Shamusworld >> Repos - rmac/blobdiff - mach.h
Fix for bug #88 (allow DS in all sections).
[rmac] / mach.h
diff --git a/mach.h b/mach.h
index 9add0a351ef7c0504eec12e5100b48e754a7dc72..46b5db3cd6a3c6f68ca4f9d1aee0162a8cb2b2c6 100644 (file)
--- a/mach.h
+++ b/mach.h
@@ -1,9 +1,9 @@
 //
 // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
 // MACH.H - Code Generation
-// Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
-// Source Utilised with the Kind Permission of Landon Dyer
+// Source utilised with the kind permission of Landon Dyer
 //
 
 #ifndef __MACH_H__
@@ -12,7 +12,7 @@
 #include "rmac.h"
 #include "amode.h"
 
-// Globals, Externals etc
+// Exported variables
 extern char seg_error[];
 extern char undef_error[];
 extern char rel_error[];
@@ -21,3 +21,4 @@ extern char abs_error[];
 extern MNTAB machtab[];
 
 #endif // __MACH_H__
+