X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FsfmP.h;h=29e8c7cff091c4c2a5aab598873945b2ce885d73;hb=5cf163b77cda54d0a6fa531ab4eb0a72d030969f;hp=8fb79e3f70f06b521ef0ae25501aec1726b19978;hpb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;p=pspp diff --git a/src/sfmP.h b/src/sfmP.h index 8fb79e3f70..29e8c7cff0 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. */ };