diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-17 06:12:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-17 06:12:15 +0000 |
commit | 098aba9a5f0ea55046f4255bb54c40a29da95a15 (patch) | |
tree | ce38cedcc5a9371653881c65cedfc169a5def427 /stdlib | |
parent | 313fed01112e9d6a9560ac07ab4b1a79d3209d45 (diff) | |
download | glibc-098aba9a5f0ea55046f4255bb54c40a29da95a15.zip glibc-098aba9a5f0ea55046f4255bb54c40a29da95a15.tar.gz glibc-098aba9a5f0ea55046f4255bb54c40a29da95a15.tar.bz2 |
Update.
2000-01-16 Ulrich Drepper <drepper@cygnus.com>
* stdlib/longlong.h: Fix typo in last patch.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/longlong.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/longlong.h b/stdlib/longlong.h index 58a301c..ff1de50 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -1,5 +1,5 @@ /* longlong.h -- definitions for mixed size 32/64 bit arithmetic. - Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc. + Copyright (C) 1991,92,94,95,96,97,98,99,2000 Free Software Foundation, Inc. This definition file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -1182,8 +1182,8 @@ UDItype __umulsidi3 (USItype, USItype); #endif /* __sparc_v8__ */ #endif /* __sparc__ */ -#if (defined (__sparc__) && defined (__arch64__)) \ - || defined (__sparcv9)) && W_TYPE_SIZE == 64 +#if ((defined (__sparc__) && defined (__arch64__)) \ + || defined (__sparcv9)) && W_TYPE_SIZE == 64 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ __asm__ ("addcc %r4,%5,%1 add %r2,%3,%0 |