summaryrefslogtreecommitdiff
path: root/json/hex-chars.jmb1.p
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-31 15:02:18 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-31 15:02:18 +0000
commit41d22f924edf05a2356270f918580b720cc92e7a (patch)
tree472a7c263059e7b31cbf615f509fbfbea58a84f9 /json/hex-chars.jmb1.p
parent599fb27f427c367331cad5b697010cf52d49eddd (diff)
downloadlibhubbub-41d22f924edf05a2356270f918580b720cc92e7a.tar.gz
libhubbub-41d22f924edf05a2356270f918580b720cc92e7a.tar.bz2
Remove the json/ directory, and update compilation instructions to mention Hubbub's modified version and also libparserutils.
svn path=/trunk/hubbub/; revision=4841
Diffstat (limited to 'json/hex-chars.jmb1.p')
-rw-r--r--json/hex-chars.jmb1.p12
1 files changed, 0 insertions, 12 deletions
diff --git a/json/hex-chars.jmb1.p b/json/hex-chars.jmb1.p
deleted file mode 100644
index 10ea30a..0000000
--- a/json/hex-chars.jmb1.p
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urw json-c-0.7/json_object.c json-c-0.7-jmb/json_object.c
---- json-c-0.7/json_object.c 2007-03-13 08:25:39.000000000 +0000
-+++ json-c-0.7-jmb/json_object.c 2007-06-23 13:33:20.000000000 +0100
-@@ -30,7 +30,7 @@
- /* #define REFCOUNT_DEBUG 1 */
-
- char *json_number_chars = "0123456789.+-e";
--char *json_hex_chars = "0123456789abcdef";
-+char *json_hex_chars = "0123456789abcdefABCDEF";
-
- #ifdef REFCOUNT_DEBUG
- static char* json_type_name[] = {