Mercurial > hg > xemacs-beta
diff src/compiler.h @ 4759:aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
<870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 08:49:14 -0700 |
parents | f386b9b92417 |
children | edc0cd26b4a8 |
line wrap: on
line diff
--- a/src/compiler.h Wed Nov 18 22:44:28 2009 +0900 +++ b/src/compiler.h Wed Nov 18 08:49:14 2009 -0700 @@ -162,7 +162,7 @@ where there's an infinite loop in a function returning a Lisp object. */ #if (defined (_MSC_VER) && MSC_VERSION < 1300) || defined (__SUNPRO_C) || \ - defined (__SUNPRO_CC) || (defined (DEC_ALPHA) && defined (OSF1)) + defined (__SUNPRO_CC) # define DO_NOTHING_DISABLING_NO_RETURN_WARNINGS if (0) return Qnil #else # define DO_NOTHING_DISABLING_NO_RETURN_WARNINGS DO_NOTHING