Commit 1f9209cc authored by unknown's avatar unknown

- rephrased comment

parent e2e0eb3b
...@@ -182,7 +182,8 @@ uint calc_hashnr_caseup(const byte *key, uint len) ...@@ -182,7 +182,8 @@ uint calc_hashnr_caseup(const byte *key, uint len)
#endif #endif
#if !defined(__SUNPRO_C) && !defined(__USLC__) && !defined(__sgi) /* broken compilers */ /* for compilers which can not handle inline */
#if !defined(__SUNPRO_C) && !defined(__USLC__) && !defined(__sgi)
inline inline
#endif #endif
unsigned int rec_hashnr(HASH *hash,const byte *record) unsigned int rec_hashnr(HASH *hash,const byte *record)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment