all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* INLINE is disabled
@ 2010-11-20  8:44 Dan Nicolaescu
  2010-11-20  9:37 ` Andreas Schwab
  2010-11-20 10:38 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Dan Nicolaescu @ 2010-11-20  8:44 UTC (permalink / raw)
  To: emacs-devel


From configure.in:

/* If using GNU, then support inline function declarations.  */
/* 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
#endif

OPTIMIZE is never defined, so we always use #else...

Should we just remove  "&& defined (OPTIMIZE)"? 
On the 23 branch too?



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-20 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-20  8:44 INLINE is disabled Dan Nicolaescu
2010-11-20  9:37 ` Andreas Schwab
2010-11-20 10:38 ` Eli Zaretskii
2010-11-20 12:39   ` Andreas Schwab

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.