replaced liberal uses of "memset" by the "MEM_Set" macro call

(some platforms don't provide this ANSI function !!)
This commit is contained in:
David Turner 2001-10-24 07:31:03 +00:00
parent 538072bb84
commit 86ef2a6a8d
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2001-10-23 David Turner <david@freetype.org>
* src/autohint/ahglyph.c, src/raster/ftraster.c,
src/smooth/ftgrays.c: replaced liberal uses of "memset" by the
MEM_Set macro instead..
2001-10-22 David Turner <david@freetype.org>
* builds/unix/ftsystem.c, builds/vms/ftsystem.c,