Mercurial > emacs
annotate src/s/aix4-2.h @ 29412:ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-init.el (ediff-has-face-support-p): make it paint faces on
tty's.
* ediff-diff.el (ediff-exec-process): use --binary for fine
differences whenever apropriate.
* viper-cmd.el (viper-smart-suffix-list): rearranged list members.
* viper.el (find-file,find-file-other-window): get viper to do
wildcards.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Mon, 05 Jun 2000 00:07:02 +0000 |
parents | c6181e97cf15 |
children | 4be8406ebef9 |
rev | line source |
---|---|
22824 | 1 /* AIX 4.2 is missing alloca. */ |
2 | |
3 #include "aix4-1.h" | |
4 | |
25567
c6181e97cf15
1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
Dave Love <fx@gnu.org>
parents:
22824
diff
changeset
|
5 #undef ALIGN_DATA_RELOC |
c6181e97cf15
1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
Dave Love <fx@gnu.org>
parents:
22824
diff
changeset
|
6 |
22824 | 7 #ifndef __GNUC__ |
8 #undef HAVE_ALLOCA | |
9 #endif |