[hackers] [scc] Add TODO in types about portability || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Fri, 8 Jan 2016 13:14:01 +0100 (CET)

commit 264f6b0566d13ec568f36fe40865edb65f0db9f8
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Jan 8 12:49:23 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Fri Jan 8 12:49:23 2016 +0100

    Add TODO in types about portability
    
    The size of pointers is hardcoded in types.c

diff --git a/cc1/types.c b/cc1/types.c
index 65be354..6620c92 100644
--- a/cc1/types.c
+++ b/cc1/types.c
_AT_@ -79,6 +79,10 @@ static struct limits limits[][4] = {
  * syntax, so I have switched it to this ugly form
  * I hope I will change it again in the future
  */
+/*
+ * TODO: There are fields here that depends of the
+ * architecture
+ */
 static Type types[] = {
         { /* 0 = voidtype */
                 .op = VOID,
Received on Fri Jan 08 2016 - 13:14:01 CET

This archive was generated by hypermail 2.3.0 : Fri Jan 08 2016 - 13:25:22 CET