X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fhash.h;h=361e25123390333301ab6764929af34d81bff141;hb=9e662b933c41f16c22598248b8aefe7c8efb4c88;hp=3c05972890a2264ac26a7042e78559e95c34bca2;hpb=d1f82970bf7d41db2fea11b08cd8e308f6cb8138;p=YACASL2.git 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; /**