K 10 svn:author V 2 jb K 8 svn:date V 27 1998-05-09T10:39:48.000000Z K 7 svn:log V 244 Change casts of function pointers from int to long. This makes the compiler warnings go away, but the compiler is throwing away 32-bits as the long value is silently truncated to an int on alpha. But the program works, so that must not matter. END