home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************/
- /* <iso646.h> header file */
- /* */
- /* VisualAge for C++ for Windows, Version 3.5 */
- /* Licensed Material - Property of IBM */
- /* */
- /* 5801-ARR and Other Materials */
- /* */
- /* (c) Copyright IBM Corp 1996. All rights reserved. */
- /* */
- /********************************************************************/
-
- #ifndef __iso646_h
- #define __iso646_h
-
- #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
-