cvsuser     02/01/07 19:21:32

  Modified:    include/parrot key.h
  Log:
  Added an undef type to the key structure, so we can delete keys without
  confusion.
  
  Revision  Changes    Path
  1.6       +2 -1      parrot/include/parrot/key.h
  
  Index: key.h
  ===================================================================
  RCS file: /cvs/public/parrot/include/parrot/key.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- key.h     7 Jan 2002 22:09:15 -0000       1.5
  +++ key.h     8 Jan 2002 03:21:32 -0000       1.6
  @@ -1,7 +1,7 @@
   /* key.h
    *  Copyright: (When this is determined...it will go here)
    *  CVS Info
  - *     $Id: key.h,v 1.5 2002/01/07 22:09:15 dan Exp $
  + *     $Id: key.h,v 1.6 2002/01/08 03:21:32 jgoff Exp $
    *  Overview:
    *     This is the api header for the pmc subsystem
    *  Data Structure and Algorithms:
  @@ -16,6 +16,7 @@
   #define NUM_BUCKETS 128
   
   typedef enum {
  +  enum_key_undef,
     enum_key_int,
     enum_key_num,
     enum_key_string,
  
  
  


Reply via email to