[hackers] [scc] Add some TODO in the code || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Wed, 26 Aug 2015 22:32:48 +0200 (CEST)

commit 557b3bd32b1d1b7801e565aa695d7340221b20ce
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Wed Aug 26 22:29:07 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Wed Aug 26 22:29:07 2015 +0200

    Add some TODO in the code

diff --git a/cc1/cpp.c b/cc1/cpp.c
index dae6c3a..ee612ee 100644
--- a/cc1/cpp.c
+++ b/cc1/cpp.c
_AT_@ -30,6 +30,7 @@ defmacro(char *s)
 
         strcpy(yytext, s);
         sym = lookup(NS_CPP, yytext);
+ /* FIXME: We have a problem here */
         sym->flags |= ISDECLARED;
         return sym;
 }
diff --git a/cc1/expr.c b/cc1/expr.c
index 03d7dd3..437f38b 100644
--- a/cc1/expr.c
+++ b/cc1/expr.c
_AT_@ -423,6 +423,8 @@ integeruop(char op, Node *np)
         return usimplify(op, np->type, np);
 }
 
+/* TODO: check validity of types */
+
 static Node *
 constconv(Node *np, Type *newtp)
 {
Received on Wed Aug 26 2015 - 22:32:48 CEST

This archive was generated by hypermail 2.3.0 : Wed Aug 26 2015 - 22:36:27 CEST