gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/libiberty/xexit.c


From: Milan Zamazal
Subject: Changes to gnats/libiberty/xexit.c
Date: Mon, 10 Dec 2001 18:04:34 -0500

Index: gnats/libiberty/xexit.c
diff -c gnats/libiberty/xexit.c:1.1 gnats/libiberty/xexit.c:1.2
*** gnats/libiberty/xexit.c:1.1 Thu Nov  5 14:54:16 1998
--- gnats/libiberty/xexit.c     Mon Dec 10 18:03:26 2001
***************
*** 17,26 ****
  to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
! #include "ansidecl.h"
  #include "libiberty.h"
  
- #include <stdio.h>
  
  /* This variable is set by xatexit if it is called.  This way, xmalloc
     doesn't drag xatexit into the link.  */
--- 17,31 ----
  to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
! #ifdef HAVE_CONFIG_H
! #include "config.h"
! #endif
! #include <stdio.h>
! #ifdef HAVE_STDLIB_H
! #include <stdlib.h>
! #endif
  #include "libiberty.h"
  
  
  /* This variable is set by xatexit if it is called.  This way, xmalloc
     doesn't drag xatexit into the link.  */



reply via email to

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