]> granicus.if.org Git - libexpat/commitdiff
Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values,
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Fri, 7 Apr 2006 20:28:19 +0000 (20:28 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Fri, 7 Apr 2006 20:28:19 +0000 (20:28 +0000)
as they had not been documented yet.

expat/doc/reference.html

index e812c7df2eff8ccc30e0b36e0963b47a086c6240..68bf3729588fe93ca7e82fdb2bca199f29f03f88 100644 (file)
@@ -384,7 +384,7 @@ needs to link against the Expat library.  On Unix systems, this would
 usually be done with the <code>-lexpat</code> argument.  Otherwise,
 you'll need to tell the compiler where to look for the Expat header
 and the linker where to find the Expat library.  You may also need to
-take steps to tell the operating system where to find this libary at
+take steps to tell the operating system where to find this library at
 run time.</p>
 
 <p>On a Unix-based system, here's what a Makefile might look like when
@@ -2219,7 +2219,9 @@ enum XML_FeatureEnum {
   XML_FEATURE_CONTEXT_BYTES,
   XML_FEATURE_MIN_SIZE,
   XML_FEATURE_SIZEOF_XML_CHAR,
-  XML_FEATURE_SIZEOF_XML_LCHAR
+  XML_FEATURE_SIZEOF_XML_LCHAR,
+  XML_FEATURE_NS,
+  XML_FEATURE_LARGE_SIZE
 };
 
 typedef struct {