Mercurial > hg > xemacs-beta
annotate src/s/sunos4-1-4.h @ 4117:229bd619740a
[xemacs-hg @ 2007-08-15 11:06:02 by crestani]
2007-08-15 Marcus Crestani <crestani@xemacs.org>
* buffer.c (Fkill_buffer):
* console-tty.c (free_tty_console_struct):
* device-gtk.c (free_gtk_device_struct):
* device-msw.c (mswindows_delete_device):
* device-msw.c (msprinter_delete_device):
* device-x.c (free_x_device_struct):
* device-x.c (x_delete_device):
* dynarr.c (Dynarr_lisp_realloc):
* dynarr.c (Dynarr_free):
* elhash.c:
* elhash.c (finalize_hash_table):
* elhash.c (resize_hash_table):
* elhash.c (pdump_reorganize_hash_table):
* extents.c (gap_array_delete_marker):
* frame-gtk.c (gtk_delete_frame):
* frame-msw.c (mswindows_delete_frame):
* frame-x.c (x_delete_frame):
* glyphs.c (check_for_ignored_expose):
* mc-alloc.c (mc_realloc_1):
* mc-alloc.h:
* objects-tty.c (tty_finalize_color_instance):
* objects-tty.c (tty_finalize_font_instance):
* objects-tty.c (console_type_create_objects_tty):
* syntax.c:
* syntax.c (uninit_buffer_syntax_cache):
* vdb.c (Ftest_vdb): Remove all calls to mc_free.
author | crestani |
---|---|
date | Wed, 15 Aug 2007 11:06:10 +0000 |
parents | e04119814345 |
children |
rev | line source |
---|---|
32 | 1 /* Synched up with: FSF 19.31. */ |
2 | |
3 #include "sunos4-1.h" | |
4 | |
5 #if 0 | |
6 /* XEmacs: FSF 19.31 removes this. Let's just comment it out. */ | |
7 /* TERMIOS is broken under SunOS?? | |
8 | |
9 Someone says: This causes failure in process_send_signal (tcgetattr | |
10 loses) and may also cause hanging at Emacs startup when parent is | |
11 not a job control shell. */ | |
12 /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids | |
13 the problem of spurious ^M in subprocess output. */ | |
14 #undef HAVE_TERMIOS | |
15 #endif | |
16 | |
17 #if 0 | |
18 /* XEmacs: FSF 19.31 mistakenly reenables this. */ | |
19 /* jik@gza.com says this works now. */ | |
20 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ | |
21 | |
22 #undef SYSTEM_MALLOC | |
23 #endif /* 0 */ | |
24 | |
25 /* barrie@calvin.demon.co.uk says memmove is missing. */ | |
26 #ifndef SYSTEM_MALLOC | |
27 #define MEMMOVE_MISSING | |
28 #endif | |
29 | |
30 /* A reliable source says this is broken through SunOS 4.1.3 */ | |
31 /* but not SunOS 4.1.4 */ | |
32 #ifdef BROKEN_SIGIO | |
33 #undef BROKEN_SIGIO | |
34 #endif |