comparison src/ChangeLog @ 5876:0cebf04c18b5

Use cast for malloc call to satisfy VS6
author Vin Shelton <acs@xemacs.org>
date Tue, 24 Mar 2015 16:49:53 -0400
parents 4949ccab25f1
children abe88cd200c9
comparison
equal deleted inserted replaced
5875:4949ccab25f1 5876:0cebf04c18b5
1 2015-03-24 Vin Shelton <acs@xemacs.org> 1 2015-03-24 Vin Shelton <acs@xemacs.org>
2
3 * data.c (build_fixnum_to_char_map): Cast cctable malloc call to
4 avoid warning from VS6.
2 5
3 * process-unix.c: Move disconnect_controlling_terminal() call 6 * process-unix.c: Move disconnect_controlling_terminal() call
4 later in create_process_unix(). This is necessary for Cygwin, but 7 later in create_process_unix(). This is necessary for Cygwin, but
5 seems to work on linux (at least), too. 8 seems to work on linux (at least), too.
6 9