X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=error.h;h=abc915f88aba2f969a560a9ff914ac6c924c6fe9;hb=HEAD;hp=be072d56cf3d3b604d7fdd110245197e51b07c5d;hpb=bdbf34766f4d074a5933eb1326fe4ce03d249e10;p=rmac diff --git a/error.h b/error.h index be072d5..abc915f 100644 --- a/error.h +++ b/error.h @@ -1,7 +1,7 @@ // -// RMAC - Reboot's Macro Assembler for all Atari computers +// RMAC - Renamed Macro Assembler for all Atari computers // ERROR.H - Error Handling -// Copyright (C) 199x Landon Dyer, 2011-2019 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -22,9 +22,9 @@ int error(const char *, ...); int warn(const char *, ...); int fatal(const char *); int interror(int); -void cantcreat(const char *); +void CantCreateFile(const char *); void err_setup(void); -int at_eol(void); +int ErrorIfNotAtEOL(void); #endif // __ERROR_H__