Support definition of additional products in product.config:

(P_MAX): Increase space in table.
This commit is contained in:
Markus Armbruster 2006-06-22 20:24:32 +00:00
parent 9e8f74d239
commit f28767e1e4

View file

@ -58,7 +58,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 14 #define P_MAX 22
extern struct pchrstr pchr[P_MAX + 2]; extern struct pchrstr pchr[P_MAX + 2];