[svn:parrot] r49287 - trunk/compilers/imcc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Sep 24 08:56:17 UTC 2010


Author: mikehh
Date: Fri Sep 24 08:56:17 2010
New Revision: 49287
URL: https://trac.parrot.org/parrot/changeset/49287

Log:
add a cast to get g++ to build

Modified:
   trunk/compilers/imcc/pbc.c

Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c	Fri Sep 24 08:51:54 2010	(r49286)
+++ trunk/compilers/imcc/pbc.c	Fri Sep 24 08:56:17 2010	(r49287)
@@ -1669,7 +1669,7 @@
             store_key_const(interp, cname, k);
         }
 
-        Parrot_str_free_cstring(cname);
+        Parrot_str_free_cstring((char *)cname);
     }
 
     /* single 'S' keys already have their color assigned */


More information about the parrot-commits mailing list