comparison PrivateHash.h @ 22:f5972b1ddb29

More progress towards getting common_ancestor working
author Some Random Person <seanhalle@yahoo.com>
date Tue, 13 Mar 2012 18:31:05 -0700
parents 4b5abed39ab9
children ac99f4a8ce22
comparison
equal deleted inserted replaced
6:af7a5bb55164 7:b88bd4beb714
12 #include <string.h> 12 #include <string.h>
13 #include <errno.h> 13 #include <errno.h>
14 #include <stdlib.h> 14 #include <stdlib.h>
15 15
16 #include "VMS_impl/VMS_primitive_data_types.h" 16 #include "VMS_impl/VMS_primitive_data_types.h"
17 #include "VMS_impl/vmalloc.h" 17 #include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h"
18 18
19 #define TRUE 1 19 #define TRUE 1
20 #define FALSE 0 20 #define FALSE 0
21 21
22 union hashkey_t{ 22 union hashkey_t{