From ef6538f88bf4c08c8d9bfd78de1870e41c8f7c3a Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 2 Nov 2018 13:52:26 +0000 Subject: * 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 --- src/ne_uri.c | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1