X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fproduct.h;h=42dec68868e6b6cb007864a77c334cdf2393a086;hp=77e6c13bb1c950af21ff767c01173c322df0a5f4;hb=e7583a519e063bbf6b29343a173fd020b3ad6dca;hpb=6bad4643483d99a7e8cfa4251646ae7f162bfa1b diff --git a/include/product.h b/include/product.h index 77e6c13bb..42dec6886 100644 --- a/include/product.h +++ b/include/product.h @@ -57,8 +57,7 @@ struct pchrstr { 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