X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fhash.h;h=361e25123390333301ab6764929af34d81bff141;hp=3c05972890a2264ac26a7042e78559e95c34bca2;hb=7f7bde5dd1305cfc598fe09030c69aad0dc01368;hpb=373540e9b114c01712121c36b40f47a98e12d263 diff --git a/include/hash.h b/include/hash.h index 3c05972..361e251 100644 --- a/include/hash.h +++ b/include/hash.h @@ -13,11 +13,11 @@ typedef enum { * ハッシュ共用体 */ typedef struct { - UTYPE type; + UTYPE type; /**<ハッシュ値の元データのデータ型 */ union { - char *s; - int i; - } val; + char *s; /**