Trim index lines down to 79 characters, not 80.

Approved by:	jkh
This commit is contained in:
Dag-Erling Smørgrav 2000-10-18 20:16:26 +00:00
parent 550abec2a0
commit c1ff8324f0

View File

@ -24,7 +24,7 @@
#define _INST_INFO_H_INCLUDE
#ifndef MAXINDEXSIZE
#define MAXINDEXSIZE 60
#define MAXINDEXSIZE 59
#endif
#ifndef MAXNAMESIZE