X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvariable.c;h=cf576b12ed2872954c1eb24e1dd3d1a27e37738f;hb=08e4a9535a7e1de9cc4b6e619e70805ab951b323;hp=3a5024034088210d775c135239eed1de5c36acad;hpb=5862de297bb487c81660beb3796d5c612eeb12b7;p=pspp-builds.git diff --git a/src/data/variable.c b/src/data/variable.c index 3a502403..cf576b12 100644 --- a/src/data/variable.c +++ b/src/data/variable.c @@ -64,10 +64,9 @@ struct variable struct vardict_info vardict; /* Short name, used only for system and portable file input - and output. Upper case only. There is no index for short - names. Short names are not necessarily unique. Any - variable may have no short name, indicated by an empty - string. */ + and output. Upper case only. Short names are not necessarily + unique. Any variable may have no short name, indicated by an + empty string. */ char short_name[SHORT_NAME_LEN + 1]; /* Each command may use these fields as needed. */