X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcaseinit.c;h=4f7ece7e03bac3dc6950a2d977a0203ddad62c23;hb=cc57a28ef6796ae9a64ef80d453f72126956d49d;hp=f789244dd53b13d4b41a3498c89112bb5ea2cdf7;hpb=9bf1c33953f7feff2a24a06293f6fe96b75cc41a;p=pspp-builds.git diff --git a/src/data/caseinit.c b/src/data/caseinit.c index f789244d..4f7ece7e 100644 --- a/src/data/caseinit.c +++ b/src/data/caseinit.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -247,7 +247,8 @@ caseinit_mark_for_init (struct caseinit *ci, const struct dictionary *d) init_list_mark (&ci->left_values, &ci->preinited_values, LEAVE_LEFT, d); } -/* Initializes variables in C as described by CI. */ +/* Initializes variables in *C as described by CI. + C must not be shared. */ void caseinit_init_vars (const struct caseinit *ci, struct ccase *c) {