X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvariable.c;h=707b2813eccb172bdbee017ff92f2bea009ac8f2;hb=46e213d759e32e607cc2c04c6feb75809572d0cf;hp=9968d9f9fb4e6067219dd9f7ccef2cc15518b0d7;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/data/variable.c b/src/data/variable.c index 9968d9f9fb..707b2813ec 100644 --- a/src/data/variable.c +++ b/src/data/variable.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include @@ -506,8 +506,8 @@ alloc_value_labels (struct variable *v) } /* Attempts to add a value label with the given VALUE and LABEL - to V. Returns true if successful, false if VALUE has an - existing label or if V is a long string variable. */ + to V. Returns true if successful, false otherwise (probably + due to an existing label). */ bool var_add_value_label (struct variable *v, const union value *value, const char *label) @@ -518,7 +518,7 @@ var_add_value_label (struct variable *v, /* Adds or replaces a value label with the given VALUE and LABEL to V. - Has no effect if V is a long string variable. */ +*/ void var_replace_value_label (struct variable *v, const union value *value, const char *label)