diff options
-rw-r--r-- | def.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,9 +107,9 @@ struct inclist { char *i_incstring; /* string from #include line */ char *i_file; /* path name of the include file */ struct inclist **i_list; /* list of files it itself includes */ - int i_listlen; /* length of i_list */ struct symtab **i_defs; /* symbol table for this file and its children when merged */ + int i_listlen; /* length of i_list */ int i_ndefs; /* current # defines */ boolean *i_merged; /* whether we have merged child defines */ |