mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +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
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>
|
||||
|
||||
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
|
||||
|
@ -109,4 +109,3 @@ main(int argc, char **argv)
|
||||
cipher_close(hd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -50,4 +50,3 @@ main(int argc, char **argv)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -40,4 +40,3 @@ main(int argc, char **argv)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -386,5 +386,3 @@ main(int argc, char **argv)
|
||||
mpi_free(stack[i]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -202,5 +202,4 @@ main(int argc, char **argv)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user