X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.c;h=a8eb72c8661e95d3108a1acb2c3e7007784479b2;hp=27642ecb11f99810d79159cd9c7ee51923b060af;hb=d4e405e35a5e2a94076b0f882dc9a09f9b695a71;hpb=7783a5d1819b9d19540b0cef2d9e1dc0d657eda7 diff --git a/rmac.c b/rmac.c index 27642ec..a8eb72c 100644 --- a/rmac.c +++ b/rmac.c @@ -318,6 +318,7 @@ int Process(int argc, char ** argv) ++errcnt; return errcnt; } + // Enforce Alcyon object format - kind of silly // to ask for .prg output without it! obj_format = ALCYON;