diff options
author | unknown <lenz@mysql.com> | 2004-06-22 17:54:38 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-06-22 17:54:38 +0200 |
commit | 1f9209cc0430d4870c7a344e438ca5eeb931002b (patch) | |
tree | 663bd6f5f12cbfb861fdfd63de4866ef2d9e56ee /mysys | |
parent | e2e0eb3bc04623fb47cf13106750c72621f55a13 (diff) | |
download | mariadb-git-1f9209cc0430d4870c7a344e438ca5eeb931002b.tar.gz |
- rephrased comment
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/hash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys/hash.c b/mysys/hash.c index 12389e3cf1c..973f6f7cefa 100644 --- a/mysys/hash.c +++ b/mysys/hash.c @@ -182,7 +182,8 @@ uint calc_hashnr_caseup(const byte *key, uint len) #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 #endif unsigned int rec_hashnr(HASH *hash,const byte *record) |