[svn:parrot] r41185 - trunk/src

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Sep 10 21:22:49 UTC 2009


Author: bacek
Date: Thu Sep 10 21:22:49 2009
New Revision: 41185
URL: https://trac.parrot.org/parrot/changeset/41185

Log:
Remove last reference to FREEZE_ASCII. Patch courtesy of darbelo++

Modified:
   trunk/src/pmc_freeze.c

Modified: trunk/src/pmc_freeze.c
==============================================================================
--- trunk/src/pmc_freeze.c	Thu Sep 10 21:22:31 2009	(r41184)
+++ trunk/src/pmc_freeze.c	Thu Sep 10 21:22:49 2009	(r41185)
@@ -616,11 +616,7 @@
     info->image_io         = mem_allocate_typed(IMAGE_IO);
     info->image_io->image  = s = info->image;
 
-#if FREEZE_ASCII
-    info->image_io->vtable = &ascii_funcs;
-#else
     info->image_io->vtable = &opcode_funcs;
-#endif
 
     pf = info->image_io->pf = PackFile_new(interp, 0);
 


More information about the parrot-commits mailing list