diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-03 13:05:19 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-05-03 13:05:19 +0000 |
commit | 69f8d8220a2d2346c13537f010b8d7a256290781 (patch) | |
tree | 989dc4596180df3ee7dbfd356b7a71f41381c01a /Build/source/texk | |
parent | 2783f32e3432dc0ab8f5065c7669ffddcfdda66c (diff) |
Make BibTeX TeXable.
There was confusion between typography and index marker.
git-svn-id: svn://tug.org/texlive/trunk@54981 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/bibtex.ch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/bibtex.ch b/Build/source/texk/web2c/bibtex.ch index 888b06803a3..a12780bc952 100644 --- a/Build/source/texk/web2c/bibtex.ch +++ b/Build/source/texk/web2c/bibtex.ch @@ -415,7 +415,8 @@ end; @y @ File opening will be done in C. But we want an auxiliary function to change a \BibTeX\ string into a C string, to keep string pool stuff -out of the C code in @.{lib/openclose.c}. +out of the C code in \.{lib/openclose.c}. +@.lib/openclose.c@> @d no_file_path = -1 |