diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/gawk.xml | 4 | ||||
-rw-r--r-- | chapter08/tcl.xml | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/chapter08/gawk.xml b/chapter08/gawk.xml index 9979e32de..4c8ecc265 100644 --- a/chapter08/gawk.xml +++ b/chapter08/gawk.xml @@ -44,10 +44,6 @@ <screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen> - <para>Now fix a programming error identified upstream:</para> - -<screen><userinput remap="pre">sed -i '241i UPREF(m);' interpret.h</userinput></screen> - <para>Prepare Gawk for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index d1315603f..d1aec7f7f 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -3,8 +3,8 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; - <!ENTITY tdbc-ver "1.1.3"> - <!ENTITY itcl-ver "4.2.2"> + <!ENTITY tdbc-ver "1.1.5"> + <!ENTITY itcl-ver "4.2.3"> ]> <sect1 id="ch-system-tcl" role="wrap"> |