Revision 1932,
456 bytes
checked in by srz, 36 years ago
(diff) |
Added standard copyright notice.
|
Line | |
---|
1 | /* |
---|
2 | * |
---|
3 | * Copyright (C) 1988, 1989 by the Massachusetts Institute of Technology |
---|
4 | * Developed by the MIT Student Information Processing Board (SIPB). |
---|
5 | * For copying information, see the file mit-copyright.h in this release. |
---|
6 | * |
---|
7 | */ |
---|
8 | /* |
---|
9 | * Fudge over differences between K&R(I) and ANSI C. We won't have |
---|
10 | * <stdc.h> available until BSD 4.4 or so... |
---|
11 | */ |
---|
12 | |
---|
13 | #if !defined(__STDC__) && !defined(volatile) |
---|
14 | #define volatile |
---|
15 | #define const |
---|
16 | #define signed |
---|
17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.