unofficial mirror of bug-gnu-emacs@gnu.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 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).