1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1992-02-16 04:14:10 +00:00
parent 36a8c287a8
commit eb0b3cf14a

View File

@ -179,15 +179,6 @@ NOTE-END */
#define HAVE_ALLOCA
#endif
#ifdef USG
#ifdef __STDC__
#ifndef DONT_DEFINE_SIGNAL
/* Cast the function argument to avoid warnings. */
#define signal(sig, func) (signal (sig, (void (*) (int)) (func)))
#endif
#endif
#endif
#ifdef USG5_4
#define DATA_SEG_BITS 0x08000000
#endif