* bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.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:
David Shaw 2003-05-24 18:38:35 +00:00
parent 29e6411a7b
commit ea35e3b65f
6 changed files with 46 additions and 45 deletions

View File

@ -1,3 +1,10 @@
2003-05-24 David Shaw <dshaw@jabberwocky.com>
* bftest.c, crlf.c, mk-tdata.c, mpicalc.c, shmtest.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-03-11 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using

View File

@ -109,4 +109,3 @@ main(int argc, char **argv)
cipher_close(hd);
return 0;
}

View File

@ -50,4 +50,3 @@ main(int argc, char **argv)
return 0;
}

View File

@ -40,4 +40,3 @@ main(int argc, char **argv)
}
return 0;
}

View File

@ -386,5 +386,3 @@ main(int argc, char **argv)
mpi_free(stack[i]);
return 0;
}

View File

@ -202,5 +202,4 @@ main(int argc, char **argv)
#endif
}
#endif