X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=e0425b8552129b0f48bd3b7b6ef0f686bf88b703;hb=338fb2a2e84df6427a2fdee6769421f57d5666d8;hp=828b75a9bd5b8b139fec17747d043fa441caa50c;hpb=946282d65fa0142e38d10f78d2c699dacf95300e;p=pspp diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 828b75a9bd..e0425b8552 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -82,7 +82,7 @@ size_t dict_get_case_size (const struct dictionary *); void dict_compact_values (struct dictionary *); size_t dict_get_compacted_value_cnt (const struct dictionary *); -int *dict_get_compacted_idx_to_fv (const struct dictionary *); +int *dict_get_compacted_dict_index_to_case_index (const struct dictionary *); bool dict_compacting_would_shrink (const struct dictionary *); bool dict_compacting_would_change (const struct dictionary *);