cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place of std::size_t and...
authorNathan Sidwell <nathan@codesourcery.com>
Sun, 7 May 2000 09:40:34 +0000 (09:40 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sun, 7 May 2000 09:40:34 +0000 (09:40 +0000)
commit9ad3ca3499c4c5e9153e29de70cb4fef9ac6188c
tree1781cf47889914cf9db55ba456955d522bfecec8
parentb8f4101008cbcf1f0c3f38f90a71616b5edc6950
cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place of std::size_t and...

* inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
of std::size_t and std::ptrdiff_t respectively.
* tinfo.cc: Likewise.
* vec.cc: Likewise.

From-SVN: r33759
gcc/cp/ChangeLog
gcc/cp/inc/cxxabi.h
gcc/cp/tinfo.cc
gcc/cp/vec.cc