> I was trying to track down a bug in csh (5.26-2), and so compiled with > -DSYSMALLOC. Most of alloc.c is inside of an #ifndef SYSMALLOC > conditional, but gcc complained about a bunch of stuff in alloc.c > anyway:
Please check if there isn't a #define SYSMALLOC in all the included header files: [assuming that the csh Makefile uses CC for the C-compiler] try "make CC='cpp -dM'", which will give you a list of all #defines. Greetings, Ray -- Cyberspace, a final frontier. These are the voyages of my messages, on a lightspeed mission to explore strange new systems and to boldly go where no data has gone before. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]