mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* 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.
This commit is contained in:
parent
c84fdfbe62
commit
e152598106
@ -1,3 +1,10 @@
|
|||||||
|
2003-05-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2003-04-25 David Shaw <dshaw@jabberwocky.com>
|
2003-04-25 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* config.links: Re-disable assembler on Darwin. Darwin 6.5 broke
|
* config.links: Re-disable assembler on Darwin. Darwin 6.5 broke
|
||||||
|
@ -124,5 +124,4 @@ mpihelp_sub( mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size,
|
|||||||
return cy;
|
return cy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif /*G10_MPI_INLINE_H*/
|
#endif /*G10_MPI_INLINE_H*/
|
||||||
|
@ -265,6 +265,3 @@ mpi_invm( MPI x, MPI a, MPI n )
|
|||||||
mpi_free(v);
|
mpi_free(v);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -444,4 +444,3 @@ mpi_set_buffer( MPI a, const byte *buffer, unsigned nbytes, int sign )
|
|||||||
a->nlimbs = i;
|
a->nlimbs = i;
|
||||||
assert( i == nlimbs );
|
assert( i == nlimbs );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -533,5 +533,3 @@ mpihelp_divmod_1( mpi_ptr_t quot_ptr,
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -185,7 +185,6 @@ mpi_free_limb_space( mpi_ptr_t a )
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
m_free(a);
|
m_free(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -468,4 +467,3 @@ mpi_swap( MPI a, MPI b)
|
|||||||
|
|
||||||
tmp = *a; *a = *b; *b = tmp;
|
tmp = *a; *a = *b; *b = tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user