Preparation for including lexer and parser files into automake.
[ttfautohint.git] / lib / tadeltas-flex-wrapper.c
blob128d498e79478655ea8a3e05c03b003332976b3f
1 /* tadeltas-flex-wrapper.c */
3 /*
4 * Copyright (C) 2014 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 "tadeltas-flex.c"
26 /* end of tadeltas-flex-wrapper.c */