[BACK]Return to iso646.h CVS log [TXT][DIR] Up to [local] / src / include

File: [local] / src / include / iso646.h (download)

Revision 1.1.1.1 (vendor branch), Wed Oct 18 08:41:12 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +0 -0 lines

initial import of NetBSD tree

/*	$NetBSD: iso646.h,v 1.1 1995/02/17 09:08:10 jtc Exp $	*/

/* 
 * Written by J.T. Conklin <jtc@wimsey.com> 02/16/95.
 * Public domain.
 */

#ifndef _ISO646_H_
#define _ISO646_H_

#define and	&&
#define and_eq	&=
#define bitand	&
#define bitor	|
#define compl	~
#define not	!
#define not_eq	!=
#define or	||
#define or_eq	|=
#define xor	^
#define xor_eq	^=

#endif	/* !_ISO646_H_ */