ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS.xs
(Generate patch)

Comparing JSON-XS/XS.xs (file contents):
Revision 1.16 by root, Sun Mar 25 02:37:00 2007 UTC vs.
Revision 1.17 by root, Sun Mar 25 02:46:41 2007 UTC

15#define F_ALLOW_NONREF 0x00000080 15#define F_ALLOW_NONREF 0x00000080
16#define F_SHRINK 0x00000100 16#define F_SHRINK 0x00000100
17 17
18// F_SKIPINVALID? 18// F_SKIPINVALID?
19// F_EXECCODEREF? 19// F_EXECCODEREF?
20// F_SELFCONVERT? 20// F_SELFCONVERT? <=> { &__class__ => }
21 21
22#define F_PRETTY F_INDENT | F_SPACE_BEFORE | F_SPACE_AFTER 22#define F_PRETTY F_INDENT | F_SPACE_BEFORE | F_SPACE_AFTER
23#define F_DEFAULT 0 23#define F_DEFAULT 0
24 24
25#define INIT_SIZE 32 // initial scalar size to be allocated 25#define INIT_SIZE 32 // initial scalar size to be allocated

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines