commit 47748d1745b972b61f51f7fb3fa34c3e245196d8
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Fri Jan 8 11:18:56 2016 +0100
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Fri Jan 8 11:18:56 2016 +0100

    Make pvoidtype a defined type

diff --git a/cc1/types.c b/cc1/types.c
index 5fda300..dfb0b1b 100644
--- a/cc1/types.c
+++ b/cc1/types.c
@@ -90,7 +90,8 @@ static Type types[] = {
                .letter = L_POINTER,
                .size = 2,
                .align = 2,
-               .printed = 1
+               .printed = 1,
+               .defined = 1,
        },
        {      /* 2 = booltype */
                .op = INT,

Reply via email to