diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-08-16 07:49:34 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-08-16 07:49:34 +0000 |
commit | 6330dc618d6e6f17a8c785f1e2180ea49e0b5615 (patch) | |
tree | 3bc7b461986cccf7640d848075fcf5d615b23efd /Build/source/texk/web2c/pdftexdir | |
parent | 61265690a6a53ac9dbdffadb86f20fea89aec0cb (diff) |
pdftexdir: Change comments a little
git-svn-id: svn://tug.org/texlive/trunk@45050 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftosrc.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pdftosrc.cc b/Build/source/texk/web2c/pdftexdir/pdftosrc.cc index ff3944fac0c..eb05da8ae3a 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftosrc.cc +++ b/Build/source/texk/web2c/pdftexdir/pdftosrc.cc @@ -179,8 +179,10 @@ int main(int argc, char *argv[]) obj1.free(); obj2.free(); } -/* FIXME: crashes here for xpdf 4.00. Is this line really necessary? - Temporarily this line is disabled. +/* The stream str is local, and it is never used hereafter. + When parser is deleted, Lexer(xref, str), and the stream str + are automatically deleted. Thus this line, which causes a crash + in the case of xpdf-4.00, is not necessary. while (str->getChar() != EOF) ; */ delete parser; |