[svn:parrot] r48709 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Aug 28 09:40:24 UTC 2010


Author: mikehh
Date: Sat Aug 28 09:40:23 2010
New Revision: 48709
URL: https://trac.parrot.org/parrot/changeset/48709

Log:
add cast to get g++ to build

Modified:
   trunk/src/packfile.c

Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c	Sat Aug 28 02:46:54 2010	(r48708)
+++ trunk/src/packfile.c	Sat Aug 28 09:40:23 2010	(r48709)
@@ -2645,7 +2645,7 @@
     }
 
     if (byte_code->annotations)
-        PackFile_Annotations_destroy(interp, byte_code->annotations);
+        PackFile_Annotations_destroy(interp, (PackFile_Segment *)byte_code->annotations);
 
     byte_code->annotations     = NULL;
     byte_code->const_table     = NULL;


More information about the parrot-commits mailing list