ref: c54c5103f16ffdd3d437f1e7caa125edc79cf639
parent: 7376b2361f7d4155d48e7d3a18a3e41e35eba2a0
parent: 8883afdeef8fe0d485fd7f14cb3246c7aa96ebc1
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Sep 23 16:10:19 EDT 2015
Merge remote-tracking branch 'origin/master'
--- 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);
}