* longlong.h: Remove space between \ and newline. gcc is complaining.

This commit is contained in:
David Shaw 2002-08-24 15:01:05 +00:00
parent 7e3e9bf357
commit 22de00d9e0
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-08-24 David Shaw <dshaw@jabberwocky.com>
* longlong.h: Remove space between \ and newline. gcc is
complaining.
2002-08-13 Werner Koch <wk@gnupg.org>
* mpicoder.c (do_get_buffer): Don't remove leading zeros if the

View File

@ -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)) \