This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite.
okay theo.
OPENBSD_3_0
espie
23 years ago
parent
7b5a94cdc8
commit
4874a7bc27
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/include/iso646.h
+ 3
- 1
src/include/iso646.h
View File
@ -1,4 +1,4 @@
/* $OpenBSD: iso646.h,v 1.
2 1997/09/21 10:45:37 niklas
Exp $ */
/* $OpenBSD: iso646.h,v 1.
3 2001/10/11 00:05:21 espie
Exp $ */
/* $NetBSD: iso646.h,v 1.1 1995/02/17 09:08:10 jtc Exp $ */
/* $NetBSD: iso646.h,v 1.1 1995/02/17 09:08:10 jtc Exp $ */
/*
/*
@ -9,6 +9,7 @@
#
ifndef _ISO646_H_
#
ifndef _ISO646_H_
#
define _ISO646_H_
#
define _ISO646_H_
#
ifndef __cplusplus
#
define and &&
#
define and &&
#
define and_eq &=
#
define and_eq &=
#
define bitand &
#
define bitand &
@ -20,5 +21,6 @@
#
define or_eq |=
#
define or_eq |=
#
define xor ^
#
define xor ^
#
define xor_eq ^=
#
define xor_eq ^=
#
endif
#
endif
/* !_ISO646_H_ */
#
endif
/* !_ISO646_H_ */
Write
Preview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xxxxxxxxxx
0
0
0:0
x
0
0
0:0
Loading…
Cancel
Save