uses __inline for now for gcc

This commit is contained in:
Steve Chamberlain 1991-11-12 04:26:12 +00:00
parent 285b1325d9
commit b773e0e582
1 changed files with 3 additions and 2 deletions

View File

@ -87,8 +87,9 @@ static ldsym_type *global_symbol_hash_table[TABSIZE];
/* Compute the hash code for symbol name KEY. */
static
#ifdef __GNUC__
inline
__inline
#endif
int
DEFUN(hash_string,(key),
CONST char *key)
@ -106,7 +107,7 @@ DEFUN(hash_string,(key),
static
#ifdef __GNUC__
inline
__inline
#endif ldsym_type *bp;
ldsym_type *
DEFUN(search,(key,hashval) ,