Do not run mandoc for lintmanpages if MANPAGES is empty.
[netbsd-mini2440.git] / include / iso646.h
blob2e2e082af315dbb2541b7d94bf15db8f73cff1d0
1 /* $NetBSD: $ */
3 /*
4 * Written by J.T. Conklin <jtc@wimsey.com> 02/16/95.
5 * Public domain.
6 */
8 #ifndef _ISO646_H_
9 #define _ISO646_H_
11 #define and &&
12 #define and_eq &=
13 #define bitand &
14 #define bitor |
15 #define compl ~
16 #define not !
17 #define not_eq !=
18 #define or ||
19 #define or_eq |=
20 #define xor ^
21 #define xor_eq ^=
23 #endif /* !_ISO646_H_ */