summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/patgen.ch
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-12 10:48:29 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-12 10:48:29 +0000
commit8126e3974bd29610da8c60722bc20a20645604cf (patch)
treedab472e52bee2ed21c8bb1368b6ebd809ec4a04c /Build/source/texk/web2c/patgen.ch
parentc229deba835e69fab3fc6f740f3cee76d5723237 (diff)
patgen: Fixed a typo causing weave to fail, frem Werner Lemberg <wl@gnu.org>
git-svn-id: svn://tug.org/texlive/trunk@26308 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/patgen.ch')
-rw-r--r--Build/source/texk/web2c/patgen.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/patgen.ch b/Build/source/texk/web2c/patgen.ch
index 02cce046a4f..f86c2218e41 100644
--- a/Build/source/texk/web2c/patgen.ch
+++ b/Build/source/texk/web2c/patgen.ch
@@ -24,7 +24,7 @@
@d get_input(#)==#:=input_int(std_input)
@d get_input_ln(#)==begin #:=getc(std_input); read_ln(std_input); end
@#
-@d std_input==stdin@z
+@d std_input==stdin
@z
@x Eliminate the |end_of_PATGEN| label.