pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/data variable.h


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data variable.h
Date: Sun, 16 Apr 2006 02:55:39 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/04/16 02:55:39

Modified files:
        src/data       : variable.h 

Log message:
        Improve comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/data/variable.h.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: pspp/src/data/variable.h
diff -u pspp/src/data/variable.h:1.3 pspp/src/data/variable.h:1.4
--- pspp/src/data/variable.h:1.3        Fri Mar 17 04:58:25 2006
+++ pspp/src/data/variable.h    Sun Apr 16 02:55:39 2006
@@ -40,7 +40,9 @@
 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. */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]