X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvariable.h;h=2bc3442d251657af86f2d126f9165f07e97a8f5d;hb=5fd22ca7771c8175ef05e91e1194c3c4096337f4;hp=4a22d2488525a4afeeb511d597406cbb831230a5;hpb=2322678e8fddbbf158b01b2720db2636404bba3b;p=pspp-builds.git diff --git a/src/data/variable.h b/src/data/variable.h index 4a22d248..2bc3442d 100644 --- a/src/data/variable.h +++ b/src/data/variable.h @@ -40,6 +40,10 @@ enum var_type const char *var_type_adj (enum var_type); const char *var_type_noun (enum var_type); +/* Maximum variable name lengths. */ +#define SHORT_NAME_LEN 8 /* Short name length. */ +#define LONG_NAME_LEN 64 /* Long name length. */ + /* A variable's dictionary entry. */ struct variable {