freebsd-dev/sys/amd64
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
..
amd64 Upgrade to GCC 2.X 1993-06-18 02:47:24 +00:00
include Added (protection) around negative constants, in case a program wants 1993-06-30 22:59:18 +00:00
isa Obsolete if_we.c driver, more attach call to where it belongs. 1993-06-18 22:18:57 +00:00
Makefile Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00