(struct variable) Update comments.
authorBen Pfaff <blp@gnu.org>
Mon, 16 Feb 2004 08:17:26 +0000 (08:17 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 16 Feb 2004 08:17:26 +0000 (08:17 +0000)
src/ChangeLog
src/var.h

index 819ed0e5700ae5900ef4cbf30304b3a042753e50..2f5896b393e3eea0f6ee5aee8f3d3acb1e705935 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb 16 00:01:53 2004  Ben Pfaff  <blp@gnu.org>
+
+       * var.h: (struct variable) Update comments.
+
 Sun Feb 15 23:14:59 2004  Ben Pfaff  <blp@gnu.org>
 
        New functions dict_create_var_assert(), dict_lookup_var_assert().
index c587f7a23d5ab5aaac0e039c42ea3fc42c7e9ec4..c761e50b9dadf9665ae7235780b98e6f91e69834 100644 (file)
--- 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. */