aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index c536ce4..ee600dd 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -4,9 +4,7 @@ union hashval {
int ival;
char *cpval;
DEFINITION *defn;
-#if 0
- KEYDEF *keydef;
-#endif
+ struct hashnode *aschain; /* for #assert */
};
struct hashnode {