mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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
29e6411a7b
commit
ea35e3b65f
@ -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>
|
2003-03-11 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
|
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
|
||||||
|
@ -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