* configure.in (INLINE): Do not depend on OPTIMIZE, unused.
This commit is contained in:
parent
89bb5d15e6
commit
33726611e7
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in (INLINE): Do not depend on OPTIMIZE, unused.
|
||||
|
||||
2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in: Do not check for unconditionally included headers.
|
||||
|
|
|
@ -3511,7 +3511,7 @@ AH_BOTTOM([
|
|||
/* 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
|
||||
|
|
|
@ -1076,7 +1076,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue