X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FvfmP.h;h=38854c69a33e35b4f3eb79807134795f35e295a8;hb=8fa7f3f6640c0eec450149cf5ccfab15d5391f55;hp=d29200ea0545fd00fa7254770cdbf991e66e4650;hpb=bc963dae9be291ea0a7cccf189d13e00d3797cfd;p=pspp diff --git a/src/vfmP.h b/src/vfmP.h index d29200ea05..38854c69a3 100644 --- a/src/vfmP.h +++ b/src/vfmP.h @@ -14,25 +14,12 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !vfmP_h #define vfmP_h 1 #include "var.h" -/* Nonzero if the case needs to have values deleted before being - stored, zero otherwise. */ -extern int compaction_necessary; - -/* Number of values after compaction. */ -extern int compaction_nval; - -/* Temporary case buffer with enough room for `compaction_nval' - `value's. */ -extern struct ccase *compaction_case; - -void compact_case (struct ccase *dest, const struct ccase *src); - #endif /* !vfmP_h */