X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvariable.h;h=181d70c88931f08e90c7c7de8bfa1a8aca36566d;hb=cc07e50f2779af741e913b6454565c07efba0caf;hp=479452411dc620471d061869f7e012cfb64d3666;hpb=985c40f2a83588b25f0e6fe7f7d82863c5d34d43;p=pspp diff --git a/src/data/variable.h b/src/data/variable.h index 479452411d..181d70c889 100644 --- a/src/data/variable.h +++ b/src/data/variable.h @@ -40,7 +40,9 @@ enum var_type const char *var_type_adj (enum var_type); const char *var_type_noun (enum var_type); -/* Maximum variable name lengths. */ +/* Maximum lengths of short and long variable names. + Most operations support long variable names, + but some file formats are limited to short names. */ #define SHORT_NAME_LEN 8 /* Short name length. */ #define LONG_NAME_LEN 64 /* Long name length. */