emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: termios tab expansion on darwin


From: Stefan Monnier
Subject: Re: termios tab expansion on darwin
Date: Mon, 07 Jul 2008 21:28:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> diff --git a/src/s/darwin.h b/src/s/darwin.h
> index aa509b7..0cc95f1 100644
> --- a/src/s/darwin.h
> +++ b/src/s/darwin.h
> @@ -216,6 +216,8 @@ along with GNU Emacs.  If not, see 
> <http://www.gnu.org/licenses/>.  */
 
>  /* System uses OXTABS instead of the expected TAB3.  (Copied from
>     bsd386.h.)  */
> +#include <sys/termios.h>
> +#undef TAB3
>  #define TAB3 OXTABS
 
>  /* Darwin ld insists on the use of malloc routines in the System

Thanks.  Can someone write an autoconf rule for that instead?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]