X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mach.h;h=46b5db3cd6a3c6f68ca4f9d1aee0162a8cb2b2c6;hp=f10ff310f54e4da05d69e7dae867b5bc1266b301;hb=60f204cb9e3905100da0d89f14bb40db764acd9e;hpb=1feb728a9eb579b6441daf0124d81483f600365c diff --git a/mach.h b/mach.h index f10ff31..46b5db3 100644 --- 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 // @@ -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__ +