summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/c_std/std_cstdio.h
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-23 03:19:03 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-23 03:19:03 +0000
commitd50d98edf16a79951cf0072a00d6a1c2b9740233 (patch)
tree1c21dccc90687181fd59c47b43eb131f60f0eaa9 /libstdc++-v3/include/c_std/std_cstdio.h
parent3809658e8b2814460de78895f83b99f2303fb259 (diff)
downloadppe42-gcc-d50d98edf16a79951cf0072a00d6a1c2b9740233.tar.gz
ppe42-gcc-d50d98edf16a79951cf0072a00d6a1c2b9740233.zip
2002-03-22 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __signbit directly. * aclocal.m4: Regenerate. * configure: Regenerate. * config.h.in: Regenerate. * libmath/Makefile.am: Simplify. * libmath/Makefile.in: Regenerate. * include/c_std/std_cmath.h: Update paths for include of cmath.tcc. * include/Makefile.am: Clean up handling of extra "C" header files. Add hooks for "C" compatibility headers. * include/Makefile.in: Regenerate. * include/c/*: Formatting tweaks, cleanups. * include/c_std/*: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51220 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c_std/std_cstdio.h')
-rw-r--r--libstdc++-v3/include/c_std/std_cstdio.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/libstdc++-v3/include/c_std/std_cstdio.h b/libstdc++-v3/include/c_std/std_cstdio.h
index 9ef2a588838..3b7f32eece4 100644
--- a/libstdc++-v3/include/c_std/std_cstdio.h
+++ b/libstdc++-v3/include/c_std/std_cstdio.h
@@ -1,6 +1,7 @@
// -*- C++ -*- forwarding header.
-// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -40,13 +41,14 @@
* contained in the namespace @c std.
*/
-#ifndef _CPP_CSTDIO
-#define _CPP_CSTDIO 1
+#ifndef _CSTDIO
+#define _CSTDIO 1
+
+#pragma GCC system_header
#include <bits/c++config.h>
#include <cstddef>
-#pragma GCC system_header
#include <stdio.h>
// Get rid of those macros defined in <stdio.h> in lieu of real functions.
OpenPOWER on IntegriCloud