scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 33b8acf5a29c62a275af1ea8209694ebd43660de
parent b2b77b05bf474823d8aae895ac5c949c3e67213b
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon,  1 Nov 2021 19:08:21 +0100

Update IRC contact for __20h__ in case of main() terrorism.

Diffstat:
Msrc/cmd/cc/cc1/decl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/cc/cc1/decl.c b/src/cmd/cc/cc1/decl.c @@ -247,7 +247,7 @@ identifier(struct decl *dcl) sclass = EXTERN; if (!strcmp(name, "main") && tp->type != inttype) { errorp("main shall be defined with a return type of int"); - errorp("please contact __20h__ on irc.freenode.net (#bitreich-en) via IRC"); + errorp("please contact __20h__ on irc.bitreich.org (#bitreich-en) via IRC"); } }