RIP, Vernon...
[ttfautohint.git] / lib / tacontrol-flex-wrapper.c
blob5ec560cc45ab47b6f3b7924a5c6a10f8c32f0ff6
1 /* tacontrol-flex-wrapper.c */
3 /*
4 * Copyright (C) 2014-2016 by Werner Lemberg.
6 * This file is part of the ttfautohint library, and may only be used,
7 * modified, and distributed under the terms given in `COPYING'. By
8 * continuing to use, modify, or distribute this file you indicate that you
9 * have read `COPYING' and understand and accept it fully.
11 * The file `COPYING' mentioned in the previous paragraph is distributed
12 * with the ttfautohint library.
17 * flex doesn't provide a means to load `config.h' early enough so that
18 * stuff like _GNU_SOURCE can be defined before everything else. As a
19 * work-around, we compile this file.
22 #include "config.h"
24 #include "tacontrol-flex.c"
26 /* end of tacontrol-flex-wrapper.c */