X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsys-file-private.h;h=e839cd6ac02008ab5fec2ee08feffcfbdcad003f;hb=aab678241495f66cf0f9e495cb8bd8bd3f7a2255;hp=9d5f52f0ebd304c3c87fd8b26d523b1e47a9f0d8;hpb=37273a2e5b058a1907bc7b4b5bf666c64e0afdbb;p=pspp-builds.git diff --git a/src/data/sys-file-private.h b/src/data/sys-file-private.h index 9d5f52f0..e839cd6a 100644 --- a/src/data/sys-file-private.h +++ b/src/data/sys-file-private.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +38,8 @@ struct dictionary; /* A variable in a system file. */ struct sfm_var { - int width; /* Value width (0=numeric, else string). */ + int var_width; /* Variable width (0 to 32767). */ + int segment_width; /* Segment width (0 to 255). */ int case_index; /* Index into case. */ /* The following members are interesting only for string