mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 16:05:29 +08:00
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
|
// -*- C++ -*- forwarding header.
|
||
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
||
|
#ifndef __QUEUE__
|
||
|
#define __QUEUE__
|
||
|
#include <stack.h>
|
||
|
#endif
|