FreeBSD src
Go to file
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
bin fixed undo within a global command (would corrupt the buffer) 1993-06-26 06:47:21 +00:00
etc Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00
gnu Fixed a missing letter that causes an error when formatting the document 1993-06-29 10:17:35 +00:00
lib/csu/i386 Added some support the new err(3) routines need 1993-06-29 04:34:12 +00:00
libexec/makekey Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
sbin Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
share/man/man4 Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:49:13 +00:00
sys Added (protection) around negative constants, in case a program wants 1993-06-30 22:59:18 +00:00
usr.bin/symorder Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:49:13 +00:00
usr.sbin Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:49:13 +00:00