Skip to content

Commit

Permalink
[CWEB] Move TeX part for push_level function.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67624 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Jul 13, 2023
1 parent 4e89938 commit 8640fa8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions texk/web2c/cwebdir/ctwill-mini.ch
Original file line number Diff line number Diff line change
Expand Up @@ -1592,13 +1592,15 @@ Section 224.
Section 227.
@x
@ @c
static void
@ To insert token-list |p| into the output, the |push_level| subroutine
@y
@r @ To insert token-list |p| into the output, the |push_level| subroutine
@z
@x
push_level( /* suspends the current level */
text_pointer p)
@y
@r @ @c
static void
push_level( /* suspends the current level */
text_pointer p)
@-push_level@>
Expand Down
10 changes: 5 additions & 5 deletions texk/web2c/cwebdir/cweave.w
Original file line number Diff line number Diff line change
Expand Up @@ -3790,15 +3790,15 @@ static stack_pointer max_stack_ptr; /* largest value assumed by |stack_ptr| */
@ @<Set init...@>=
max_stack_ptr=stack;

@ @<Predecl...@>=
static void push_level(text_pointer);@/
static void pop_level(void);

@ To insert token-list |p| into the output, the |push_level| subroutine
is called; it saves the old level of output and gets a new one going.
The value of |cur_mode| is not changed.

@<Predecl...@>=
static void push_level(text_pointer);@/
static void pop_level(void);

@ @c
@c
static void
push_level( /* suspends the current level */
text_pointer p)
Expand Down

0 comments on commit 8640fa8

Please sign in to comment.