Mercurial > emacs
annotate src/s/hpux9.h @ 5020:94de08fd8a7c
(Fnext_single_property_change): Fix missing \n\.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 15 Nov 1993 06:41:45 +0000 |
| parents | 108978f3defd |
| children | 8b0e81f12ac1 |
| rev | line source |
|---|---|
| 4324 | 1 /* System description file for hpux version 9. */ |
| 3296 | 2 |
| 3 #include "hpux8.h" | |
| 4 | |
| 5 #define HPUX9 | |
| 6 | |
| 4322 | 7 /* If Emacs doesn't seem to work when built to use GNU malloc, you |
| 8 probably need to get the latest patches to the HP/UX compiler. | |
| 9 See `etc/MACHINES' for more information. */ | |
|
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
10 #if 0 |
| 3296 | 11 #define SYSTEM_MALLOC 1 |
| 12 #undef GNU_MALLOC | |
| 13 #undef REL_ALLOC | |
|
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
14 #endif |
