Garrett Wollman
|
6e393973f5
|
Made all header files idempotent and moved incorrect common data from
headers into a related source file. Added cons.h as first step towards
moving i386/i386/cons.h to machine/cons.h where it belongs.
|
1993-11-07 17:43:17 +00:00 |
|
Rodney W. Grimes
|
34a8ed1be1
|
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
|
1993-10-16 14:40:57 +00:00 |
|
Nate Williams
|
beb7ebb072
|
Added (protection) around negative constants, in case a program wants
to use the negative of that constant.
#define NEG_NUM -3
#define SAFE_NEG_NUM (-3)
i = -NEG_NUM; /* Error --3 */
j = -SAFE_NEG_NUM /* Okay -(-3) */
|
1993-06-30 22:59:18 +00:00 |
|
Nate Williams
|
330b151312
|
Setting up for updated (usable) FPE atof/vfprintf/vfscanf fixes
|
1993-06-29 13:34:33 +00:00 |
|
Rodney W. Grimes
|
5b81b6b301
|
Initial import, 0.1 + pk 0.2.4-B1
|
1993-06-12 14:58:17 +00:00 |
|