diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-09-03 08:13:02 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-09-03 08:13:02 +0000 |
commit | 1467d63f70afdf538b907b8d2272fae0454969aa (patch) | |
tree | 82de610534262a211b08d996d7ccefe5b4e2db66 /Build | |
parent | f5e933e45879c199590030a7c9d29ea3f8eaced4 (diff) |
Change comment sign
git-svn-id: svn://tug.org/texlive/trunk@35100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/lmplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/lmplib.c b/Build/source/texk/web2c/mplibdir/lmplib.c index e61535ef9fa..6a3f83e8775 100644 --- a/Build/source/texk/web2c/mplibdir/lmplib.c +++ b/Build/source/texk/web2c/mplibdir/lmplib.c @@ -425,7 +425,7 @@ static int mplib_new(lua_State * L) options->noninteractive = 1; /* required ! */ options->find_file = mplib_find_file; options->run_script = mplib_run_script; - // options->script_error = mplib_script_error; + /* options->script_error = mplib_script_error; */ options->print_found_names = 1; options->ini_version = 1; if (lua_type(L, 1) == LUA_TTABLE) { |