diff options
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 03443e36a..0c3474d6e 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY % general-entities SYSTEM "../general.ent"> + <!ENTITY % patches-entities SYSTEM "../patches.ent"> %general-entities; + %patches-entities; ]> <sect1 id="ch-system-bison" role="wrap"> <title>Bison-&bison-version;</title> |