gnupg/include (8 files)

cvs user dshaw cvs@cvs.gnupg.org
Sat, 24 May 2003 18:40:56 +0200


    Date: Saturday, May 24, 2003 @ 18:40:46
  Author: dshaw
    Path: /cvs/gnupg/gnupg/include

Modified: ChangeLog cipher.h i18n.h iobuf.h memory.h mpi.h types.h util.h

* cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: 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.


-----------+
 ChangeLog |    7 +++
 cipher.h  |   10 ++--
 i18n.h    |   30 +++++++-------
 iobuf.h   |   10 ++--
 memory.h  |   18 +++-----
 mpi.h     |   55 +++++++++++++--------------
 types.h   |  121 +++++++++++++++++++++++++++++-------------------------------
 util.h    |   25 +++++-------
 8 files changed, 139 insertions(+), 137 deletions(-)