summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/ace/Svc_Conf_y.cpp2
2 files changed, 7 insertions, 1 deletions
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 <abdullah.sowayan@lmco.com>
+
+ * 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 <schmidt@dre.vanderbilt.edu>
* 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; \