home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNU_1OF3.ZIP / HEADERS.ZIP / g++-include / assert.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-04  |  182 b   |  13 lines

  1. #ifndef __libgxx_assert_h
  2.  
  3. extern "C" {
  4. #ifdef __assert_h_recursive
  5. #include_next <assert.h>
  6. #else
  7. #include_next <assert.h>
  8.  
  9. #define __libgxx_assert_h 1
  10. #endif
  11. }
  12. #endif
  13.