From 357744cd54478d5d74cb52cd1459eb7c26192abd Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 9 Mar 1996 00:00:51 +0000 Subject: Import of libg++-2.7.1. --- gnu/lib/libg++/libstdc++/exception | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gnu/lib/libg++/libstdc++/exception (limited to 'gnu/lib/libg++/libstdc++/exception') diff --git a/gnu/lib/libg++/libstdc++/exception b/gnu/lib/libg++/libstdc++/exception new file mode 100644 index 00000000000..a843d4bbc9c --- /dev/null +++ b/gnu/lib/libg++/libstdc++/exception @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __EXCEPTION__ +#include +#endif -- cgit