Date: Tue, 19 Oct 93 10:24:44 +0100 From: Mattolini Riccardo To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: indent-C++.6.5 I got indent-C++.6.5 at ftp.th-darmstadt.de in directory pub/programming/languages/C++/tools-9 and I tried to compile it with DjGpp 1.09 & 1.10, but the same error came out: at line 482-483 in indent.c: *e_code++ = *t_ptr; although e_code was defined char*, the compiler complains about symbols 'e_' and 'code not being defined. How can I solve this? Thanks. Riccardo Mattolini