comparison src/ChangeLog @ 2333:ba4677f54a05

[xemacs-hg @ 2004-10-14 17:26:18 by james] More unused parameter fixes.
author james
date Thu, 14 Oct 2004 17:26:25 +0000
parents ed6535aefb7e
children 53d45fc43132
comparison
equal deleted inserted replaced
2332:29a88fa7050c 2333:ba4677f54a05
1 2004-10-14 Jerry James <james@xemacs.org>
2
3 * compiler.h: New USED_IF_MULE and USED_IF_MULE_OR_CHECK_TEXT macros.
4 * glyphs-msw.c (charset_of_text): Use USED_IF_MULE.
5 * intl-x.c (init_x_locale): Ditto.
6 * intl-win32.c: Remove USED_IF_MULE definition.
7 * regex.h: Mark RE_LISP_SHORT_CONTEXT_ARGS_DECL arguments unused.
8 New RE_LISP_CONTEXT_ARGS_MULE_DECL macro for one unused case.
9
10 * buffer.h:
11 * device-x.c:
12 * elhash.c:
13 * objects.c:
14 * regex.c:
15 * search.c:
16 * text.c:
17 * text.h:
18 * unicode.c:
19 Mark more unused parameters.
20
1 2004-09-27 Jerry James <james@xemacs.org> 21 2004-09-27 Jerry James <james@xemacs.org>
2 22
3 * gmalloc.c (malloc): Change log to log2 to quiet gcc 3.3. 23 * gmalloc.c (malloc): Change log to log2 to quiet gcc 3.3.
4 24
5 2004-09-27 Jerry James <james@xemacs.org> 25 2004-09-27 Jerry James <james@xemacs.org>