diff options
author | David Shaw <[email protected]> | 2002-08-24 15:01:05 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-08-24 15:01:05 +0000 |
commit | 22de00d9e02271f303cb263ee36667957655cd56 (patch) | |
tree | 67bdf05ad433a4050ed10d5817fc6e80dce65836 /mpi/longlong.h | |
parent | * sig-check.c (do_check, do_check_messages): Emit the usual sig warnings (diff) | |
download | gnupg-22de00d9e02271f303cb263ee36667957655cd56.tar.gz gnupg-22de00d9e02271f303cb263ee36667957655cd56.zip |
* longlong.h: Remove space between \ and newline. gcc is complaining.
Diffstat (limited to 'mpi/longlong.h')
-rw-r--r-- | mpi/longlong.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpi/longlong.h b/mpi/longlong.h index f7e1e88e8..4102c05e3 100644 --- a/mpi/longlong.h +++ b/mpi/longlong.h @@ -746,7 +746,7 @@ extern USItype __udiv_qrnnd (); #else #define umul_ppmm(w1, w0, u, v) \ __asm__ ("dmultu %2,%3 \n" \ - "mflo %0 \n" \ + "mflo %0 \n" \ "mfhi %1" \ : "=d" ((UDItype)(w0)), \ "=d" ((UDItype)(w1)) \ @@ -1002,7 +1002,7 @@ extern USItype __udiv_qrnnd (); "m r2,%3 \n" \ "m r2,%3 \n" \ "m r2,%3 \n" \ - "cas %0,r2,r0 \n" \ + "cas %0,r2,r0 \n" \ "mfs r10,%1" \ : "=r" ((USItype)(ph)), \ "=r" ((USItype)(pl)) \ |