Pristine Ack-5.5
[Ack-5.5.git] / h / m2_traps.h
1 /* $Id: m2_traps.h,v 2.7 1994/06/24 10:08:27 ceriel Exp $ */
2 /*
3  * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6
7 /* Modula-2 runtime errors */
8
9 #define M2_TOOLARGE     64      /* stack of process too large */
10 #define M2_TOOMANY      65      /* too many nested traps & handlers */
11 #define M2_NORESULT     66      /* no RETURN from procedure function */
12 #define M2_UOVFL        67      /* cardinal overflow */
13 #define M2_FORCH        68      /* FOR-loop control variable changed */
14 #define M2_UUVFL        69      /* cardinal underflow */
15 #define M2_INTERNAL     70      /* internal error, should not happen */
16 #define M2_UNIXSIG      71      /* unix signal */