Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Strange signals.h



Following my previous problem, I looked at the file "signals.h" in the src
directory and found it strange.

/* signals.h */
/* architecture-customized signals.h for zsh 2.5.03
 * for architecture "i486",
 * automagically generated by buildzsh -- do not edit */
/* if all this is wrong, blame csh ;-) */

#define SIGCOUNT       1

#ifdef GLOBALS

char *sigmsg[SIGCOUNT+2] = {
	"done",
	"SIG",
	NULL
};

char *sigs[SIGCOUNT+4] = {
	"EXIT",
	"",
	"ZERR",
	"DEBUG",
	NULL
};

#else

extern char *sigs[SIGCOUNT+4],*sigmsg[SIGCOUNT+2];

#endif

-- 
Jean-Christophe Boggio				cat@xxxxxxxxxxxxxxxxxx
Pascal and Linux addict, Dos and Windows independent programmer.



Messages sorted by: Reverse Date, Date, Thread, Author