home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / lib / g++-include / ciso646 < prev    next >
Text File  |  1994-12-22  |  346b  |  24 lines

  1. // The -*- C++ -*- ISO 646 header.
  2. // This file is part of the GNU ANSI C++ Library.
  3.  
  4. #ifndef __CISO646__
  5. #define __CISO646__
  6. #include <iso646.h>
  7.  
  8. #if 0
  9. // once g++ treats these as keywords...
  10. #undef and
  11. #undef and_eq
  12. #undef bitand
  13. #undef bitor
  14. #undef compl
  15. #undef not_eq
  16. #undef not
  17. #undef or
  18. #undef or_eq
  19. #undef xor
  20. #undef xor_eq
  21. #endif
  22.  
  23. #endif
  24.