ck_ht: Make deprecation official.

ck_pring
Samy Al Bahra 10 years ago
parent 4214561c97
commit 6faceae8ad

@ -27,6 +27,10 @@
#ifndef _CK_HT_H #ifndef _CK_HT_H
#define _CK_HT_H #define _CK_HT_H
#ifndef _CK_HT_IM
#warning ck_ht is deprecated, see ck_hm, ck_hs or ck_rhs.
#endif /* !_CK_HT_IM */
#include <ck_pr.h> #include <ck_pr.h>
#if defined(CK_F_PR_LOAD_64) && defined(CK_F_PR_STORE_64) #if defined(CK_F_PR_LOAD_64) && defined(CK_F_PR_STORE_64)

@ -24,6 +24,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#define _CK_HT_IM
#include <ck_ht.h> #include <ck_ht.h>
#ifdef CK_F_HT #ifdef CK_F_HT

Loading…
Cancel
Save