source: trunk/minix/lib/ack/h/m2_traps.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 718 bytes
Line 
1/* $Header: /cvsup/minix/src/lib/ack/h/m2_traps.h,v 1.1 2005/10/10 15:27:44 beng 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 */
Note: See TracBrowser for help on using the repository browser.