[autofit] Fix `make multi CC=c++'.
* src/autofit/aflatin.c, src/autofit/aflatin2.c: Include `afglobal.h'. * src/autofit/afloader.c: Fix order of header files. * src/autofit/afmodule.c: Include `afglobal.h' and `aferrors.h'.
This commit is contained in:
parent
4404ec4ef5
commit
dda1e93db8
|
@ -1,3 +1,12 @@
|
||||||
|
2012-10-20 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
[autofit] Fix `make multi CC=c++'.
|
||||||
|
|
||||||
|
* src/autofit/aflatin.c, src/autofit/aflatin2.c: Include
|
||||||
|
`afglobal.h'.
|
||||||
|
* src/autofit/afloader.c: Fix order of header files.
|
||||||
|
* src/autofit/afmodule.c: Include `afglobal.h' and `aferrors.h'.
|
||||||
|
|
||||||
2012-10-19 Werner Lemberg <wl@gnu.org>
|
2012-10-19 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
[cff] Fix more value errors and improve tracing.
|
[cff] Fix more value errors and improve tracing.
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
#include FT_ADVANCES_H
|
#include FT_ADVANCES_H
|
||||||
#include FT_INTERNAL_DEBUG_H
|
#include FT_INTERNAL_DEBUG_H
|
||||||
|
|
||||||
|
#include "afglobal.h"
|
||||||
#include "aflatin.h"
|
#include "aflatin.h"
|
||||||
#include "aferrors.h"
|
#include "aferrors.h"
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
#include FT_ADVANCES_H
|
#include FT_ADVANCES_H
|
||||||
|
|
||||||
|
#include "afglobal.h"
|
||||||
#include "aflatin.h"
|
#include "aflatin.h"
|
||||||
#include "aflatin2.h"
|
#include "aflatin2.h"
|
||||||
#include "aferrors.h"
|
#include "aferrors.h"
|
||||||
|
|
|
@ -16,9 +16,9 @@
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
#include "afglobal.h"
|
||||||
#include "afloader.h"
|
#include "afloader.h"
|
||||||
#include "afhints.h"
|
#include "afhints.h"
|
||||||
#include "afglobal.h"
|
|
||||||
#include "aferrors.h"
|
#include "aferrors.h"
|
||||||
#include "afmodule.h"
|
#include "afmodule.h"
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,10 @@
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
#include "afglobal.h"
|
||||||
#include "afmodule.h"
|
#include "afmodule.h"
|
||||||
#include "afloader.h"
|
#include "afloader.h"
|
||||||
|
#include "aferrors.h"
|
||||||
#include "afpic.h"
|
#include "afpic.h"
|
||||||
|
|
||||||
#ifdef FT_DEBUG_AUTOFIT
|
#ifdef FT_DEBUG_AUTOFIT
|
||||||
|
|
Loading…
Reference in New Issue