From dc54a98d057114b4701ceeceeeb16f446ade4cf4 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 19 Mar 2001 20:56:12 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'gcc-vendor-gcc_2_95_3'. --- contrib/libg++/libstdc++/std/complex.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 contrib/libg++/libstdc++/std/complex.h (limited to 'contrib/libg++/libstdc++/std/complex.h') diff --git a/contrib/libg++/libstdc++/std/complex.h b/contrib/libg++/libstdc++/std/complex.h deleted file mode 100644 index bfdd352b46232..0000000000000 --- a/contrib/libg++/libstdc++/std/complex.h +++ /dev/null @@ -1,18 +0,0 @@ -// Main header for the -*- C++ -*- complex number classes. -// This file is part of the GNU ANSI C++ Library. - -#ifndef __COMPLEX__ -#define __COMPLEX__ - -#include - -extern "C++" { -#define __STD_COMPLEX - -// ANSI complex types -typedef complex float_complex; -typedef complex double_complex; -typedef complex long_double_complex; -} - -#endif -- cgit v1.2.3