From: Ben Pfaff Date: Mon, 16 Feb 2004 08:17:26 +0000 (+0000) Subject: (struct variable) Update comments. X-Git-Tag: v0.4.0~356 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ca6129a78f32f13277dc7b56ec63ef771be340;p=pspp-builds.git (struct variable) Update comments. --- diff --git a/src/ChangeLog b/src/ChangeLog index 819ed0e5..2f5896b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 16 00:01:53 2004 Ben Pfaff + + * var.h: (struct variable) Update comments. + Sun Feb 15 23:14:59 2004 Ben Pfaff New functions dict_create_var_assert(), dict_lookup_var_assert(). diff --git a/src/var.h b/src/var.h index c587f7a2..c761e50b 100644 --- a/src/var.h +++ b/src/var.h @@ -273,12 +273,9 @@ enum MISSING_COUNT }; -/* A variable's dictionary entry. Note: don't reorder name[] from the - first element; a pointer to `variable' should be a pointer to - member `name'. FIXME: is this comment still accurate? */ +/* A variable's dictionary entry. */ struct variable { - /* Required by parse_variables() to be in this order. */ char name[9]; /* As a string. */ int index; /* Index into its dictionary's var[]. */ int type; /* NUMERIC or ALPHA. */