[macruby-changes] [161] MacRuby/trunk/parse.y
source_changes at macosforge.org
source_changes at macosforge.org
Tue Apr 22 14:16:39 PDT 2008
Revision: 161
http://trac.macosforge.org/projects/ruby/changeset/161
Author: lsansonetti at apple.com
Date: 2008-04-22 14:16:39 -0700 (Tue, 22 Apr 2008)
Log Message:
-----------
retain symbol strings
Modified Paths:
--------------
MacRuby/trunk/parse.y
Modified: MacRuby/trunk/parse.y
===================================================================
--- MacRuby/trunk/parse.y 2008-04-22 01:04:23 UTC (rev 160)
+++ MacRuby/trunk/parse.y 2008-04-22 21:16:39 UTC (rev 161)
@@ -8958,7 +8958,7 @@
0, NULL, NULL);
GC_ROOT(&global_symbols.sym_id);
global_symbols.id_str = CFDictionaryCreateMutable(NULL,
- 0, NULL, NULL);
+ 0, NULL, &kCFTypeDictionaryValueCallBacks);
GC_ROOT(&global_symbols.id_str);
global_symbols.op_sym = xmalloc(sizeof(VALUE) * tLAST_TOKEN);
GC_ROOT(&global_symbols.op_sym);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080422/19b9d3a8/attachment.html
More information about the macruby-changes
mailing list