Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
comparison PrivateHash.h @ 15:093cad17d992
Removed VMS__malloc and free, added .brch__default (expls why removed)
| author | Me@portablequad |
|---|---|
| date | Sat, 11 Feb 2012 18:00:56 -0800 |
| parents | 40ec8f9583d8 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:8eff10827dd7 | 5:9dd08482d995 |
|---|---|
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef _PRIVATE_HASH_H | 8 #ifndef _PRIVATE_HASH_H |
| 9 #define _PRIVATE_HASH_H | 9 #define _PRIVATE_HASH_H |
| 10 | 10 |
| 11 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" | 11 |
| 12 #include <stdio.h> | |
| 13 #include <string.h> | |
| 14 #include <errno.h> | |
| 15 #include <stdlib.h> | |
| 12 | 16 |
| 13 #define TRUE 1 | 17 #define TRUE 1 |
| 14 #define FALSE 0 | 18 #define FALSE 0 |
| 15 | 19 |
| 16 union hashkey_t{ | 20 union hashkey_t{ |
