Changed error messages mechanism
This commit is contained in:
parent
670b7264ad
commit
244c1e5a01
|
@ -1,7 +1,8 @@
|
||||||
!File: errout.h
|
!File: errout.h
|
||||||
#define ERROUT STDERR /* file pointer for writing messages */
|
#define ERROUT STDERR /* file pointer for writing messages */
|
||||||
#define MAXERR_LINE 100 /* maximum number of error messages given
|
#define ERR_SHADOW 5 /* a syntax error overshadows error messages
|
||||||
on the same input line. */
|
until ERR_SHADOW symbols have been
|
||||||
|
accepted without syntax error */
|
||||||
|
|
||||||
|
|
||||||
!File: idfsize.h
|
!File: idfsize.h
|
||||||
|
|
Loading…
Reference in a new issue