diff options
Diffstat (limited to 'mpi/ChangeLog')
-rw-r--r-- | mpi/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mpi/ChangeLog b/mpi/ChangeLog index 21695243d..b43777959 100644 --- a/mpi/ChangeLog +++ b/mpi/ChangeLog @@ -1,3 +1,10 @@ +2003-05-21 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-23 David Shaw <[email protected]> * config.links: Put back proper copyright line. @@ -397,7 +404,6 @@ Mon Feb 16 13:00:27 1998 Werner Koch ([email protected]) * config.links : Add detection of m68k cpus - Copyright 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. This file is free software; as a special exception the author gives @@ -407,5 +413,3 @@ Mon Feb 16 13:00:27 1998 Werner Koch ([email protected]) This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - |