]> Shamusworld >> Repos - rmac/blobdiff - macro.c
Fixed bad char reporting, revamp of the error/warning system.
[rmac] / macro.c
diff --git a/macro.c b/macro.c
index 2af59975c5a7d39e8459164c1b2a85118f3c90d5..2ebaf52e0455773fd5305009ca029f50e0332399 100644 (file)
--- a/macro.c
+++ b/macro.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
 // MACRO.C - Macro Definition and Invocation
-// Copyright (C) 199x Landon Dyer, 2017 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
 //
@@ -332,7 +332,7 @@ int lncatch(int (* lnfunc)(), char * dirlist)
        {
                if (TokenizeLine() == TKEOF)
                {
-                       errors("encountered end-of-file looking for '%s'", dirlist);
+                       error("encountered end-of-file looking for '%s'", dirlist);
                        fatal("cannot continue");
                }