aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/cpu/mips
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2003-07-05 04:05:45 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2003-07-05 04:05:45 +0000
commit3d7c150e3f05f0dc6e15c1517c4a652c3ecbcfd8 (patch)
tree01daea8defdbdbfae1385af0f177ec7506e8ca8d /libstdc++-v3/config/cpu/mips
parent34cd5ae762a4ee023dafb062b1fd35d9e9d67cbe (diff)
downloadgcc-3d7c150e3f05f0dc6e15c1517c4a652c3ecbcfd8.zip
gcc-3d7c150e3f05f0dc6e15c1517c4a652c3ecbcfd8.tar.gz
gcc-3d7c150e3f05f0dc6e15c1517c4a652c3ecbcfd8.tar.bz2
Move from CPP to CXX.
2003-07-04 Benjamin Kosnik <bkoz@redhat.com> Move from CPP to CXX. * include/bits/c++config: Move to GLIBCXX from GLIBCPP. * testsuite/Makefile.am: Same. * testsuite/Makefile.in: Regenerate. * po/Makefile.am: Same. * po/Makefile.in: Regenerate. * libsupc++/Makefile.am: Same. * libsupc++/Makefile.in: Regenerate. * libmath/Makefile.am: Same. * libmath/Makefile.in: Regenerate. * include/Makefile.am: Same. * include/Makefile.in: Regenerate. * src/Makefile.am: Same. * src/Makefile.in: Regenerate. * acconfig.h: Same. * configure.host: Same. * configure.in: Same. * configure: Regenerate. * acinclude.m4: Same. * aclocal.m4: Same. * src: Change all files in this directory. * testsuite: Same. * include: Same, standardize include guards. * config: Same. * libsupc++: Same. From-SVN: r68958
Diffstat (limited to 'libstdc++-v3/config/cpu/mips')
-rw-r--r--libstdc++-v3/config/cpu/mips/atomicity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/config/cpu/mips/atomicity.h b/libstdc++-v3/config/cpu/mips/atomicity.h
index e0016b0..51f3e86 100644
--- a/libstdc++-v3/config/cpu/mips/atomicity.h
+++ b/libstdc++-v3/config/cpu/mips/atomicity.h
@@ -27,8 +27,8 @@
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.
-#ifndef _BITS_ATOMICITY_H
-#define _BITS_ATOMICITY_H 1
+#ifndef _GLIBCXX_ATOMICITY_H
+#define _GLIBCXX_ATOMICITY_H 1
typedef int _Atomic_word;