valarray 1.6 KB

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