Comment.
authorBen Pfaff <blp@gnu.org>
Sat, 19 Mar 2005 22:22:44 +0000 (22:22 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 19 Mar 2005 22:22:44 +0000 (22:22 +0000)
src/vars-atr.c

index 697518c29a8c35e681f4701768017c7a07e62944..f8262e1c77d7cff93cb4450cfdb1b3a773dbf71f 100644 (file)
@@ -169,6 +169,7 @@ is_num_user_missing (double x, const struct variable *v)
 inline int
 is_str_user_missing (const unsigned char s[], const struct variable *v)
 {
+  /* FIXME: should these be memcmp()? */
   switch (v->miss_type)
     {
     case MISSING_NONE: