From bb2e3a6e4f1cee850a76b492c11a3398d9696e76 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 1 Aug 2012 08:33:09 -0700 Subject: [PATCH] Alphabetic order is proving tricky today --- src/conf_post.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/conf_post.h b/src/conf_post.h index 0870c17487b..356c17b4503 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -90,6 +90,14 @@ along with GNU Emacs. If not, see . */ #undef HAVE_RINT #endif /* HPUX */ +#ifdef IRIX6_5 +#ifdef emacs +char *_getpty(); +#endif + +#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */ +#endif /* IRIX6_5 */ + #ifdef MSDOS #ifndef __DJGPP__ You lose; /* Emacs for DOS must be compiled with DJGPP */ @@ -130,14 +138,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #endif #endif /* MSDOS */ -#ifdef IRIX6_5 -#ifdef emacs -char *_getpty(); -#endif - -#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */ -#endif /* IRIX6_5 */ - #ifdef USG5_4 /* Get FIONREAD from . Get to get struct tchars. But get first to make sure ttold.h doesn't interfere. */ -- 2.11.4.GIT