STABLE-BRANCH-1-2 gnupg/include (8 files)
cvs user dshaw
cvs@cvs.gnupg.org
Wed, 21 May 2003 20:23:56 +0200
Date: Wednesday, May 21, 2003 @ 20:23:46
Author: dshaw
Path: /cvs/gnupg/gnupg/include
Tag: STABLE-BRANCH-1-2
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(-)