- Applied some portability fixes for SGI IRIX/MipsPro compiler

(e.g. a fix for BUG#3507 and some modifications recommended
   by Andrea Suatoni and Joerg Behrens - thank you!)
This commit is contained in:
lenz@mysql.com 2004-06-22 17:35:34 +02:00
commit 4740e8b2b7
5 changed files with 11 additions and 6 deletions

View file

@ -182,7 +182,7 @@ uint calc_hashnr_caseup(const byte *key, uint len)
#endif
#ifndef __SUNPRO_C /* SUNPRO can't handle this */
#if !defined(__SUNPRO_C) && !defined(__USLC__) && !defined(__sgi) /* broken compilers */
inline
#endif
unsigned int rec_hashnr(HASH *hash,const byte *record)