Author: chromatic
Date: Fri Mar 28 19:10:04 2008
New Revision: 26612

Modified:
   branches/type_ids/src/hll.c

Log:
[src] Removed an unrelated change accidentally commited in r26611.


Modified: branches/type_ids/src/hll.c
==============================================================================
--- branches/type_ids/src/hll.c (original)
+++ branches/type_ids/src/hll.c Fri Mar 28 19:10:04 2008
@@ -91,7 +91,7 @@
 
     if (entry_name && !STRING_IS_EMPTY(entry_name)) {
         STRING *const_name = const_string(interp,
-            Parrot_string_cstring(interp, entry_name));
+            string_to_cstring(interp, entry_name));
 
         VTABLE_set_pmc_keyed_str(interp, hll_info, const_name, entry);
     }

Reply via email to