diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-24 17:11:33 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-07-24 17:11:33 +0000 |
commit | 4dd49cada5835bfc549721d204b310ba45523804 (patch) | |
tree | 7bd24a2da213d2350b0a14c2c635568c9eb5cc40 /Build/source | |
parent | 0297cd81c3c89da56e1d38cb603bd9f1b3183dca (diff) |
[C/TIE] Format types in boldface prior to their definition.
|file_types| and |out_md_type| should be formatted similar to
|in_file_modes|.
git-svn-id: svn://tug.org/texlive/trunk@55924 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ctiedir/ctie-k.ch | 12 | ||||
-rw-r--r-- | Build/source/texk/web2c/tiedir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/tiedir/tie-w2c.ch | 12 |
4 files changed, 32 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ctiedir/ChangeLog b/Build/source/texk/web2c/ctiedir/ChangeLog index dfb645ca2a5..74c3f1e9386 100644 --- a/Build/source/texk/web2c/ctiedir/ChangeLog +++ b/Build/source/texk/web2c/ctiedir/ChangeLog @@ -1,3 +1,7 @@ +2020-07-24 Andreas Scherer <https://ascherer.github.io> + + * ctie-k.ch: Format types in boldface prior to their definition. + 2020-06-10 Andreas Scherer <https://ascherer.github.io> * ctie-k.ch: A few random finds while skimming the formatted code. diff --git a/Build/source/texk/web2c/ctiedir/ctie-k.ch b/Build/source/texk/web2c/ctiedir/ctie-k.ch index bc2b0caf06a..ccd8f157b59 100644 --- a/Build/source/texk/web2c/ctiedir/ctie-k.ch +++ b/Build/source/texk/web2c/ctiedir/ctie-k.ch @@ -209,6 +209,12 @@ files) are treated the same way. To organise the Sections 10 and 11: use enum as requested in ctie.w +@x l.204 +\leavevmode |file_types| is used to describe whether a file +@y +\leavevmode \&{file\_types} is used to describe whether a file +@z + @x l.208 the kind of output. (this would even be necessary if we @y @@ -237,6 +243,12 @@ typedef enum { @!chf } file_types; @z +@x l.223 +@ A variable of type |out_md_type| will tell us in what state the output +@y +@ A variable of type \&{out\_md\_type} will tell us in what state the output +@z + @x l.230 dito #define normal 0 #define pre 1 diff --git a/Build/source/texk/web2c/tiedir/ChangeLog b/Build/source/texk/web2c/tiedir/ChangeLog index 04ade311b50..c663bcfbefd 100644 --- a/Build/source/texk/web2c/tiedir/ChangeLog +++ b/Build/source/texk/web2c/tiedir/ChangeLog @@ -1,3 +1,7 @@ +2020-07-24 Andreas Scherer <https://ascherer.github.io> + + * tie-w2c.ch: Format types in boldface prior to their definition. + 2020-07-21 Andreas Scherer <https://ascherer.github.io> * tie-w2c.ch: Fix case glitch in section 18. diff --git a/Build/source/texk/web2c/tiedir/tie-w2c.ch b/Build/source/texk/web2c/tiedir/tie-w2c.ch index a907d4bd43b..3227479598b 100644 --- a/Build/source/texk/web2c/tiedir/tie-w2c.ch +++ b/Build/source/texk/web2c/tiedir/tie-w2c.ch @@ -183,6 +183,12 @@ The \.{kpathsea} include files handle the definition of |@!malloc|, too. Sections 18 and 19: use enum as requested in tie.w +@x l.522 +\leavevmode |file_types| is used to describe whether a file +@y +\leavevmode \&{file\_types} is used to describe whether a file +@z + @x l.526 Fix case glitch. the kind of output. (this would even be necessary if we @y @@ -211,6 +217,12 @@ typedef enum { @!chf } file_types; @z +@x l.541 +@ A variable of type |out_md_type| will tell us in what state the output +@y +@ A variable of type \&{out\_md\_type} will tell us in what state the output +@z + @x l.548 #define normal 0 #define pre 1 |