Mercurial > emacs
view src/s/aix4-2.h @ 25304:4b75c26bd356
(direct_output_for_insert): Use
Vshow_trailing_whitespace instead of former iterator member
show_trailing_whitespace_p.
(direct_output_forward_char): Don't do it if hightlighting
trailing whitespace.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 17 Aug 1999 00:46:01 +0000 |
parents | a8482d4262a4 |
children | c6181e97cf15 |
line wrap: on
line source
/* AIX 4.2 is missing alloca. */ #include "aix4-1.h" #ifndef __GNUC__ #undef HAVE_ALLOCA #endif