[hackers] [scc] Make pvoidtype a defined type || Roberto E. Vargas Caballero

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

commit 47748d1745b972b61f51f7fb3fa34c3e245196d8
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Jan 8 11:18:56 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -90,7 +90,8 @@ static Type types[] = {
                 .letter = L_POINTER,
                 .size = 2,
                 .align = 2,
- .printed = 1
+ .printed = 1,
+ .defined = 1,
         },
         { /* 2 = booltype */
                 .op = INT,
Received on Fri Jan 08 2016 - 13:14:00 CET

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