somehow main trunk was not in sync with 0.9.6f for this file. noted by havard.

This commit is contained in:
itojun 2002-08-28 23:10:30 +00:00
parent 9af86f9bf3
commit f613969b8a

View File

@ -178,6 +178,7 @@
* Engage compiler specific rotate intrinsic function if available.
*/
#undef ROTATE
#ifndef PEDANTIC
# if defined(_MSC_VER)
# define ROTATE(a,n) _lrotl(a,n)
# elif defined(__MWERKS__)
@ -249,6 +250,7 @@
})
# endif
# endif
#endif /* PEDANTIC */
#if HASH_LONG_LOG2==2 /* Engage only if sizeof(HASH_LONG)== 4 */
/* A nice byte order reversal from Wei Dai <weidai@eskimo.com> */