summaryrefslogtreecommitdiffstats
path: root/srclib/expat-lite/xmlparse.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-04-14 17:59:20 +0200
committerRyan Bloom <rbb@apache.org>2000-04-14 17:59:20 +0200
commitde3a77dc016d09f7a065448efa3c745b73cf9c42 (patch)
tree67f5e3fba093eb416fe4bbca701cd6187d3364cc /srclib/expat-lite/xmlparse.h
parentFix minor configuration & platform dependencies (diff)
downloadapache2-de3a77dc016d09f7a065448efa3c745b73cf9c42.tar.xz
apache2-de3a77dc016d09f7a065448efa3c745b73cf9c42.zip
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
on Linux, but probably breaks somewhere. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib/expat-lite/xmlparse.h')
-rw-r--r--srclib/expat-lite/xmlparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/srclib/expat-lite/xmlparse.h b/srclib/expat-lite/xmlparse.h
index 0fdfa75a4e..1130cdd5b3 100644
--- a/srclib/expat-lite/xmlparse.h
+++ b/srclib/expat-lite/xmlparse.h
@@ -246,7 +246,7 @@ same byte that represents that character in ASCII.
3. All characters encoded must have Unicode scalar values <= 0xFFFF,
(ie characters that would be encoded by surrogates in UTF-16
are not allowed). Note that this restriction doesn't apply to
-the built ap_context_t n support for UTF-8 and UTF-16.
+the built ap_pool_t n support for UTF-8 and UTF-16.
4. No Unicode character may be encoded by more than one distinct sequence
of bytes. */