scc

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

commit 8df926972b1962c0aaa0f0083db6a51755cb2dda
parent 197eb2b433794760af18fb01a6c1c91bcfe601f0
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 16 Mar 2023 21:50:38 +0100

cc1: Remove outdated comment

Scc has not anymore relation with the bitreich community and it
does not make sense to keep this error message anymore.

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

diff --git a/src/cmd/cc/cc1/decl.c b/src/cmd/cc/cc1/decl.c @@ -269,7 +269,6 @@ 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.bitreich.org (#bitreich-en) via IRC"); } }