diff options
author | Jim Blandy <jimb@redhat.com> | 1992-01-28 01:53:11 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-01-28 01:53:11 +0000 |
commit | 14e76af946582f7151f53da1579386891c9445d8 (patch) | |
tree | 3c7fe71ed160198d8ae522f1b7fbb30ab70d3344 /src/s/template.h | |
parent | c637ae6fc1d1c116567393a8493661bc9ba01de3 (diff) | |
download | emacs-14e76af946582f7151f53da1579386891c9445d8.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/s/template.h')
-rw-r--r-- | src/s/template.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/s/template.h b/src/s/template.h index 6cf4905db3e..6238ee7ef95 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -128,6 +128,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CLASH_DETECTION +/* Define this if your operating system declares signal handlers to + have a type other than the usual. `The usual' is `void' for ANSI C + systems (i.e. when the __STDC__ macro is defined), and `int' for + pre-ANSI systems. If you're using GCC on an older system, __STDC__ + will be defined, but the system's include files will still say that + signal returns int or whatever; in situations like that, define + this to be what the system's include files want. */ +/* #define SIGTYPE int */ + /* Here, on a separate page, add any special hacks needed to make Emacs work on this system. For example, you might define certain system call names that don't |