projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Code cleanup from last patch, also, version bump for same. :-)
[rmac]
/
error.h
diff --git
a/error.h
b/error.h
index 30021d9eb7183cd922ad19a68e2ad148b4c1a485..3ce58809e82b91f29751c0cc92e7abf10c18ef3a 100644
(file)
--- a/
error.h
+++ b/
error.h
@@
-11,7
+11,7
@@
#include "rmac.h"
-#define EBUFSIZ
256
// Max size of an error message
+#define EBUFSIZ
256
// Max size of an error message
// Exported variables
extern int errcnt;
@@
-30,3
+30,4
@@
void err_setup(void);
int at_eol(void);
#endif // __ERROR_H__
+