diff options
Diffstat (limited to 'libcpp/include/symtab.h')
-rw-r--r-- | libcpp/include/symtab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/include/symtab.h b/libcpp/include/symtab.h index ebb56007a03..b0a2f2697aa 100644 --- a/libcpp/include/symtab.h +++ b/libcpp/include/symtab.h @@ -28,6 +28,7 @@ along with this program; see the file COPYING3. If not see /* This is what each hash table entry points to. It may be embedded deeply within another object. */ typedef struct ht_identifier ht_identifier; +typedef struct ht_identifier *ht_identifier_ptr; struct GTY(()) ht_identifier { const unsigned char *str; unsigned int len; |