X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fany-writer.c;h=ba4149d78bab2e711b3ae8f7e0c8ec5210eebd28;hb=c06a38e1f023afb46a9641f4696e9e22080aa29f;hp=170702bab36c333f4d9e4bb54aca596e70f70e25;hpb=d6cbbc8d634fa91f050661355139a4e4697e99ab;p=pspp diff --git a/src/data/any-writer.c b/src/data/any-writer.c index 170702bab3..ba4149d78b 100644 --- a/src/data/any-writer.c +++ b/src/data/any-writer.c @@ -18,7 +18,6 @@ #include "data/any-writer.h" -#include #include #include #include @@ -38,7 +37,8 @@ #include "gettext.h" #define _(msgid) gettext (msgid) -/* Creates and returns a writer for HANDLE with the given DICT. */ +/* Creates and returns a writer for HANDLE with the given DICT. The caller + retains ownership of DICT, which might get modified to assign short names. */ struct casewriter * any_writer_open (struct file_handle *handle, struct dictionary *dict) {