Patch #6262. New developers guide and resulting fixes and cleanups.
[pspp-builds.git] / src / data / short-names.h
index d5bbb205f517bb245c3d75ad32b148a2da7adae8..2bce53e98c246aa60792912dda462d214e7c3491 100644 (file)
@@ -33,6 +33,9 @@
 
 struct dictionary;
 
+/* Maximum length of a short name, in bytes. */
+#define SHORT_NAME_LEN 8
+
 void short_names_assign (struct dictionary *);
 
 #endif /* data/short-names.h */