]> Shamusworld >> Repos - rmac/blobdiff - error.h
Fixed ignored label on rept line (bug #18)
[rmac] / error.h
diff --git a/error.h b/error.h
index 3a3551c4846acd68c4927e347c7c3af15f052fbc..255027ad8bf99d9d45bb0df5dfd79dd16f0e5b02 100644 (file)
--- a/error.h
+++ b/error.h
@@ -27,5 +27,6 @@ int warni(const char *, unsigned);
 int interror(int);
 void cantcreat(const char *);
 void err_setup(void);
+int at_eol(void);
 
 #endif // __ERROR_H__