X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FsfmP.h;h=29e8c7cff091c4c2a5aab598873945b2ce885d73;hb=05e356b2a3087e819ef3b5388e29c822f41502e1;hp=8fb79e3f70f06b521ef0ae25501aec1726b19978;hpb=a7cc8b259f0fe963aa30d4e64f7d39551ded1454;p=pspp-builds.git diff --git a/src/sfmP.h b/src/sfmP.h index 8fb79e3f..29e8c7cf 100644 --- a/src/sfmP.h +++ b/src/sfmP.h @@ -88,7 +88,7 @@ struct sysfile_variable int32 n_missing_values P; /* Missing value code of -3,-2,0,1,2, or 3. */ int32 print P; /* Print format. */ int32 write P; /* Write format. */ - char name[8] P; /* Variable name. */ + char name[SHORT_NAME_LEN] P; /* Variable name. */ /* The rest of the structure varies. */ };