[svn:parrot] r48907 - branches/hash_inlined_func/compilers/imcc
luben at svn.parrot.org
luben at svn.parrot.org
Fri Sep 10 08:42:05 UTC 2010
Author: luben
Date: Fri Sep 10 08:42:05 2010
New Revision: 48907
URL: https://trac.parrot.org/parrot/changeset/48907
Log:
fix confilict in compilers/imcc/pbc.c
Modified:
branches/hash_inlined_func/compilers/imcc/pbc.c
Modified: branches/hash_inlined_func/compilers/imcc/pbc.c
==============================================================================
--- branches/hash_inlined_func/compilers/imcc/pbc.c Fri Sep 10 08:41:55 2010 (r48906)
+++ branches/hash_inlined_func/compilers/imcc/pbc.c Fri Sep 10 08:42:05 2010 (r48907)
@@ -362,9 +362,7 @@
/* initialize rlookup cache */
interp->code->const_table->string_hash = parrot_create_hash(interp,
enum_type_INTVAL,
- Hash_key_type_STRING,
- hash_compare_string_distinct_enc,
- (hash_hash_key_fn)key_hash_STRING);
+ Hash_key_type_STRING_enc);
interp->code->const_table->constants =
mem_gc_allocate_n_zeroed_typed(interp, newcount, PackFile_Constant);
}
More information about the parrot-commits
mailing list