Fix OTS warning about `maxp.maxSizeOfInstructions`.
[ttfautohint.git] / lib / sds-wrapper.c
blob0209b1d11f1ef737baa8f70136d3e61cc1711cfe
1 /* sds-wrapper.c */
3 /*
4 * Copyright (C) 2014-2022 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.
16 /* Load `config.h' before library source code. */
17 #include "config.h"
19 /* for va_copy, via gnulib -- */
20 /* we don't enforce a fully C99-compliant compiler */
21 #include <stdarg.h>
23 #include "sds.c"
25 /* end of sds-wrapper.c */