Mercurial > emacs
annotate src/s/aix4.h @ 51829:d508ffa43505
2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-engine.el (c-guess-basic-syntax): Do not do hidden buffer
changes; there's third party code that calls this function
directly.
2003-07-07 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-fonts.el (javadoc-font-lock-keywords,
autodoc-font-lock-keywords): Don't byte compile on font lock
initialization when running from byte compiled files.
2003-07-06 Alan Mackenzie <bug-cc-mode@gnu.org>
* cc-engine.el: Fix AWK mode indentation when previous statement
ends with auto-increment "++".
2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-langs.el, cc-styles.el (c-style-alist, c-lang-variable-inits,
c-lang-variable-inits-tail): The values of these are changed, so
declare them as variables and not constants.
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Tue, 08 Jul 2003 23:21:04 +0000 |
parents | 81b97496e59f |
children | 695cf19ef79e |
rev | line source |
---|---|
12637
449fab2030e0
(AIX4): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12435
diff
changeset
|
1 #define AIX4 |
449fab2030e0
(AIX4): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
12435
diff
changeset
|
2 |
12901
e4af0796bf50
Include aix3-2-5.h, not aix3-2.h.
Richard M. Stallman <rms@gnu.org>
parents:
12637
diff
changeset
|
3 #include "aix3-2-5.h" |
10052 | 4 |
5 /* AIX 4 does not have HFT any more. */ | |
6 #undef AIXHFT | |
21813
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
7 |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
8 /* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1. |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
9 It is just a guess which versions of AIX need this definition. */ |
1b16bcd671d3
(HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12901
diff
changeset
|
10 #define HAVE_WAIT_HEADER |
22322 | 11 |
12 /* Specify the type that the 3rd arg of `accept' points to. | |
13 It is just a guess which versions of AIX need this definition. */ | |
14 #define SOCKLEN_TYPE int |