freebsd-dev/sys
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
..
alpha/include/pc Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
amd64 Added (protection) around negative constants, in case a program wants 1993-06-30 22:59:18 +00:00
conf Changed all we0's to ed0's. Obsoleting if_we.c driver. 1993-06-18 22:17:43 +00:00
ddb Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
dev fixed bugs in the probe routine uncovered by the previous fix. 1993-06-27 10:28:28 +00:00
i386 Added (protection) around negative constants, in case a program wants 1993-06-30 22:59:18 +00:00
isa Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
kern Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
powerpc/include Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
scsi Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
sys Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00