/*
        Copyright 07/20/98 Sun Microsystems, Inc. All Rights Reserved
*/

#ifndef	_ISO646_H
#define	_ISO646_H

#pragma ident	"@(#)iso646.h	1.1	97/10/20 SMI"

#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 */
