|
|
1.1 root 1: /* (-lgl
2: * COHERENT Version 3.0
3: * Copyright (c) 1982, 1990 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: /*
7: * Structure for a setjmp environment.
8: * Saves SP, BP and return PC.
9: * An extra word is saved for LARGE model return PC.
10: */
11:
12: #ifndef SETJMP_H
13: #define SETJMP_H SETJMP_H
14:
15: typedef int jmp_buf[4];
16:
17: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.