summaryrefslogtreecommitdiff
path: root/ext/json/ext/generator
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2012-05-07 18:20:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2012-05-07 18:20:45 +0900
commit58f7b0680b2d7b99162c0cbe6420fb52eff3165c (patch)
tree643e459e3b27474f90e8cd9af35f0aa74ee0e57e /ext/json/ext/generator
parent5b309f6a47b418a256b12783cf49180006c176a3 (diff)
downloadjson-58f7b0680b2d7b99162c0cbe6420fb52eff3165c.tar.gz
comment-out unused functions
Diffstat (limited to 'ext/json/ext/generator')
-rw-r--r--ext/json/ext/generator/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/ext/generator/extconf.rb b/ext/json/ext/generator/extconf.rb
index 32aed7f..c947501 100644
--- a/ext/json/ext/generator/extconf.rb
+++ b/ext/json/ext/generator/extconf.rb
@@ -10,4 +10,5 @@ if CONFIG['CC'] =~ /gcc/
end
end
+$defs << "-DJSON_GENERATOR"
create_makefile 'json/ext/generator'