diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 925aac7..4b8c50e 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -67,7 +67,7 @@ struct hashnode struct hashnode *aschain; /* #assert */ } value; - const U_CHAR *name; + const U_CHAR name[1]; /* name[length] */ }; /* List of directories to look for include files in. */ |