]> Shamusworld >> Repos - rmac/blobdiff - error.h
Code cleanup from last patch, also, version bump for same. :-)
[rmac] / error.h
diff --git a/error.h b/error.h
index 693fe51ed94f871143801bafedb5d7c37821641b..3ce58809e82b91f29751c0cc92e7abf10c18ef3a 100644 (file)
--- a/error.h
+++ b/error.h
 
 #include "rmac.h"
 
-#define EBUFSIZ         200                                 // Max size of an error message
+#define EBUFSIZ     256                // Max size of an error message
 
-// Globals, externals etc
+// Exported variables
 extern int errcnt;
 extern char * err_fname;
 
-// Prototypes
+// Exported functions
 int error(const char *);
 int errors(const char *, char *);
 int fatal(const char *);
@@ -30,3 +30,4 @@ void err_setup(void);
 int at_eol(void);
 
 #endif // __ERROR_H__
+