- Timestamp:
- 2013-01-05T13:47:56Z (12 years ago)
- Branches:
- master
- Children:
- cfbecc9
- Parents:
- e6298e5 (diff), 757e1e0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/json.c
re6298e5 r62a2bf9 213 213 json_uchar uchar; 214 214 unsigned char uc_b1, uc_b2, uc_b3, uc_b4; 215 json_char * string ;216 unsigned int string_length ;215 json_char * string = 0; 216 unsigned int string_length = 0; 217 217 218 218 top = root = 0;
Note: See TracChangeset
for help on using the changeset viewer.