[sfnt] Clean up bitmap code.

* src/sfnt/ttsbit.c: Deleted.
* src/sfnt/ttsbit0.c: Renamed to `ttsbit.c'.
* rules.mk (SFNT_DRV_H): Updated.
This commit is contained in:
Werner Lemberg 2013-05-10 08:04:33 +02:00
parent f6aa089f12
commit ea2b4756e4
4 changed files with 990 additions and 1019 deletions

View File

@ -1,3 +1,11 @@
2013-05-10 Werner Lemberg <wl@gnu.org>
[sfnt] Clean up bitmap code.
* src/sfnt/ttsbit.c: Deleted.
* src/sfnt/ttsbit0.c: Renamed to `ttsbit.c'.
* rules.mk (SFNT_DRV_H): Updated.
2013-05-10 Werner Lemberg <wl@gnu.org>
*/* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code.

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2011 by
# Copyright 1996-2000, 2002-2007, 2009, 2011, 2013 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -38,11 +38,8 @@ SFNT_DRV_SRC := $(SFNT_DIR)/ttload.c \
# SFNT driver headers
#
# Note that ttsbit0.c gets #included by ttsbit.c.
#
SFNT_DRV_H := $(SFNT_DRV_SRC:%c=%h) \
$(SFNT_DIR)/sferrors.h \
$(SFNT_DIR)/ttsbit0.c
$(SFNT_DIR)/sferrors.h
# SFNT driver object(s)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff