Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4388:1a14c304cb8e
Don't use PATH_MAX_EXTERNAL, non-Win32.
2008-01-08 Aidan Kehoe <kehoea@parhasard.net>
* text.h (MAX_XETCHAR_SIZE): Remove, eliminating a redefinition
warning on Win32.
* dumper.c (pdump_load):
Don't use PATH_MAX_EXTERNAL, instead allocate enough for the path
+ DUMP_SLACK (space for .dmp and version information), already
used on Win32 and #defined to be 100.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 09 Jan 2008 00:28:17 +0100 |
parents | 9aa16aa434b6 |
children | 4c5cd87620e4 |
comparison
equal
deleted
inserted
replaced
4387:9aa16aa434b6 | 4388:1a14c304cb8e |
---|---|
1 2008-01-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * text.h (MAX_XETCHAR_SIZE): Remove, eliminating a redefinition | |
4 warning on Win32. | |
5 * dumper.c (pdump_load): | |
6 Don't use PATH_MAX_EXTERNAL, instead allocate enough for the path | |
7 + DUMP_SLACK (space for .dmp and version information), already | |
8 used on Win32 and #defined to be 100. | |
9 | |
1 2008-01-08 Jerry James <james@xemacs.org> | 10 2008-01-08 Jerry James <james@xemacs.org> |
2 | 11 |
3 * config.h.in (INLINE_HEADER): adapt to C99 inline semantics. | 12 * config.h.in (INLINE_HEADER): adapt to C99 inline semantics. |
4 | 13 |
5 2008-01-07 Jerry James <james@xemacs.org> | 14 2008-01-07 Jerry James <james@xemacs.org> |