unofficial mirror of emacs-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).