dd17c7cbf9
implementation of xor.
13 lines
544 B
Text
13 lines
544 B
Text
$NetBSD: patch-ae,v 1.1 2003/12/19 23:00:26 agc Exp $
|
|
|
|
--- src/kernel/qregion.cpp 2003/12/19 22:49:16 1.1
|
|
+++ src/kernel/qregion.cpp 2003/12/19 22:49:30
|
|
@@ -229,7 +229,7 @@
|
|
|
|
|
|
// OBSOLETE
|
|
-#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && !defined(xor)
|
|
+#if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && 0
|
|
/*!
|
|
OBSOLETE - Use eor() instead.
|
|
*/
|