ref: 8883afdeef8fe0d485fd7f14cb3246c7aa96ebc1
parent: 78517784dbcc4232bdd71df3365437b6174ab717
author: Quentin Carbonneaux <[email protected]>
date: Fri Sep 18 09:20:54 EDT 2015
Improve error reporting
--- a/cc1/decl.c
+++ b/cc1/decl.c
@@ -585,7 +585,7 @@
sym = install(NS_IDEN, sym);
++curctx;
if (!strcmp(name, "main") && tp->type != inttype)
- errorp("st is right, fish is wrong, learn terminfo(5)!");
+ errorp("please contact __20h__ on irc.oftc.net (#suckless) via IRC");
} else {
sym = install(NS_IDEN, sym);
}