K 10 svn:author V 5 peter K 8 svn:date V 27 2002-04-07T01:44:24.000000Z K 7 svn:log V 242 Bandaid for LP64 machines where 'warning: cast to pointer from different sized integer' bites. The various malloc functions return pointers, but without any prototype/declarations visible to callers, the compiler expects them to return int. END