1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-01 16:33:02 +01:00

* 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-21 21:31:57 +00:00
parent 628e98785a
commit f1234b8593
6 changed files with 46 additions and 45 deletions

View File

@ -1,3 +1,10 @@
2003-05-21 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-02-23 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Distribute convert-from-106.

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