gnats-diffs
[Top][All Lists]
Advanced

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

Changes to gnats/libiberty/alloca-conf.h


From: Milan Zamazal
Subject: Changes to gnats/libiberty/alloca-conf.h
Date: Mon, 10 Dec 2001 18:04:14 -0500

Index: gnats/libiberty/alloca-conf.h
diff -c gnats/libiberty/alloca-conf.h:1.1 gnats/libiberty/alloca-conf.h:1.2
*** gnats/libiberty/alloca-conf.h:1.1   Tue Oct 26 03:10:16 1999
--- gnats/libiberty/alloca-conf.h       Mon Dec 10 18:03:27 2001
***************
*** 1,6 ****
  #include "config.h"
  
! #ifdef __GNUC__
  # ifndef alloca
  #  define alloca __builtin_alloca
  # endif
--- 1,6 ----
  #include "config.h"
  
! #if defined(__GNUC__) && !defined(C_ALLOCA)
  # ifndef alloca
  #  define alloca __builtin_alloca
  # endif
***************
*** 8,14 ****
  #  ifdef _AIX
   #pragma alloca
  #  else
! #  ifdef HAVE_ALLOCA_H
  #   include <alloca.h>
  #  else /* ! defined (HAVE_ALLOCA_H) */
  #   ifdef __STDC__
--- 8,14 ----
  #  ifdef _AIX
   #pragma alloca
  #  else
! #  if defined(HAVE_ALLOCA_H) && !defined(C_ALLOCA)
  #   include <alloca.h>
  #  else /* ! defined (HAVE_ALLOCA_H) */
  #   ifdef __STDC__



reply via email to

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