aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJim Blandy1992-01-28 01:53:11 +0000
committerJim Blandy1992-01-28 01:53:11 +0000
commit14e76af946582f7151f53da1579386891c9445d8 (patch)
tree3c7fe71ed160198d8ae522f1b7fbb30ab70d3344 /src/s
parentc637ae6fc1d1c116567393a8493661bc9ba01de3 (diff)
downloademacs-14e76af946582f7151f53da1579386891c9445d8.tar.gz
emacs-14e76af946582f7151f53da1579386891c9445d8.zip
*** empty log message ***
Diffstat (limited to 'src/s')
-rw-r--r--src/s/bsd4-3.h3
-rw-r--r--src/s/template.h9
2 files changed, 12 insertions, 0 deletions
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h
index e9754af045a..332bbaa3856 100644
--- a/src/s/bsd4-3.h
+++ b/src/s/bsd4-3.h
@@ -127,3 +127,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
127 is named _avenrun. */ 127 is named _avenrun. */
128 128
129#define LDAV_SYMBOL "_avenrun" 129#define LDAV_SYMBOL "_avenrun"
130
131/* The return type of a signal handling function. */
132#define SIGTYPE int
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. */
128 128
129#define CLASH_DETECTION 129#define CLASH_DETECTION
130 130
131/* Define this if your operating system declares signal handlers to
132 have a type other than the usual. `The usual' is `void' for ANSI C
133 systems (i.e. when the __STDC__ macro is defined), and `int' for
134 pre-ANSI systems. If you're using GCC on an older system, __STDC__
135 will be defined, but the system's include files will still say that
136 signal returns int or whatever; in situations like that, define
137 this to be what the system's include files want. */
138/* #define SIGTYPE int */
139
131/* Here, on a separate page, add any special hacks needed 140/* Here, on a separate page, add any special hacks needed
132 to make Emacs work on this system. For example, 141 to make Emacs work on this system. For example,
133 you might define certain system call names that don't 142 you might define certain system call names that don't