diff options
author | David Shaw <[email protected]> | 2003-05-24 17:54:56 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-05-24 17:54:56 +0000 |
commit | e152598106495a93ca8e895032db4f5b1e4a0d2f (patch) | |
tree | 7421d51802e163ccf2313527df270369039903db /mpi/mpih-div.c | |
parent | * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c, (diff) | |
download | gnupg-e152598106495a93ca8e895032db4f5b1e4a0d2f.tar.gz gnupg-e152598106495a93ca8e895032db4f5b1e4a0d2f.zip |
* mpicoder.c, mpi-inline.h, mpi-inv.c, mpiutil.c, mpih-div.c,
mpi-internal.h, mpi-scan.c: Edit all preprocessor instructions to remove
whitespace before the '#'. This is not required by C89, but there are
some compilers out there that don't like it.
Diffstat (limited to 'mpi/mpih-div.c')
-rw-r--r-- | mpi/mpih-div.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mpi/mpih-div.c b/mpi/mpih-div.c index 6eb0e1a34..cd772c0b5 100644 --- a/mpi/mpih-div.c +++ b/mpi/mpih-div.c @@ -34,10 +34,10 @@ #include "longlong.h" #ifndef UMUL_TIME - #define UMUL_TIME 1 +#define UMUL_TIME 1 #endif #ifndef UDIV_TIME - #define UDIV_TIME UMUL_TIME +#define UDIV_TIME UMUL_TIME #endif /* FIXME: We should be using invert_limb (or invert_normalized_limb) @@ -533,5 +533,3 @@ mpihelp_divmod_1( mpi_ptr_t quot_ptr, return r; } } - - |