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:
parent
628e98785a
commit
f1234b8593
@ -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>
|
2003-02-23 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Makefile.am: Distribute convert-from-106.
|
* Makefile.am: Distribute convert-from-106.
|
||||||
|
@ -109,4 +109,3 @@ main(int argc, char **argv)
|
|||||||
cipher_close(hd);
|
cipher_close(hd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,4 +50,3 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,4 +40,3 @@ main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -386,5 +386,3 @@ main(int argc, char **argv)
|
|||||||
mpi_free(stack[i]);
|
mpi_free(stack[i]);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -202,5 +202,4 @@ main(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user