Commit 2778669a by Phil Edwards

std_limits.h: More CPP->CXX changes.

2003-07-05  Phil Edwards  <pme@gcc.gnu.org>

	* include/std/std_limits.h:  More CPP->CXX changes.
	* scripts/check_survey.in:  Likewise.

From-SVN: r68960
parent 6906ba40
2003-07-05 Phil Edwards <pme@gcc.gnu.org>
* include/std/std_limits.h: More CPP->CXX changes.
* scripts/check_survey.in: Likewise.
2003-07-04 Benjamin Kosnik <bkoz@redhat.com> 2003-07-04 Benjamin Kosnik <bkoz@redhat.com>
Move from CPP to CXX. Move from CPP to CXX.
......
...@@ -38,9 +38,9 @@ case $BASH_VERSION in ...@@ -38,9 +38,9 @@ case $BASH_VERSION in
*) ;; # ?? *) ;; # ??
esac esac
BUILD_DIR=@glibcpp_builddir@ BUILD_DIR=@glibcxx_builddir@
SRC_DIR=@glibcpp_srcdir@ SRC_DIR=@glibcxx_srcdir@
PREFIX_DIR=@glibcpp_prefixdir@ PREFIX_DIR=@glibcxx_prefixdir@
if [ "$WHICH"x = 0x ]; then if [ "$WHICH"x = 0x ]; then
CXX=`$BUILD_DIR/scripts/testsuite_flags --build-cxx` CXX=`$BUILD_DIR/scripts/testsuite_flags --build-cxx`
INCLUDES=`$BUILD_DIR/scripts/testsuite_flags --build-includes` INCLUDES=`$BUILD_DIR/scripts/testsuite_flags --build-includes`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment