X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=mark.c;h=088263b2c0271d795f33b043046fda331f01bd97;hp=70f90fde4ab4e3fd26fdb2134fd22e645bb191e5;hb=03dd34951a331e0b8971195ccef1600fffaea2e6;hpb=751aa148a93f2830cf0a56ab9f662a0416127ddc diff --git a/mark.c b/mark.c index 70f90fd..088263b 100644 --- a/mark.c +++ b/mark.c @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System +// RMAC - Reboot's Macro Assembler for all Atari computers // MARK.C - A record of things that are defined relative to any of the sections -// Copyright (C) 199x Landon Dyer, 2011-2012 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -95,8 +95,10 @@ if (symbol) // if (prg_flag) { +#if 0 if ((flags & MLONG) == 0) error("illegal word relocatable (in .PRG mode)"); +#endif if (symbol != NULL) errors("illegal external reference (in .PRG mode) to '%s'",