diff options
author | monty@mysql.com <> | 2004-03-05 19:50:12 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-05 19:50:12 +0200 |
commit | 9618683f3ce4489c5af86cb63124bdcfe8167e18 (patch) | |
tree | e1e337c1e0f79799f6799651774e288fd2c4d8d7 /mysys | |
parent | 1d624d354661726af0525b757de87dd9cfcc3058 (diff) | |
parent | 8f093d0fb397b2780c25c233263a8bd842783e5f (diff) | |
download | mariadb-git-9618683f3ce4489c5af86cb63124bdcfe8167e18.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/hash.c b/mysys/hash.c index 64a4242e0f7..b7be41a9058 100644 --- a/mysys/hash.c +++ b/mysys/hash.c @@ -122,7 +122,7 @@ static uint hash_rec_mask(HASH *hash,HASH_LINK *pos,uint buffmax, -#ifndef __SUNPRO_C /* SUNPRO can't handle this */ +#if !defined(__SUNPRO_C) && !defined(__USLC__) /* broken compilers */ inline #endif unsigned int rec_hashnr(HASH *hash,const byte *record) |