ciso646 582 B

12345678910111213141516171819202122232425
  1. // -*- C++ -*-
  2. //===--------------------------- ciso646 ----------------------------------===//
  3. //
  4. // The LLVM Compiler Infrastructure
  5. //
  6. // This file is dual licensed under the MIT and the University of Illinois Open
  7. // Source Licenses. See LICENSE.TXT for details.
  8. //
  9. //===----------------------------------------------------------------------===//
  10. #ifndef _LIBCPP_CISO646
  11. #define _LIBCPP_CISO646
  12. /*
  13. ciso646 synopsis
  14. */
  15. #include <__config>
  16. #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
  17. #pragma GCC system_header
  18. #endif
  19. #endif // _LIBCPP_CISO646