diff options
Diffstat (limited to '')
-rw-r--r-- | mpi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index 9c0a789a7..045d32c27 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,10 @@ +2003-05-24 David Shaw <[email protected]> + + * 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 <[email protected]> * config.links: Re-disable assembler on Darwin. Darwin 6.5 broke |