emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102457: * configure.in (INLINE): Do


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102457: * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
Date: Sat, 20 Nov 2010 21:17:19 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102457
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sat 2010-11-20 21:17:19 -0800
message:
  * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
modified:
  ChangeLog
  configure.in
  src/config.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-11-18 03:54:14 +0000
+++ b/ChangeLog 2010-11-21 05:17:19 +0000
@@ -1,3 +1,7 @@
+2010-11-21  Dan Nicolaescu  <address@hidden>
+
+       * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
+
 2010-11-15  Dan Nicolaescu  <address@hidden>
 
        * configure.in: Do not check for unconditionally included headers.

=== modified file 'configure.in'
--- a/configure.in      2010-11-18 03:54:14 +0000
+++ b/configure.in      2010-11-21 05:17:19 +0000
@@ -3511,7 +3511,7 @@
 /* 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)
+#if defined (__GNUC__)
 #define INLINE __inline__
 #else
 #define INLINE

=== modified file 'src/config.in'
--- a/src/config.in     2010-11-18 03:54:14 +0000
+++ b/src/config.in     2010-11-21 05:17:19 +0000
@@ -1076,7 +1076,7 @@
 /* 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)
+#if defined (__GNUC__)
 #define INLINE __inline__
 #else
 #define INLINE


reply via email to

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