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>
Move from CPP to CXX.
......
......@@ -38,9 +38,9 @@ case $BASH_VERSION in
*) ;; # ??
esac
BUILD_DIR=@glibcpp_builddir@
SRC_DIR=@glibcpp_srcdir@
PREFIX_DIR=@glibcpp_prefixdir@
BUILD_DIR=@glibcxx_builddir@
SRC_DIR=@glibcxx_srcdir@
PREFIX_DIR=@glibcxx_prefixdir@
if [ "$WHICH"x = 0x ]; then
CXX=`$BUILD_DIR/scripts/testsuite_flags --build-cxx`
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