diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2023-10-19 16:56:04 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2023-10-19 16:56:04 +0000 |
commit | e5a5b075c8841b1a8707a390326007f5d570d7ba (patch) | |
tree | 7f565d8da7664a66163ad3befe653bc488d2a347 /Build | |
parent | 827442acf64841fde38331fbfe9ca784e84e06f3 (diff) |
[CWEB] End reading cwebacromac unless loaded from cwebmac.
I really should have tried 'tex cwebacromac'. :o)
Luckily, '\acrohint' never is defined.
git-svn-id: svn://tug.org/texlive/trunk@68591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cwebacromac.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/cwebacromac.tex b/Build/source/texk/web2c/cwebdir/cwebacromac.tex index 876f938ac7c..1f1838cfde4 100644 --- a/Build/source/texk/web2c/cwebdir/cwebacromac.tex +++ b/Build/source/texk/web2c/cwebdir/cwebacromac.tex @@ -1,6 +1,6 @@ % hypertext macros for CWEB listings (in addition to cwebmac.tex) % Version 1.1 --- September 2023 -\ifx\acrohint\undefined\else\endinput\fi % these are not standalone macros +\ifx\ifacrohint\undefined\endinput\fi % these are not standalone macros \ifluatex % LuaTeX is almost like pdfTeX \protected\def\pdfliteral {\pdfextension literal} \protected\def\pdfstartlink {\pdfextension startlink\space} |