[hackers] [scc] [cc1] Update void main() diagnostic || Quentin Carbonneaux
commit a63a49c2947aff8282f161ebcf30e64103f505a1
Author: Quentin Carbonneaux <quentin_AT_c9x.me>
AuthorDate: Sun Dec 11 21:14:56 2016 -0500
Commit: Quentin Carbonneaux <quentin_AT_c9x.me>
CommitDate: Sun Dec 11 21:14:56 2016 -0500
[cc1] Update void main() diagnostic
diff --git a/cc1/decl.c b/cc1/decl.c
index 78ef0cf..9dd0fad 100644
--- a/cc1/decl.c
+++ b/cc1/decl.c
_AT_@ -775,7 +775,7 @@ identifier(struct decl *dcl)
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) {
Received on Mon Dec 12 2016 - 03:20:59 CET
This archive was generated by hypermail 2.3.0
: Mon Dec 12 2016 - 03:24:18 CET