X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.c;h=9222f7ec0ba85ab94bdc88952029f8e59fc4b3d5;hb=a258e53c63a08b0ec48aea8f03808eb651729424;hp=5f86bbf518fc84822343ab60f45e7483653977dd;hpb=97f9b8ad137e333af9b3c767556d28dfda93a461;p=pspp-builds.git diff --git a/src/data/dictionary.c b/src/data/dictionary.c index 5f86bbf5..9222f7ec 100644 --- a/src/data/dictionary.c +++ b/src/data/dictionary.c @@ -330,7 +330,7 @@ void dict_get_vars (const struct dictionary *d, const struct variable ***vars, size_t *cnt, enum dict_class exclude) { - dict_get_vars_mutable (d, CONST_CAST (struct variable ***, vars), cnt, exclude); + dict_get_vars_mutable (d, (struct variable ***) vars, cnt, exclude); } /* Sets *VARS to an array of pointers to variables in D and *CNT