summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/patgen.ch2
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index de6f3fde4c4..d083ba3ec58 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-12 Werner Lemberg <wl@gnu.org>
+
+ * patgen.ch: Fixed a typo causing weave to fail.
+
2012-05-10 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Drop obsolete poppler tests.
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.