1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-19 13:26:25 +02:00

- Minor changes

This commit is contained in:
Jonas Tärnström 2011-03-01 10:23:02 +01:00
parent b849370285
commit 6b91570a53
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -43,7 +43,7 @@ struct DecoderState
int lastType;
};
JSOBJ decode_any(JSONObjectDecoder *dec, struct DecoderState *ds);
INLINEFUNCTION JSOBJ decode_any(JSONObjectDecoder *dec, struct DecoderState *ds);
typedef JSOBJ (*PFN_DECODER)(JSONObjectDecoder *dec, struct DecoderState *ds);
PFN_DECODER g_identTable[256] = { NULL };