C C Include File: SPICELIB Error Handling Parameters C C errhnd.inc Version 2 18-JUN-1997 (WLT) C C The size of the long error message was C reduced from 25*80 to 23*80 so that it C will be accepted by the Microsoft Power Station C FORTRAN compiler which has an upper bound C of 1900 for the length of a character string. C C errhnd.inc Version 1 29-JUL-1997 (NJB) C C C C Maximum length of the long error message: C INTEGER LMSGLN PARAMETER ( LMSGLN = 23 * 80 ) C C Maximum length of the short error message: C INTEGER SMSGLN PARAMETER ( SMSGLN = 25 ) C C End Include File: SPICELIB Error Handling Parameters C