cvsuser     03/11/26 04:38:34

  Modified:    src      pmc_freeze.c
  Log:
  freeze binary
  
  Revision  Changes    Path
  1.11      +2 -2      parrot/src/pmc_freeze.c
  
  Index: pmc_freeze.c
  ===================================================================
  RCS file: /cvs/public/parrot/src/pmc_freeze.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -w -r1.10 -r1.11
  --- pmc_freeze.c      26 Nov 2003 10:40:16 -0000      1.10
  +++ pmc_freeze.c      26 Nov 2003 12:38:34 -0000      1.11
  @@ -1,7 +1,7 @@
   /* pmc_freeze.c
    *  Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
    *  CVS Info
  - *     $Id: pmc_freeze.c,v 1.10 2003/11/26 10:40:16 leo Exp $
  + *     $Id: pmc_freeze.c,v 1.11 2003/11/26 12:38:34 leo Exp $
    *  Overview:
    *     Freeze and thaw functionality
    *  Data Structure and Algorithms:
  @@ -37,7 +37,7 @@
   /*
    * define this to 1 for testing
    */
  -#define FREEZE_ASCII 1
  +#define FREEZE_ASCII 0
   
   /*
    * normal freeze can use next_for_GC ptrs or a seen hash
  
  
  

Reply via email to