home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tlint1_0.zip / tlint1_0 / include / iso646.h < prev    next >
Text File  |  1995-11-08  |  226b  |  16 lines

  1. /*
  2.  * Copyright (c) 1995, by Thinkage Ltd.
  3.  */
  4.  
  5. #define and        &&
  6. #define and_eq    &=
  7. #define bitand    &
  8. #define bitor    |
  9. #define compl    ~
  10. #define ne        !=
  11. #define not        !
  12. #define or        ||
  13. #define or_eq    |=
  14. #define xor        ^
  15. #define xor_eq    ^=
  16.