[hackers] [scc] [cc1] Fix TFUNDEF value || Lucas Gabriel Vuotto

From: <git_AT_suckless.org>
Date: Mon, 6 Mar 2017 14:24:40 +0100 (CET)

commit 523e296ed5f0134551bc487706433e3649b5c801
Author: Lucas Gabriel Vuotto <lvuotto92_AT_gmail.com>
AuthorDate: Mon Mar 6 09:17:06 2017 -0300
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Mar 6 13:39:11 2017 +0100

    [cc1] Fix TFUNDEF value
    
    Signed-off-by: Lucas Gabriel Vuotto <lvuotto92_AT_gmail.com>

diff --git a/cc1/cc1.h b/cc1/cc1.h
index 77d60a6..26cd787 100644
--- a/cc1/cc1.h
+++ b/cc1/cc1.h
_AT_@ -23,7 +23,7 @@ enum typeprops {
         TAGGREG = 1 << 4, /* the type is struct or union */
         TK_R = 1 << 5, /* this is a K&R-function */
         TELLIPSIS= 1 << 6, /* this function has an ellipsis par */
- TFUNDEF = 2 << 7, /* function definition */
+ TFUNDEF = 1 << 7, /* function definition */
 };
 
 enum inputtype {
Received on Mon Mar 06 2017 - 14:24:40 CET

This archive was generated by hypermail 2.3.0 : Mon Mar 06 2017 - 14:36:22 CET