diff options
Diffstat (limited to 'src/s/gnu.h')
| -rw-r--r-- | src/s/gnu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index c2bcf7fd9ab..a8e2c4cdbb8 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -21,8 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 21 | /* Get most of the stuff from bsd-common */ | 21 | /* Get most of the stuff from bsd-common */ |
| 22 | #include "bsd-common.h" | 22 | #include "bsd-common.h" |
| 23 | 23 | ||
| 24 | #define SIGNALS_VIA_CHARACTERS | ||
| 25 | |||
| 26 | /* libc defines data_start. */ | 24 | /* libc defines data_start. */ |
| 27 | #define DATA_START ({ extern int data_start; (char *) &data_start; }) | 25 | #define DATA_START ({ extern int data_start; (char *) &data_start; }) |
| 28 | 26 | ||