Improve comment.
authorBen Pfaff <blp@gnu.org>
Sun, 16 Apr 2006 02:55:39 +0000 (02:55 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 16 Apr 2006 02:55:39 +0000 (02:55 +0000)
src/data/variable.h

index 479452411dc620471d061869f7e012cfb64d3666..181d70c88931f08e90c7c7de8bfa1a8aca36566d 100644 (file)
@@ -40,7 +40,9 @@ enum var_type
 const char *var_type_adj (enum var_type);
 const char *var_type_noun (enum var_type);
 
-/* Maximum variable name lengths. */
+/* Maximum lengths of short and long variable names.
+   Most operations support long variable names,
+   but some file formats are limited to short names. */
 #define SHORT_NAME_LEN 8        /* Short name length. */
 #define LONG_NAME_LEN 64        /* Long name length. */