X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvariable.h;h=9cc2b844c9698e08d8ecea96f059cc11fcf332a3;hb=02c766f3f1ff964f0d4fa4849f1a55e193afa48d;hp=abdc92b13d99d8209cfb13340fbba17fa543c84d;hpb=48386ee68a5283653435d05a9ea4e449710fd370;p=pspp diff --git a/src/data/variable.h b/src/data/variable.h index abdc92b13d..9cc2b844c9 100644 --- a/src/data/variable.h +++ b/src/data/variable.h @@ -1,20 +1,18 @@ -/* PSPP - computes sample statistics. +/* PSPP - a program for statistical analysis. Copyright (C) 1997-9, 2000 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 the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. 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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ #if !variable_h #define variable_h 1 @@ -126,7 +124,7 @@ int var_get_display_width (const struct variable *); void var_set_display_width (struct variable *, int display_width); /* Alignment of data for display. */ -enum alignment +enum alignment { ALIGN_LEFT = 0, ALIGN_RIGHT = 1, @@ -167,7 +165,7 @@ void var_set_obs_vals (const struct variable *, struct cat_vals *); bool var_has_obs_vals (const struct variable *); /* Classes of variables. */ -enum dict_class +enum dict_class { DC_ORDINARY, /* Ordinary identifier. */ DC_SYSTEM, /* System variable. */