simon       01/09/10 02:51:52

  Modified:    .        memory.h
  Log:
  Just some more aliases for now. Used by string handling stuff.
  
  Revision  Changes    Path
  1.2       +2 -0      parrot/memory.h
  
  Index: memory.h
  ===================================================================
  RCS file: /home/perlcvs/parrot/memory.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- memory.h  2001/08/29 12:07:03     1.1
  +++ memory.h  2001/09/10 09:51:52     1.2
  @@ -16,5 +16,7 @@
   #define Allocate_New_Stash() NULL
   #define Allocate_New_Stack() NULL
   #define Sys_Memcopy memcpy
  +#define Sys_Realloc realloc
  +#define Sys_Free free
   
   #endif
  
  
  

Reply via email to