comparison PrivateHash.h @ 21:4b5abed39ab9

changed names in comments, to avoid repeats during global replace
author Some Random Person <seanhalle@yahoo.com>
date Fri, 09 Mar 2012 22:17:44 -0800
parents 5b89d57e5d10
children f5972b1ddb29
comparison
equal deleted inserted replaced
4:a99dc0a5faec 6:af7a5bb55164
11 #include <stdio.h> 11 #include <stdio.h>
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_Implementations/VMS_impl/VMS_primitive_data_types.h" 16 #include "VMS_impl/VMS_primitive_data_types.h"
17 #include "../../VMS_Implementations/VMS_impl/vmalloc.h" 17 #include "VMS_impl/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{