home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-bin.lha / lib / gcc-lib / m68k-amigaos / 2.7.2.1 / include / iso646.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  275b  |  16 lines

  1. /* Macros for C programs written in national variants of ISO 646.  */
  2.  
  3. #ifndef __cplusplus
  4. #define and    &&
  5. #define and_eq    &=
  6. #define bitand    &
  7. #define bitor    |
  8. #define compl    ~
  9. #define not    !
  10. #define not_eq    !=
  11. #define or    ||
  12. #define or_eq    |=
  13. #define xor    ^
  14. #define xor_eq    ^=
  15. #endif
  16.