projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf0642
)
Improve comment.
author
Ben Pfaff
<blp@gnu.org>
Sun, 16 Apr 2006 02:55:39 +0000
(
02:55
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 16 Apr 2006 02:55:39 +0000
(
02:55
+0000)
src/data/variable.h
patch
|
blob
|
history
diff --git
a/src/data/variable.h
b/src/data/variable.h
index 479452411dc620471d061869f7e012cfb64d3666..181d70c88931f08e90c7c7de8bfa1a8aca36566d 100644
(file)
--- a/
src/data/variable.h
+++ b/
src/data/variable.h
@@
-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. */