Fix sparcv9 typo.

From-SVN: r44749
This commit is contained in:
David Edelsohn 2001-08-09 22:08:33 -04:00
parent e361dcd34a
commit e4124eb384
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
// Without this all the libio vtbls are offset wrongly.
#define _G_USING_THUNKS 0
#if defined(__sparc_v9) || defined(__arch64__)
#if defined(__sparcv9) || defined(__arch64__)
#define __glibcpp_long_bits 64
#endif