summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctangle.w
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-07-21 14:14:07 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-07-21 14:14:07 +0000
commit01b485ff67d2a9b74b908db54b1b030d51d3cf8e (patch)
tree910ecded44c0373e549775a7d71eacd8f8a3ca3b /Build/source/texk/web2c/cwebdir/ctangle.w
parent692a5ac8d0ba11a7fb1dbac5f5a35d7b34f29262 (diff)
[CWEB] Match common.w with common.h.
git-svn-id: svn://tug.org/texlive/trunk@67688 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctangle.w')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctangle.w4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctangle.w b/Build/source/texk/web2c/cwebdir/ctangle.w
index 309f4387a9a..82a83ba2b7a 100644
--- a/Build/source/texk/web2c/cwebdir/ctangle.w
+++ b/Build/source/texk/web2c/cwebdir/ctangle.w
@@ -162,8 +162,8 @@ eight_bits t) /* not used by \.{CTANGLE} */
return length(p)==l && strncmp(first,p->byte_start,l)==0;
}
-@ The common lookup routine refers to separate routines |init_node| and
-|init_p| when the data structure grows. Actually |init_p| is called only by
+@ The common lookup routine |id_lookup| refers to separate routines |init_node|
+and |init_p| when the data structure grows. Actually |init_p| is called only by
\.{CWEAVE}, but we need to declare a dummy version so that
the loader won't complain of its absence.