emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sysdep.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/sysdep.c
Date: Tue, 01 Jan 2002 14:06:52 -0500

Index: emacs/src/sysdep.c
diff -c emacs/src/sysdep.c:1.228 emacs/src/sysdep.c:1.229
*** emacs/src/sysdep.c:1.228    Tue Dec 11 17:19:13 2001
--- emacs/src/sysdep.c  Tue Jan  1 14:06:52 2002
***************
*** 19,26 ****
  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
  
- #include "config.h"
  #include <signal.h>
  #include <setjmp.h>
  #ifdef HAVE_UNISTD_H
--- 19,28 ----
  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+ #endif
  
  #include <signal.h>
  #include <setjmp.h>
  #ifdef HAVE_UNISTD_H



reply via email to

[Prev in Thread] Current Thread [Next in Thread]