aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/stdio_sync_filebuf.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2003-06-06 15:50:28 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2003-06-06 15:50:28 +0000
commitb2acb86f5b67be421dbd9b8d90238f26c3b42448 (patch)
tree5e4a19a16ece761c718d5e8ef56f353f2ffd46ac /libstdc++-v3/include/ext/stdio_sync_filebuf.h
parent744f6f0984e3b00f2dc1d451087543526e1cc672 (diff)
downloadgcc-b2acb86f5b67be421dbd9b8d90238f26c3b42448.zip
gcc-b2acb86f5b67be421dbd9b8d90238f26c3b42448.tar.gz
gcc-b2acb86f5b67be421dbd9b8d90238f26c3b42448.tar.bz2
stl_alloc.h: Cleanups.
2003-06-06 Benjamin Kosnik <bkoz@redhat.com> * include/bits/stl_alloc.h: Cleanups. * include/ext/functional: Same. * include/ext/hash_map: Same. * include/ext/hash_set: Same. * include/ext/iterator: Same. * include/ext/memory: Same. * include/ext/numeric: Same. * include/ext/rb_tree: Same. * include/ext/ropeimpl.h: Same. * include/ext/slist: Same. * include/ext/stdio_filebuf.h: Same. * include/ext/stdio_sync_filebuf.h: Same. * include/ext/stl_rope.h: Move to... * include/ext/rope: ...here. * include/ext/stl_hash_fun.h: Move to... * include/ext/hash_fun.h: ...here. * include/ext/stl_hashtable.h: Move to... * include/ext/hashtable.h: ...here. * include/backward/hashtable.h: Reflect new names. * include/Makefile.am: Same. * include/Makefile.in: Regenerated. From-SVN: r67551
Diffstat (limited to 'libstdc++-v3/include/ext/stdio_sync_filebuf.h')
-rw-r--r--libstdc++-v3/include/ext/stdio_sync_filebuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/ext/stdio_sync_filebuf.h b/libstdc++-v3/include/ext/stdio_sync_filebuf.h
index 5e110c4..136391c 100644
--- a/libstdc++-v3/include/ext/stdio_sync_filebuf.h
+++ b/libstdc++-v3/include/ext/stdio_sync_filebuf.h
@@ -31,8 +31,8 @@
* This file is a GNU extension to the Standard C++ Library.
*/
-#ifndef _EXT_STDIO_SYNC_FILEBUF
-#define _EXT_STDIO_SYNC_FILEBUF
+#ifndef _STDIO_SYNC_FILEBUF_H
+#define _STDIO_SYNC_FILEBUF_H 1
#pragma GCC system_header