From e1517d95e4e33aefbac22f00b4b4641d8637d329 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 24 May 2003 14:50:02 +0000 Subject: [PATCH] * configure.ac: Edit preprocessor instructions in g10defs.h to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. --- ChangeLog | 6 ++++++ configure.ac | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index d942152b6..2a7b0a49c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-05-24 David Shaw + + * configure.ac: Edit preprocessor instructions in g10defs.h to + remove whitespace before the '#'. This is not required by C89, + but there are some compilers out there that don't like it. + 2003-05-11 David Shaw * configure.ac: Remove some stuff no longer needed with newer diff --git a/configure.ac b/configure.ac index f650f17dc..1760544f8 100644 --- a/configure.ac +++ b/configure.ac @@ -1075,20 +1075,20 @@ AC_CONFIG_COMMANDS(g10defs.h,[[ cat >g10defs.tmp <