K 10 svn:author V 3 des K 8 svn:date V 27 2004-07-06T09:22:18.000000Z K 7 svn:log V 241 Rewrite twowords() to access its argument through a char pointer and not a short pointer. The previous implementation seems to be in a gray zone of the C standard, and GCC generates incorrect code for it at -O2 or higher on some platforms. END