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