X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=lib%2Fjsw%2Fjsw_hlib.h;h=e64476b880ed3b4b1d4a4ed1d8785724a178fa7f;hb=94724d7dd33cf19e283d86109adc037c0d771b6d;hp=78cbdd79c2a6f3c4e10b723c1d474d43960f14ec;hpb=d37d830611a8dc438b2de37f68bf2f9ae1230490;p=zpackage diff --git a/lib/jsw/jsw_hlib.h b/lib/jsw/jsw_hlib.h index 78cbdd7..e64476b 100644 --- a/lib/jsw/jsw_hlib.h +++ b/lib/jsw/jsw_hlib.h @@ -18,15 +18,7 @@ anyone who has modified the code through a header comment, such as this one. */ -#ifdef __cplusplus -#include - -using std::size_t; - -extern "C" { -#else #include -#endif typedef struct jsw_hash jsw_hash_t; @@ -117,8 +109,4 @@ size_t jsw_hcapacity ( jsw_hash_t *htab ); /* Get statistics for the hash table */ jsw_hstat_t *jsw_hstat ( jsw_hash_t *htab ); -#ifdef __cplusplus -} -#endif - #endif