Skip to content

Commit

Permalink
[CWEB] 'ungetc' no longer used.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67703 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Jul 22, 2023
1 parent fc0078b commit f5d7036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion texk/web2c/cwebdir/comm-mac.ch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ No changes to CTANGLE or CWEAVE are needed.
@x section 23: Make input_ln accept \n, \r, \n\r, or \r\n as line endings
@ In the unlikely event that your standard I/O library does not
support |feof|, |getc|, and |ungetc| you may have to change things here.
support |feof| and |getc| you may have to change things here.
@^system dependencies@>
@c
Expand Down
2 changes: 1 addition & 1 deletion texk/web2c/cwebdir/common.w
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ char *loc=buffer; /* points to the next character to be read from the buffer */
char *limit=buffer; /* points to the last character in the buffer */

@ In the unlikely event that your standard I/O library does not
support |feof|, |getc|, and |ungetc| you may have to change things here.
support |feof| and |getc| you may have to change things here.
@^system dependencies@>

@c
Expand Down

0 comments on commit f5d7036

Please sign in to comment.