types.c
changeset 123 4e699bd39b40
parent 117 1c213cbf9da9
child 124 feef7736a439
     1.1 --- a/types.c	Fri Feb 08 14:39:34 2008 -0500
     1.2 +++ b/types.c	Fri Feb 15 09:31:20 2008 -0500
     1.3 @@ -44,9 +44,9 @@
     1.4  }
     1.5  
     1.6  /* RAZOR_IMMEDIATE and RAZOR_ENTRY_LAST must have the same value */
     1.7 -#define RAZOR_ENTRY_LAST 0x2
     1.8 -#define RAZOR_IMMEDIATE  0x2
     1.9 -#define RAZOR_EMPTY_LIST 0x3
    1.10 +#define RAZOR_ENTRY_LAST 0x80
    1.11 +#define RAZOR_IMMEDIATE  0x80
    1.12 +#define RAZOR_EMPTY_LIST 0xff
    1.13  
    1.14  void
    1.15  list_set_empty(struct list_head *head)