diff options
Diffstat (limited to 'libg++/libstdc++/std/ciso646.h')
-rw-r--r-- | libg++/libstdc++/std/ciso646.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/std/ciso646.h b/libg++/libstdc++/std/ciso646.h new file mode 100644 index 0000000..974d15b --- /dev/null +++ b/libg++/libstdc++/std/ciso646.h @@ -0,0 +1,7 @@ +// The -*- C++ -*- ISO 646 header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CISO646__ +#define __CISO646__ +#include <iso646.h> +#endif |