merge from gcc
This commit is contained in:
parent
e9e69f5a09
commit
8fc3479902
4 changed files with 27 additions and 0 deletions
|
@ -145,6 +145,9 @@ extern htab_hash htab_hash_pointer;
|
|||
/* An equality function for pointers. */
|
||||
extern htab_eq htab_eq_pointer;
|
||||
|
||||
/* A hash function for null-terminated strings. */
|
||||
extern hashval_t htab_hash_string PARAMS ((const PTR));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue