annotate src/s/aix4-2.h @ 24809:078e0b907e6e

(speedbar-hack-buffer-menu): Fixed so if the user does not select a buffer from the buffers menu, then the attached frame is not switched to anything.
author Karl Heuer <kwzh@gnu.org>
date Fri, 04 Jun 1999 18:22:55 +0000
parents a8482d4262a4
children c6181e97cf15
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22824
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* AIX 4.2 is missing alloca. */
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #include "aix4-1.h"
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #ifndef __GNUC__
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 #undef HAVE_ALLOCA
a8482d4262a4 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #endif