cassert 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /******************************************************************************/
  2. /* This file was taken from STLport <www.stlport.org> and modified by */
  3. /* Texas Instruments. */
  4. /******************************************************************************/
  5. /*
  6. * Copyright (c) 1999
  7. * Boris Fomitchev
  8. *
  9. * Copyright (c) 2014-2014 Texas Instruments Incorporated
  10. *
  11. * This material is provided "as is", with absolutely no warranty expressed
  12. * or implied. Any use is at your own risk.
  13. *
  14. * Permission to use or copy this software for any purpose is hereby granted
  15. * without fee, provided the above notices are retained on all copies.
  16. * Permission to modify the code and to distribute modified code is granted,
  17. * provided the above notices are retained, and a notice that the code was
  18. * modified is included with the above copyright notice.
  19. *
  20. */
  21. #ifndef _STLP_OUTERMOST_HEADER_ID
  22. # define _STLP_OUTERMOST_HEADER_ID 0x103
  23. # include <s__prolog.h>
  24. #elif (_STLP_OUTERMOST_HEADER_ID == 0x103) && ! defined (_STLP_DONT_POP_HEADER_ID)
  25. # define _STLP_DONT_POP_HEADER_ID
  26. #endif
  27. #if !defined (_STLP_WCE_EVC3)
  28. # if defined (_STLP_USE_NEW_C_HEADERS)
  29. # if defined (_STLP_HAS_INCLUDE_NEXT)
  30. # include_next <cassert>
  31. # else
  32. # include _STLP_NATIVE_CPP_C_HEADER(cassert)
  33. # endif
  34. # else
  35. # include <assert.h>
  36. # endif
  37. #endif
  38. #if (_STLP_OUTERMOST_HEADER_ID == 0x103 )
  39. # if !defined (_STLP_DONT_POP_HEADER_ID)
  40. # include <s__epilog.h>
  41. # undef _STLP_OUTERMOST_HEADER_ID
  42. # else
  43. # undef _STLP_DONT_POP_HEADER_ID
  44. # endif
  45. #endif
  46. // Local Variables:
  47. // mode:C++
  48. // End: