emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/config.in


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Sat, 12 Jul 2003 17:46:43 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.188 emacs/src/config.in:1.189
*** emacs/src/config.in:1.188   Thu Jun 26 17:08:13 2003
--- emacs/src/config.in Sat Jul 12 17:46:43 2003
***************
*** 803,808 ****
--- 803,810 ----
     code using `volatile' can become incorrect without. Disable with care. */
  #undef volatile
  
+ /* Define if we should use crti.o and crtn.o.  */
+ #undef HAVE_CRTIN
  
  /* If we're using any sort of window system, define some consequences.  */
  #ifdef HAVE_X_WINDOWS
***************
*** 857,863 ****
  /* Don't try to switch on inline handling as detected by AC_C_INLINE
     generally, because even if non-gcc compilers accept `inline', they
     may reject `extern inline'.  */
! #ifdef __GNUC__
  #define INLINE __inline__
  #else
  #define INLINE
--- 859,865 ----
  /* Don't try to switch on inline handling as detected by AC_C_INLINE
     generally, because even if non-gcc compilers accept `inline', they
     may reject `extern inline'.  */
! #if defined (__GNUC__) && defined (OPTIMIZE)
  #define INLINE __inline__
  #else
  #define INLINE




reply via email to

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