/* $NetBSD: iso646.h,v 1.2 2013/04/26 10:58:45 joerg Exp $ */ /* * Written by J.T. Conklin 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_ */ ='main'>index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/share/tabset
AgeCommit message (Expand)Author
2002-09-18minor makefile delintlukem
2001-12-12MKfoo=no -> NOfootv
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1997-10-17merge lite-2mrg
1997-10-174.4BSD-Lite2mrg
1997-10-13rcsid fascismlukem
1997-05-09Eliminate bogus redefinitions of standard targets.mycroft
1997-03-24- Makefile cleanupschristos
1996-10-18Use ${INSTALL}.thorpej