From f73a993750e28d0763db63c547d9761d49c96971 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 26 Mar 2016 08:31:19 +0100 Subject: [PATCH] [autofit] Mark `aflatin2.[ch]' as not compilable. --- src/autofit/aflatin2.c | 5 +++++ src/autofit/aflatin2.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/autofit/aflatin2.c b/src/autofit/aflatin2.c index 1fab85e8d..5db4a4114 100644 --- a/src/autofit/aflatin2.c +++ b/src/autofit/aflatin2.c @@ -1,3 +1,8 @@ +/* ATTENTION: This file doesn't compile. It is only here as a reference */ +/* of an alternative latin hinting algorithm that was always */ +/* marked as experimental. */ + + /***************************************************************************/ /* */ /* aflatin2.c */ diff --git a/src/autofit/aflatin2.h b/src/autofit/aflatin2.h index c17a6a2a3..f83f70428 100644 --- a/src/autofit/aflatin2.h +++ b/src/autofit/aflatin2.h @@ -1,3 +1,8 @@ +/* ATTENTION: This file doesn't compile. It is only here as a reference */ +/* of an alternative latin hinting algorithm that was always */ +/* marked as experimental. */ + + /***************************************************************************/ /* */ /* aflatin2.h */