summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.c
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-10-02 14:48:55 +0200
committerFlorian Frank <flori@ping.de>2011-10-02 14:48:55 +0200
commit5dcfa3711a14a6a027ce6b2b62d9117fb78da1b7 (patch)
treefdef1e294758edde001d6449645f444e19f7f76c /ext/json/ext/parser/parser.c
parente6ada3ffde2384ff47f9e7e673a73b415846dc1f (diff)
downloadjson-5dcfa3711a14a6a027ce6b2b62d9117fb78da1b7.tar.gz
Add support for BigDecimal numbers
Diffstat (limited to 'ext/json/ext/parser/parser.c')
-rw-r--r--ext/json/ext/parser/parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/json/ext/parser/parser.c b/ext/json/ext/parser/parser.c
index d1d14c7..4ea663c 100644
--- a/ext/json/ext/parser/parser.c
+++ b/ext/json/ext/parser/parser.c
@@ -1618,9 +1618,6 @@ static VALUE convert_encoding(VALUE source)
* defaults to true.
* * *object_class*: Defaults to Hash
* * *array_class*: Defaults to Array
- * * *quirks_mode*: Enables quirks_mode for parser, that is for example
- * parsing single JSON values instead of documents is possible.
- *
*/
static VALUE cParser_initialize(int argc, VALUE *argv, VALUE self)
{