diff options
| author | mrg <mrg@NetBSD.org> | 1998-03-29 08:31:49 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1998-03-29 08:31:49 +0000 |
| commit | 1d9ec375c03e61d8a3d986cfa9e47e8060cf509a (patch) | |
| tree | d4e3449c96a7263e1e9e519c8f19a3d1cb3ea411 /gnu/dist/libstdc++/complex.h | |
| parent | d3c5e32f1d27a9891610753a12932ae435e29ce6 (diff) | |
initial import of the egcs 1.0.2 standard c++ library
Diffstat (limited to 'gnu/dist/libstdc++/complex.h')
| -rw-r--r-- | gnu/dist/libstdc++/complex.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/dist/libstdc++/complex.h b/gnu/dist/libstdc++/complex.h new file mode 100644 index 00000000000..2e88de854a6 --- /dev/null +++ b/gnu/dist/libstdc++/complex.h @@ -0,0 +1,6 @@ +// -*- C++ -*- backward compatiblity header. +// Copyright (C) 1994 Free Software Foundation + +#ifndef __COMPLEX_H__ +#include <complex> +#endif |
