commit 264f6b0566d13ec568f36fe40865edb65f0db9f8
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Fri Jan 8 12:49:23 2016 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
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
@@ -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,