/*      $NetBSD: iso646.h,v 1.2 2013/04/26 10:58:45 joerg Exp $ */

/*
* Written by J.T. Conklin <[email protected]> 02/16/95.
* Public domain.
*/

#ifndef _ISO646_H_
#define _ISO646_H_

#ifndef __cplusplus
#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

#endif  /* !_ISO646_H_ */