diff options
Diffstat (limited to 'Build/source/texk/ttf2pk/texenc.h')
-rw-r--r-- | Build/source/texk/ttf2pk/texenc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/ttf2pk/texenc.h b/Build/source/texk/ttf2pk/texenc.h index 0151478983d..7188fdc8940 100644 --- a/Build/source/texk/ttf2pk/texenc.h +++ b/Build/source/texk/ttf2pk/texenc.h @@ -15,10 +15,10 @@ extern encoding staticencoding; -extern char *staticligkern[]; -extern char *vplligops[]; -extern char *encligops[]; -extern char *accents[]; +extern const char *staticligkern[]; +extern const char *vplligops[]; +extern const char *encligops[]; +extern const char *accents[]; extern char default_codingscheme[]; |