summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2018-11-02 13:52:26 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2018-11-02 13:52:26 +0000
commitef6538f88bf4c08c8d9bfd78de1870e41c8f7c3a (patch)
treed5e798d11136efb202cf679b816932d96f9d2784
parent1bea9d03d3af5b92ac306b65f0a73ac0e640648b (diff)
downloadneon-ef6538f88bf4c08c8d9bfd78de1870e41c8f7c3a.tar.gz
* src/ne_uri.c: Note that only one bit is left for a 16-bit short.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@2041 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--src/ne_uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ne_uri.c b/src/ne_uri.c
index 3927e75..0f1dc44 100644
--- a/src/ne_uri.c
+++ b/src/ne_uri.c
@@ -66,6 +66,7 @@
* ... except "+" which is PS */
#define OT (0x4000) /* others */
+/* UNUSED (0x8000) /* only remaining bit. */
#define URI_ALPHA (AL)
#define URI_DIGIT (DG)