Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Strange signals.h
- X-seq: zsh-workers 434
- From: "Jean-Christophe Boggio" <cat@xxxxxxxxxxxxxxxxxx>
- To: zsh-list@xxxxxxxxxxxx
- Subject: Strange signals.h
- Date: Tue, 10 Oct 1995 01:57:46 +0100 (MET)
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