X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase.h;h=fdfe62f461a652512f706f4c70145cbbf3c223ff;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=427e656a1b25eccd569a3c0db25766b383070c5e;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/data/case.h b/src/data/case.h index 427e656a..fdfe62f4 100644 --- a/src/data/case.h +++ b/src/data/case.h @@ -34,7 +34,7 @@ typedef long int casenumber; /* Opaque structure that represents a case. Use accessor functions instead of accessing any members directly. Use case_move() or case_clone() instead of copying. */ -struct ccase +struct ccase { struct case_data *case_data; /* Actual data. */ }; @@ -77,7 +77,7 @@ union value *case_data_rw_idx (struct ccase *, size_t idx); int case_compare (const struct ccase *, const struct ccase *, const struct variable *const *, size_t var_cnt); int case_compare_2dict (const struct ccase *, const struct ccase *, - const struct variable *const *, + const struct variable *const *, const struct variable *const *, size_t var_cnt);