Commit 7db2fcaa authored by Ulf Möller's avatar Ulf Möller
Browse files

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

parent 7d09713d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__)