[hackers] [scc] Improve error reporting || Quentin Carbonneaux
commit 8883afdeef8fe0d485fd7f14cb3246c7aa96ebc1
Author: Quentin Carbonneaux <quentin.carbonneaux_AT_yale.edu>
AuthorDate: Fri Sep 18 13:20:54 2015 -0400
Commit: Quentin Carbonneaux <quentin.carbonneaux_AT_yale.edu>
CommitDate: Fri Sep 18 13:20:54 2015 -0400
Improve error reporting
diff --git a/cc1/decl.c b/cc1/decl.c
index dbd9f73..0b695a8 100644
--- a/cc1/decl.c
+++ b/cc1/decl.c
_AT_@ -585,7 +585,7 @@ identifier(struct decl *dcl)
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);
}
Received on Fri Sep 18 2015 - 19:17:49 CEST
This archive was generated by hypermail 2.3.0
: Fri Sep 18 2015 - 19:24:10 CEST