/project/jni/stlport/stlport/assert.h

https://github.com/aichunyu/FFPlayer · C Header · 39 lines · 16 code · 4 blank · 19 comment · 4 complexity · f50132c89e2ddda2b03d7b62f1c01c1a MD5 · raw file

  1. /*
  2. * Copyright (c) 1999
  3. * Boris Fomitchev
  4. *
  5. * This material is provided "as is", with absolutely no warranty expressed
  6. * or implied. Any use is at your own risk.
  7. *
  8. * Permission to use or copy this software for any purpose is hereby granted
  9. * without fee, provided the above notices are retained on all copies.
  10. * Permission to modify the code and to distribute modified code is granted,
  11. * provided the above notices are retained, and a notice that the code was
  12. * modified is included with the above copyright notice.
  13. *
  14. */
  15. #if !defined (_STLP_OUTERMOST_HEADER_ID)
  16. # define _STLP_OUTERMOST_HEADER_ID 0x202
  17. # include <stl/_prolog.h>
  18. #elif (_STLP_OUTERMOST_HEADER_ID == 0x202) && ! defined (_STLP_DONT_POP_HEADER_ID)
  19. # define _STLP_DONT_POP_HEADER_ID
  20. #endif
  21. /* evc3 doesn't have assert.h; macro assert() is defined in stl_evc.h */
  22. #ifndef _STLP_WCE_EVC3
  23. # include _STLP_NATIVE_C_HEADER(assert.h)
  24. #endif
  25. #if (_STLP_OUTERMOST_HEADER_ID == 0x202)
  26. # if ! defined (_STLP_DONT_POP_HEADER_ID)
  27. # include <stl/_epilog.h>
  28. # undef _STLP_OUTERMOST_HEADER_ID
  29. # endif
  30. # undef _STLP_DONT_POP_HEADER_ID
  31. #endif
  32. /* Local Variables:
  33. * mode:C++
  34. * End:
  35. */