_lrotl() is a call to the C runtime library!

This commit is contained in:
Ulf Möller 2000-10-30 20:14:27 +00:00
parent 7d09713d09
commit 7db2fcaa81

View file

@ -179,7 +179,7 @@
*/
#undef ROTATE
#ifndef PEDANTIC
# if defined(_MSC_VER)
# if 0 /* defined(_MSC_VER) */
# define ROTATE(a,n) _lrotl(a,n)
# elif defined(__MWERKS__)
# if defined(__POWERPC__)