diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/scanning.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/scanning.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/scanning.h b/Build/source/texk/web2c/luatexdir/tex/scanning.h index 6c858a2c25e..8831901c303 100644 --- a/Build/source/texk/web2c/luatexdir/tex/scanning.h +++ b/Build/source/texk/web2c/luatexdir/tex/scanning.h @@ -1,5 +1,5 @@ /* scanning.h - + Copyright 2009 Taco Hoekwater <taco@luatex.org> This file is part of LuaTeX. @@ -56,7 +56,6 @@ extern void scan_limited_int(int max, const char *name); extern void scan_fifteen_bit_int(void); extern void scan_fifty_one_bit_int(void); -extern void scan_four_bit_int_or_18(void); # define octal_token (other_token+'\'') /* apostrophe, indicates an octal constant */ # define hex_token (other_token+'"') /* double quote, indicates a hex constant */ |