Implement DATASET commands.
[pspp-builds.git] / src / data / dictionary.c
index c8f58516ecc79d1d6a7bc78a29353f838745634c..4a0afc73d312ab1fac54d061771a1e2cbf174170 100644 (file)
@@ -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)
 {