]> Shamusworld >> Repos - rmac/blobdiff - mach.h
Fix movep size optimising when +o3 is enabled. Show available optimisations in the...
[rmac] / mach.h
diff --git a/mach.h b/mach.h
index f10ff310f54e4da05d69e7dae867b5bc1266b301..834f3bd2cc5b0098611678ee061364ee86f37176 100644 (file)
--- a/mach.h
+++ b/mach.h
@@ -1,7 +1,7 @@
 //
 // 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
 //
 #include "rmac.h"
 #include "amode.h"
 
-// Globals, Externals etc
+// Exported variables
 extern char seg_error[];
 extern char undef_error[];
 extern char rel_error[];
 extern char range_error[];
 extern char abs_error[];
 extern MNTAB machtab[];
+extern int movep;
 
 #endif // __MACH_H__
+