Eliminated global variable current_dataset.
[pspp-builds.git] / src / data / dictionary.c
index 6fe08f17d14c25e6cf2ea1e5be88d6881a2a4c55..ac9c7d63d3d483c00203fa000099c4f567a13f90 100644 (file)
@@ -435,8 +435,8 @@ compare_var_ptrs (const void *a_, const void *b_, void *aux UNUSED)
 /* Deletes variable V from dictionary D and frees V.
 
    This is a very bad idea if there might be any pointers to V
-   from outside D.  In general, no variable in current_dataset->dict
-   should be deleted when any transformations are active, because
+   from outside D.  In general, no variable in should be deleted when 
+   any transformations are active on the dictionary's dataset, because
    those transformations might reference the deleted variable.
    The safest time to delete a variable is just after a procedure
    has been executed, as done by MODIFY VARS.