* features/xinclude.dtd: Correct EMPTY typo.

This commit is contained in:
Daniel Jacobowitz 2009-10-11 20:24:18 +00:00
parent 7afee70046
commit 9108f110ee
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-10-11 Daniel Jacobowitz <dan@codesourcery.com>
* features/xinclude.dtd: Correct EMPTY typo.
2009-10-10 Michael Snyder <msnyder@vmware.com>
* i386-tdep.c (i386_process_record): Or-equals, not not-equals.

View File

@ -7,7 +7,7 @@
<!-- GDB supports a subset of XInclude. Only whole documents can
be included, and only as XML. -->
<!ELEMENT xi:include (EMPTY)>
<!ELEMENT xi:include EMPTY>
<!ATTLIST xi:include
xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"
href CDATA #REQUIRED>