commit | ca0247af92ca62c84449f2d4aaf926c27e0e302f | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Tue Aug 19 23:39:02 2025 -0400 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Tue Aug 19 23:39:02 2025 -0400 |
tree | 65e50628f94dd037fc1d985f2d8490ad9ea44a88 | |
parent | cff66748990592a27853792b8fc563650687bd43 [diff] |
[truetype] Fix compilation without bytecode. Fixes #1351 and various warnings about unused variables. * src/truetype/ttinterp.c: Put the entire body under #ifdef. * src/truetype/ttgload.c (TT_Process_Composite_Glyph): Relocate some declarations. * src/truetype/ttinterp.h: Remove some #ifdef conditions. * src/truetype/ttobjs.c (tt_size_done): Modified.