all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15111: BYTE_CODE_THREADED breaks build
@ 2013-08-16 19:10 Dan Nicolaescu
  0 siblings, 0 replies; only message in thread
From: Dan Nicolaescu @ 2013-08-16 19:10 UTC (permalink / raw
  To: 15111

The BYTE_CODE_THREADED definition in bytecode.c:

#if (defined __GNUC__ && !defined __STRICT_ANSI__ \
     && !defined BYTE_CODE_SAFE && !defined BYTE_CODE_METER)
#define BYTE_CODE_THREADED
#endif

does not work when compiling with an old compiler: gcc-2.96

It probably needs to be refined to exclude older gccs.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-16 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 19:10 bug#15111: BYTE_CODE_THREADED breaks build Dan Nicolaescu

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.