forked from OSchip/llvm-project
24 lines
510 B
C++
24 lines
510 B
C++
// -*- C++ -*-
|
|
//===--------------------------- ciso646 ----------------------------------===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#ifndef _LIBCPP_CISO646
|
|
#define _LIBCPP_CISO646
|
|
|
|
/*
|
|
ciso646 synopsis
|
|
|
|
*/
|
|
|
|
#include <__config>
|
|
|
|
#pragma GCC system_header
|
|
|
|
#endif // _LIBCPP_CISO646
|