diff options
Diffstat (limited to 'Build/source/texk/ttfdump/libttf/stack.c')
-rw-r--r-- | Build/source/texk/ttfdump/libttf/stack.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/ttfdump/libttf/stack.c b/Build/source/texk/ttfdump/libttf/stack.c index e47b3b0af09..5ca56deb90a 100644 --- a/Build/source/texk/ttfdump/libttf/stack.c +++ b/Build/source/texk/ttfdump/libttf/stack.c @@ -80,6 +80,8 @@ inline SHORT GetSHORT(VirtualMachine *vm) return 0; } } +#if 0 +/* Not used */ /* read four bytes from the instruction steam */ inline LONG GetLONG(VirtualMachine *vm) { @@ -99,3 +101,4 @@ inline LONG GetLONG(VirtualMachine *vm) return 0; } } +#endif |