X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdataset.c;h=7a5a6a4a6a08a22749baf5340b9e71d709d66c51;hb=bdf3609794a1f7bea432415f7466b85a069f8b0c;hp=7448bd38efb7a2ec66807faf62e553a3a8712050;hpb=88d8c4b6f2da16263804c7819ebfa1257b32cb11;p=pspp diff --git a/src/data/dataset.c b/src/data/dataset.c index 7448bd38ef..7a5a6a4a6a 100644 --- a/src/data/dataset.c +++ b/src/data/dataset.c @@ -746,9 +746,13 @@ proc_start_temporary_transformations (struct dataset *ds) } } -/* Converts all the temporary transformations, if any, to - permanent transformations. Further transformations will be - permanent. +/* Converts all the temporary transformations, if any, to permanent + transformations. Further transformations will be permanent. + + The FILTER command is implemented as a temporary transformation, so a + procedure that uses this function should usually use proc_open_filtering() + with FILTER false, instead of plain proc_open(). + Returns true if anything changed, false otherwise. */ bool proc_make_temporary_transformations_permanent (struct dataset *ds)