X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.c;h=4a0afc73d312ab1fac54d061771a1e2cbf174170;hb=refs%2Fbuilds%2F20110525030502%2Fpspp;hp=c8f58516ecc79d1d6a7bc78a29353f838745634c;hpb=d9fc15ceb74cdc66487ba9aaed04246170729640;p=pspp diff --git a/src/data/dictionary.c b/src/data/dictionary.c index c8f58516ec..4a0afc73d3 100644 --- a/src/data/dictionary.c +++ b/src/data/dictionary.c @@ -181,7 +181,9 @@ dict_create (const char *encoding) dictionary. If the new dictionary won't be used to access cases produced with the old dictionary, then the new dictionary's case indexes should be compacted with - dict_compact_values to save space. */ + dict_compact_values to save space. + + Callbacks are not cloned. */ struct dictionary * dict_clone (const struct dictionary *s) {