K 10 svn:author V 5 peter K 8 svn:date V 27 2003-01-08T06:40:35.000000Z K 7 svn:log V 450 Add #include "diff.h" in order to get the prototype for xmalloc(). The corresponding warning has been ignored for ages: prepend_args.c:75: warning: initialization makes pointer from integer without a cast This is fatal on ia64. You cannot convert an implicit int return from an undeclared function to a pointer as you've lost the upper 32 bits. On ia64, the warning is "pointer from different sized integer". (This file is not vendor branched) END