comparison src/alloc.c @ 3003:5a73d384f45e

* syssignal.h: Don't #include <signal.h> * alloc.c: #include <signal.h>, but before "config.h".
author Jim Blandy <jimb@redhat.com>
date Mon, 24 May 1993 02:32:33 +0000
parents e94a593c3952
children b2e5c888f5f6
comparison
equal deleted inserted replaced
3002:7274509e47a3 3003:5a73d384f45e
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 #include <signal.h>
20 21
21 #include "config.h" 22 #include "config.h"
22 #include "lisp.h" 23 #include "lisp.h"
23 #include "intervals.h" 24 #include "intervals.h"
24 #include "puresize.h" 25 #include "puresize.h"