comparison src/ChangeLog @ 34237:196378bacb16

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Tue, 05 Dec 2000 23:05:57 +0000
parents bd3e997f6afc
children 1f7486fbbd3d
comparison
equal deleted inserted replaced
34236:636fd6f691ba 34237:196378bacb16
2 2
3 * md5.h: Remove underscores from function declarations. 3 * md5.h: Remove underscores from function declarations.
4 (__attribute__, __alignof__) [!__GNUC__]: Define. 4 (__attribute__, __alignof__) [!__GNUC__]: Define.
5 5
6 * md5.c: Delay include of md5.h until after namespace cleaning. 6 * md5.c: Delay include of md5.h until after namespace cleaning.
7
8 * makefile.w32-in (fns.o): Depend on md5.h
9 (md5.o): New target.
10 (sunfns.o): Remove.
11
12 * makefile.nt: Likewise.
7 13
8 2000-12-05 Jason Rumney <jasonr@altavista.net> 14 2000-12-05 Jason Rumney <jasonr@altavista.net>
9 15
10 * w32term.c (expose_area): Complete last change. 16 * w32term.c (expose_area): Complete last change.
11 17