diff options
Diffstat (limited to 'Build/source/texk/ptexenc/unicode.c')
-rw-r--r-- | Build/source/texk/ptexenc/unicode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/ptexenc/unicode.c b/Build/source/texk/ptexenc/unicode.c index 2e723f6cd31..275ebd75d40 100644 --- a/Build/source/texk/ptexenc/unicode.c +++ b/Build/source/texk/ptexenc/unicode.c @@ -69,6 +69,7 @@ long UTF8StoUCS(string s) } } +#if 0 /* not used */ int UCStoUTF8S(long ucs, string s) { if (ucs < 0x80) { @@ -92,6 +93,7 @@ int UCStoUTF8S(long ucs, string s) } return 0; /* unsupported */ } +#endif /* 0 */ long UCStoUTF8(long ucs) |