diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils/utils.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/utils/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/utils.h b/Build/source/texk/web2c/luatexdir/utils/utils.h index b3bec818e5a..f67f080db11 100644 --- a/Build/source/texk/web2c/luatexdir/utils/utils.h +++ b/Build/source/texk/web2c/luatexdir/utils/utils.h @@ -2,6 +2,7 @@ Copyright 1996-2006 Han The Thanh <thanh@pdftex.org> Copyright 2006-2012 Taco Hoekwater <taco@luatex.org> + This file is part of LuaTeX. LuaTeX is free software; you can redistribute it and/or modify it under @@ -17,7 +18,7 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ -/* $Id: utils.h 3261 2009-12-18 11:38:21Z taco $ */ +/* $Id: utils.h 4479 2012-11-07 16:38:55Z taco $ */ #ifndef UTILS_H # define UTILS_H @@ -38,7 +39,6 @@ int xfflush(FILE *); int xgetc(FILE *); int xputc(int, FILE *); scaled ext_xn_over_d(scaled, scaled, scaled); -char *stripzeros(char *); void initversionstring(char **versions); extern void check_buffer_overflow(int wsize); extern void check_pool_overflow(int wsize); |