mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-11 12:54:00 +08:00
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
// -*- C++ -*- forwarding header.
|
||
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
||
|
#ifndef __CISO646__
|
||
|
#define __CISO646__
|
||
|
#include <iso646.h>
|
||
|
#endif
|