On Mon, Jul 19, 2004 at 10:53:41AM -0700, Tommy McCabe wrote: > > Look at vjhc.h. There are two definitions of DEFUN, > depending on some parameter. One defines a function. > The other doesn't. For some reason, the parameter got > changed over the years, so now anything using DEFUn > comes out as gibberish to the compiler. The first one uses ansi function declaration, the other K&R function declarations. DEFUN is used to make vjhc support both. I can't see where is the error. As I said before: ktcp (including vjhc.c) builds cleanly on my system, and I would like to know which error occurs on your system. -- Eduardo