shithub: scc

Download patch

ref: cb118e78c3160f7a01f7de644caee2bff41fa659
parent: 3c737d518c2ca2f85ded09025cae9a900902288f
author: Quentin Carbonneaux <quentin@c9x.me>
date: Sun Dec 11 16:14:56 EST 2016

[cc1] Update void main() diagnostic

--- a/cc1/decl.c
+++ b/cc1/decl.c
@@ -775,7 +775,7 @@
 		sym = install(NS_IDEN, sym);
 		++curctx;
 		if (!strcmp(name, "main") && tp->type != inttype)
-			errorp("please contact __20h__ on irc.oftc.net (#suckless) via IRC");
+			errorp("please contact __20h__ on irc.freenode.net (#bitreich-en) via IRC");
 	}
 
 	if (sym == NULL) {