scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 5c1c29b22a2402dd6e830f9d1e1bf7f16738d0d1
parent f823cb11acb2aa72f612d8ce702fd1cd1b851d14
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 31 Aug 2015 21:17:18 +0200

Remove stupid comment

When a comment of 5 words share 3 with the commented
prototype then it is a bad idea.

Diffstat:
Mcc1/expr.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/cc1/expr.c b/cc1/expr.c @@ -147,9 +147,6 @@ integeruop(char op, Node *np) return usimplify(op, np->type, np); } -/* - * Convert a Node to a type - */ Node * convert(Node *np, Type *newtp, char iscast) {