X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mach.h;h=46b5db3cd6a3c6f68ca4f9d1aee0162a8cb2b2c6;hp=9add0a351ef7c0504eec12e5100b48e754a7dc72;hb=0d4ab16ff12046dfaf5f51dc0add2a9bbe777573;hpb=b10167d55798ea184f97fafda075255c0852f3b6 diff --git a/mach.h b/mach.h index 9add0a3..46b5db3 100644 --- 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__ +