Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern don't define TRUE and FALSE locally.



details:   https://anonhg.NetBSD.org/src/rev/a7e0d790af7e
branches:  trunk
changeset: 546208:a7e0d790af7e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 22 15:10:04 2003 +0000

description:
don't define TRUE and FALSE locally.

diffstat:

 sys/lib/libkern/milieu.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 2511b384f011 -r a7e0d790af7e sys/lib/libkern/milieu.h
--- a/sys/lib/libkern/milieu.h  Tue Apr 22 14:49:13 2003 +0000
+++ b/sys/lib/libkern/milieu.h  Tue Apr 22 15:10:04 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: milieu.h,v 1.1 2001/04/26 03:10:47 ross Exp $ */
+/* $NetBSD: milieu.h,v 1.2 2003/04/22 15:10:04 christos Exp $ */
 
 /* This is a derivative work. */
 
@@ -73,12 +73,6 @@
 
 #include <sys/endian.h>
 
-enum {
-    FALSE = 0,
-    TRUE  = 1
-};
-
-
 /*
 -------------------------------------------------------------------------------
 One of the macros `BIGENDIAN' or `LITTLEENDIAN' must be defined.



Home | Main Index | Thread Index | Old Index