diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-08-27 06:54:38 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-08-27 06:54:38 +0000 |
commit | a4fe64f503a9bf54c31c80eddc34475ef9f249d5 (patch) | |
tree | 5dc84c9d6b8d116d18e7bff77d92a60206e61455 /Build/source/texk/web2c/luatexdir/lua/luainit.w | |
parent | 6a7adf3286358d1da8babfb700479d50c92b44fa (diff) |
web2c/luatexdir: Remove --[no-]parse-first-line option, since it does not exist in lua(jit)tex
git-svn-id: svn://tug.org/texlive/trunk@38215 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/luainit.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/luainit.w | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w index fc79023cf84..eae69d127e2 100644 --- a/Build/source/texk/web2c/luatexdir/lua/luainit.w +++ b/Build/source/texk/web2c/luatexdir/lua/luainit.w @@ -91,7 +91,6 @@ const_string LUATEX_IHELP[] = { " --output-comment=STRING use STRING for DVI file comment instead of date (no effect for PDF)", " --output-directory=DIR use existing DIR as the directory to write files in", " --output-format=FORMAT use FORMAT for job output; FORMAT is 'dvi' or 'pdf'", - " --[no-]parse-first-line disable/enable parsing of the first line of the input file", " --progname=STRING set the program name to STRING", " --recorder enable filename recorder", " --safer disable easily exploitable lua commands", @@ -236,8 +235,6 @@ static struct option long_options[] {"file-line-error", 0, &filelineerrorstylep, 1}, {"no-file-line-error", 0, &filelineerrorstylep, -1}, {"jobname", 1, 0, 0}, -{"parse-first-line", 0, &parsefirstlinep, 1}, -{"no-parse-first-line", 0, &parsefirstlinep, -1}, {"translate-file", 1, 0, 0}, {"default-translate-file", 1, 0, 0}, {"8bit", 0, 0, 0}, |