diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-10 14:08:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-10 14:08:15 +0000 |
commit | 0b095c9b5835bd49a04f77262f8007542330d140 (patch) | |
tree | 13a2297f430c3c0cf1328f18d116fe4092ebf3f5 /Build/source/texk/web2c/pdftexdir/pdftex-common.h | |
parent | 4a436b90db469ffdab8ae4fea378e64ecf3f4b20 (diff) |
luaTeX, pdfTeX: Avoid various gcc warnings
git-svn-id: svn://tug.org/texlive/trunk@28788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pdftex-common.h')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftex-common.h b/Build/source/texk/web2c/pdftexdir/pdftex-common.h index 682574f6e0e..d30d0ad3626 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex-common.h +++ b/Build/source/texk/web2c/pdftexdir/pdftex-common.h @@ -73,7 +73,7 @@ extern int get_fn_objnum(fd_entry *); extern int is_subsetable(fm_entry *); /* macnames.c */ -extern const char notdef[]; +extern char notdef[]; /* mapfile.c */ extern fm_entry *lookup_fontmap(char *); |