From 95796e8e50657b9d2c07b2092dcd6e2b4870d089 Mon Sep 17 00:00:00 2001 From: Abdullah Sowayan Date: Tue, 14 Aug 2007 18:09:18 +0000 Subject: Tue Aug 14 18:06:16 UTC 2007 Abdullah Sowayan --- ACE/ChangeLog | 6 ++++++ ACE/ace/Svc_Conf_y.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index d63b4d8f95b..67311c04114 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,9 @@ +Tue Aug 14 18:06:16 UTC 2007 Abdullah Sowayan + + * ace/Svc_Conf_y.cpp: + Removed an extra space that was causing Debian_Core build to + emit a warning. + Tue Aug 14 17:49:04 UTC 2007 Douglas C. Schmidt * ace/Log_Record.h: Disallow copying and assignment of diff --git a/ACE/ace/Svc_Conf_y.cpp b/ACE/ace/Svc_Conf_y.cpp index cc4cab7a80d..d4cee59ec0e 100644 --- a/ACE/ace/Svc_Conf_y.cpp +++ b/ACE/ace/Svc_Conf_y.cpp @@ -598,7 +598,7 @@ static const unsigned char ace_yystos[] = # endif # define ACE_YYDPRINTF(Args) \ - do \ + do \ { \ if (ace_yydebug) \ ACE_YYFPRINTF Args; \ -- cgit v1.2.1