]> git.pond.sub.org Git - empserver/blobdiff - include/product.h
config: Slightly neater configuration table size macros
[empserver] / include / product.h
index 77e6c13bb1c950af21ff767c01173c322df0a5f4..42dec68868e6b6cb007864a77c334cdf2393a086 100644 (file)
@@ -57,8 +57,7 @@ struct pchrstr {
     char *p_sname;             /* short (7 char or less) name of product */
 };
 
     char *p_sname;             /* short (7 char or less) name of product */
 };
 
-#define P_MAX 22
-
-extern struct pchrstr pchr[P_MAX + 2];
+#define PCHR_SZ 24
+extern struct pchrstr pchr[PCHR_SZ];
 
 #endif
 
 #endif