1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* 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

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